jail init, but another question

Peter Vereshagin peter at vereshagin.org
Sun Jan 25 03:35:17 PST 2009


Hello,

I always try to set up the devfs ruleset in rc.conf. So my question is about this in /etc/defaults/rc.conf:
===
#jail_example_devfs_ruleset="ruleset_name"      # devfs ruleset to apply to jail
===

It appears not to work in /etc/rc.conf without this rc.subr patch: 
===
$ diff -u /etc/rc.subr /usr/src/etc/rc.subr 
--- /etc/rc.subr        2008-07-20 19:26:20.000000000 +0500
+++ /usr/src/etc/rc.subr        2008-05-12 12:29:03.000000000 +0500
@@ -1242,7 +1242,7 @@
 devfs_set_ruleset()
 {
        local devdir rs _me
-       [ -n "$1" ] && eval rs=\$1 || rs=
+       [ -n "$1" ] && eval rs=\$$1 || rs=
        [ -n "$2" ] && devdir="-m "$2"" || devdir=
        _me="devfs_set_ruleset"
===

And, by far the "ruleset_name" does not work in favour of ruleset number. But I remember it did work on freebsd-5.4.

73! Peter
-- 
http://vereshagin.org


More information about the freebsd-questions mailing list