aboutsummaryrefslogtreecommitdiff
path: root/share/examples/jails/rcjail.xxx.conf
diff options
context:
space:
mode:
Diffstat (limited to 'share/examples/jails/rcjail.xxx.conf')
-rw-r--r--share/examples/jails/rcjail.xxx.conf26
1 files changed, 13 insertions, 13 deletions
diff --git a/share/examples/jails/rcjail.xxx.conf b/share/examples/jails/rcjail.xxx.conf
index a292905109c9..be711833e290 100644
--- a/share/examples/jails/rcjail.xxx.conf
+++ b/share/examples/jails/rcjail.xxx.conf
@@ -1,25 +1,25 @@
# $FreeBSD$
-jail_xxx_hostname="xxx.yyy" # hostname
-jail_xxx_rootdir="/vm/xxx" # root directory
+jail_XXX_hostname="XXX.YYY" # hostname
+jail_XXX_rootdir="/vm/XXX" # root directory
#
# NB: Below 3 lines required
#
# netgraph
-jail_xxx_vnet_interface="ng0_xxx" # vnet interface(s)
-jail_xxx_exec_prestart0="jng bridge xxx em0" # bridge interface(s)
-jail_xxx_exec_poststop0="jng shutdown xxx" # destroy interface(s)
+jail_XXX_vnet_interface="ng0_XXX" # vnet interface(s)
+jail_XXX_exec_prestart0="jng bridge XXX em0" # bridge interface(s)
+jail_XXX_exec_poststop0="jng shutdown XXX" # destroy interface(s)
# if_bridge
-#jail_xxx_vnet_interface="e0b_xxx" # vnet interface(s)
-#jail_xxx_exec_prestart0="jib addm xxx em0" # bridge interface(s)
-#jail_xxx_exec_poststop0="jib destroy xxx" # destroy interface(s)
+#jail_XXX_vnet_interface="e0b_XXX" # vnet interface(s)
+#jail_XXX_exec_prestart0="jib addm XXX em0" # bridge interface(s)
+#jail_XXX_exec_poststop0="jib destroy XXX" # destroy interface(s)
# Standard recipe
-jail_xxx_devfs_enable="YES" # mount devfs
+jail_XXX_devfs_enable="YES" # mount devfs
# Optional (default off)
-#jail_xxx_devfs_ruleset="11" # rule to unhide bpf for DHCP
-#jail_xxx_mount_enable="YES" # mount /etc/fstab.xxx
-#jail_xxx_set_hostname_allow="YES" # Allow hostname to change
-#jail_xxx_sysvipc_allow="YES" # Allow SysV Interprocess Comm.
+#jail_XXX_devfs_ruleset="11" # rule to unhide bpf for DHCP
+#jail_XXX_mount_enable="YES" # mount /etc/fstab.XXX
+#jail_XXX_set_hostname_allow="YES" # Allow hostname to change
+#jail_XXX_sysvipc_allow="YES" # Allow SysV Interprocess Comm.