svn commit: r212080 - in stable/8/etc: defaults periodic/daily

Maxim Konovalov maxim at FreeBSD.org
Wed Sep 1 05:39:56 UTC 2010


Author: maxim
Date: Wed Sep  1 05:39:56 2010
New Revision: 212080
URL: http://svn.freebsd.org/changeset/base/212080

Log:
  MFC r211801: fix typo.

Modified:
  stable/8/etc/defaults/rc.conf
Directory Properties:
  stable/8/etc/   (props changed)
  stable/8/etc/periodic/daily/   (props changed)
  stable/8/etc/periodic/daily/800.scrub-zfs   (props changed)

Modified: stable/8/etc/defaults/rc.conf
==============================================================================
--- stable/8/etc/defaults/rc.conf	Wed Sep  1 05:34:17 2010	(r212079)
+++ stable/8/etc/defaults/rc.conf	Wed Sep  1 05:39:56 2010	(r212080)
@@ -212,7 +212,7 @@ ifconfig_lo0="inet 127.0.0.1"	# default 
 #ifconfig_ed0_ipx="ipx 0x00010010"	# Sample IPX address family entry.
 #ifconfig_fxp0_name="net0"	# Change interface name from fxp0 to net0.
 #vlans_fxp0="101 vlan0"		# vlan(4) interfaces for fxp0 device
-#create_arg_vlan0="vlan 102"	# vlan tag for vlan0 device
+#create_args_vlan0="vlan 102"	# vlan tag for vlan0 device
 #wlans_ath0="wlan0"		# wlan(4) interfaces for ath0 device
 #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.


More information about the svn-src-stable-8 mailing list