summaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorbz <bz@FreeBSD.org>2009-01-06 22:18:24 +0000
committerbz <bz@FreeBSD.org>2009-01-06 22:18:24 +0000
commited5811d795cb088de86ddf16914a41f9162a5a6e (patch)
tree751e97cfd354ccb5f5a45b2a10f8a426009d55d8 /etc
parent78cb6df36f433831a67b391edcb0f937099cbee4 (diff)
downloadFreeBSD-src-ed5811d795cb088de86ddf16914a41f9162a5a6e.zip
FreeBSD-src-ed5811d795cb088de86ddf16914a41f9162a5a6e.tar.gz
Put the devfs ruleset next to devfs enable, add a comment about
the suggested ruleset[1]. While here use an IP from the 'test-net' prefix for docs. PR: kern/130102 ([1] different problem in the end) Reviewed by: simon MFC after: 2 weeks
Diffstat (limited to 'etc')
-rw-r--r--etc/defaults/rc.conf5
1 files changed, 3 insertions, 2 deletions
diff --git a/etc/defaults/rc.conf b/etc/defaults/rc.conf
index 9cd866a..910bc9e 100644
--- a/etc/defaults/rc.conf
+++ b/etc/defaults/rc.conf
@@ -622,7 +622,7 @@ jail_sysvipc_allow="NO" # Allow SystemV IPC use from within a jail
#
#jail_example_rootdir="/usr/jail/default" # Jail's root directory
#jail_example_hostname="default.domain.com" # Jail's hostname
-#jail_example_ip="192.168.0.10" # Jail's IP number
+#jail_example_ip="192.0.2.10" # Jail's IP number
#jail_example_interface="" # Interface to create the IP alias on
#jail_example_fib="0" # routing table for setfib(1)
#jail_example_exec_start="/bin/sh /etc/rc" # command to execute in jail for starting
@@ -631,10 +631,11 @@ jail_sysvipc_allow="NO" # Allow SystemV IPC use from within a jail
# specified using a trailing number
#jail_example_exec_stop="/bin/sh /etc/rc.shutdown" # command to execute in jail for stopping
#jail_example_devfs_enable="NO" # mount devfs in the jail
+#jail_example_devfs_ruleset="ruleset_name" # devfs ruleset to apply to jail -
+ # usually you want "devfsrules_jail".
#jail_example_fdescfs_enable="NO" # mount fdescfs in the jail
#jail_example_procfs_enable="NO" # mount procfs in jail
#jail_example_mount_enable="NO" # mount/umount jail's fs
-#jail_example_devfs_ruleset="ruleset_name" # devfs ruleset to apply to jail
#jail_example_fstab="" # fstab(5) for mount/umount
#jail_example_flags="-l -U root" # flags for jail(8)
OpenPOWER on IntegriCloud