diff options
author | mtm <mtm@FreeBSD.org> | 2004-02-02 13:27:41 +0000 |
---|---|---|
committer | mtm <mtm@FreeBSD.org> | 2004-02-02 13:27:41 +0000 |
commit | 293120636b249c72f6084b7c2ca8ce541bc4b55b (patch) | |
tree | 3cfef9bd71e86476dca21abcb1db733c69b6a3bd | |
parent | 2d058bdea83e4855ab7023858637c1ab4d7642c2 (diff) | |
download | FreeBSD-src-293120636b249c72f6084b7c2ca8ce541bc4b55b.zip FreeBSD-src-293120636b249c72f6084b7c2ca8ce541bc4b55b.tar.gz |
Ruleset numbers are not allowed in devfs_* knobs.
Noticed by someone on -current.
-rw-r--r-- | etc/defaults/rc.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/defaults/rc.conf b/etc/defaults/rc.conf index c1b9b7c..9f5019a 100644 --- a/etc/defaults/rc.conf +++ b/etc/defaults/rc.conf @@ -468,7 +468,7 @@ jail_sysvipc_allow="NO" # Allow SystemV IPC use from within a jail #jail_example_devfs_enable="NO" # mount devfs in the jail #jail_example_fdescfs_enable="NO" # mount fdescfs in the jail #jail_example_procfs_enable="NO" # mount procfs in jail -#jail_example_devfs_ruleset="123" # devfs ruleset to apply to jail +#jail_example_devfs_ruleset="ruleset_name" # devfs ruleset to apply to jail ############################################################## ### Define source_rc_confs, the mechanism used by /etc/rc.* ## |