Ruleset numbers are not allowed in devfs_* knobs.

Noticed by someone on -current.
This commit is contained in:
Mike Makonnen 2004-02-02 13:27:41 +00:00
parent 5d2885f928
commit cc93dd4b73

View File

@ -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.* ##