summaryrefslogtreecommitdiffstats
path: root/etc/defaults
diff options
context:
space:
mode:
authordougb <dougb@FreeBSD.org>2010-05-14 04:53:57 +0000
committerdougb <dougb@FreeBSD.org>2010-05-14 04:53:57 +0000
commit3df3a625bf1926431742b6a3421723fc42263dc5 (patch)
tree88e7208a73aa8d5bb88851b74f8f235fc7ad95a3 /etc/defaults
parent9fac5e5d90a6df9e531246d75f76898ea69ddee1 (diff)
downloadFreeBSD-src-3df3a625bf1926431742b6a3421723fc42263dc5.zip
FreeBSD-src-3df3a625bf1926431742b6a3421723fc42263dc5.tar.gz
Remove trailing white space. No functional changes.
Diffstat (limited to 'etc/defaults')
-rw-r--r--etc/defaults/rc.conf6
1 files changed, 3 insertions, 3 deletions
diff --git a/etc/defaults/rc.conf b/etc/defaults/rc.conf
index 63c94bb..238c907 100644
--- a/etc/defaults/rc.conf
+++ b/etc/defaults/rc.conf
@@ -221,7 +221,7 @@ ifconfig_lo0="inet 127.0.0.1" # default loopback device configuration.
#wlandebug_wlan0="scan+auth+assoc" # Set debug flags with wlanddebug(8)
#ipv4_addrs_fxp0="192.168.0.1/24 192.168.1.1-5/28" # example IPv4 address entry.
#
-#autobridge_interfaces="bridge0" # List of bridges to check
+#autobridge_interfaces="bridge0" # List of bridges to check
#autobridge_bridge0="tap* vlan0" # Interface glob to automatically add to the bridge
#
# If you have any sppp(4) interfaces above, you might also want to set
@@ -662,11 +662,11 @@ 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_interface="" # Jail's interface variable to create IP aliases on
-#jail_example_fib="0" # Routing table for setfib(1)
+#jail_example_fib="0" # Routing table for setfib(1)
#jail_example_ip="192.0.2.10,2001:db8::17" # Jail's primary IPv4 and IPv6 address
#jail_example_ip_multi0="2001:db8::10" # and another IPv6 address
#jail_example_exec_start="/bin/sh /etc/rc" # command to execute in jail for starting
-#jail_example_exec_afterstart0="/bin/sh command" # command to execute after the one for
+#jail_example_exec_afterstart0="/bin/sh command" # command to execute after the one for
# starting the jail. More than one can be
# specified using a trailing number
#jail_example_exec_stop="/bin/sh /etc/rc.shutdown" # command to execute in jail for stopping
OpenPOWER on IntegriCloud