On 27.01.15 18:54, Valeri Galtsev wrote:
> I for one would prefer this ("use vi to edit config files" which are plain > human readable ASCII text). And I will be extremely displeased if config > files become XML or any other format designed for fancy GUI presentation > of plain information. And if I'm forced to use these GUI tools. This > basically what happened in Linux recently with systemd forced down the > throats of people. This caused new wave of refugees from Linux to other > systems FreeBSD being one of them. (I myself am a refugee from Linux: some > 5 or 6 years ago I started migrating most important servers to FreeBSD, > workstations in our Department stay Linux though...) Did you take a look into the jail.conf format, recently? The mess you describe is exactly what we're stuck with, now. A structured file format you're supposed to edit with vi (and not mess up the structure) due to the lack of proper shell tools to manipulate it with. With the old approach "each jail config is contained in its own jail_JAILNAME_* variable name space", we could at least distribute config in different files and declare some of them being in another realm, like ezjail did. You could edit them by hand and more or less efficiently manipulate them in a tool. erdgeist _______________________________________________ freebsd-jail@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-jail To unsubscribe, send any mail to "freebsd-jail-unsubscr...@freebsd.org"