svn commit: r308615 - head/share/examples/jails

Brad Davis brd at FreeBSD.org
Sun Nov 13 17:28:33 UTC 2016


Author: brd (doc,ports committer)
Date: Sun Nov 13 17:28:32 2016
New Revision: 308615
URL: https://svnweb.freebsd.org/changeset/base/308615

Log:
  Attempt to make the parts that people are supposed to change stand out more
  by capitalizing them.
  
  Approved by:	dteske

Modified:
  head/share/examples/jails/rc.conf.jails
  head/share/examples/jails/rcjail.xxx.conf

Modified: head/share/examples/jails/rc.conf.jails
==============================================================================
--- head/share/examples/jails/rc.conf.jails	Sun Nov 13 16:31:23 2016	(r308614)
+++ head/share/examples/jails/rc.conf.jails	Sun Nov 13 17:28:32 2016	(r308615)
@@ -5,7 +5,7 @@
 ###############################################################################
 
 jail_enable="YES"
-jail_list="xxx"
+jail_list="XXX"
 
 #
 # Global presets for all jails
@@ -57,19 +57,19 @@ jail_devfs_enable="YES"		# mount devfs
 #
 # XXX
 #
-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
 # 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)
 # 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_devfs_ruleset="11"			# rule to unhide bpf for DHCP
+#jail_XXX_mount_enable="YES"			# mount /etc/fstab.XXX
 
 ################################################################################
 # END

Modified: head/share/examples/jails/rcjail.xxx.conf
==============================================================================
--- head/share/examples/jails/rcjail.xxx.conf	Sun Nov 13 16:31:23 2016	(r308614)
+++ head/share/examples/jails/rcjail.xxx.conf	Sun Nov 13 17:28:32 2016	(r308615)
@@ -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.


More information about the svn-src-head mailing list