svn commit: r229969 - stable/7/etc/defaults

Sergey Kandaurov pluknet at FreeBSD.org
Wed Jan 11 17:21:23 UTC 2012


Author: pluknet
Date: Wed Jan 11 17:21:22 2012
New Revision: 229969
URL: http://svn.freebsd.org/changeset/base/229969

Log:
  MFC r211801: fix typo.
  
  Spotted by:	Ildar Hizbulin <hizel vyborg ru> (stable/7)

Modified:
  stable/7/etc/defaults/rc.conf
Directory Properties:
  stable/7/etc/   (props changed)

Modified: stable/7/etc/defaults/rc.conf
==============================================================================
--- stable/7/etc/defaults/rc.conf	Wed Jan 11 17:10:27 2012	(r229968)
+++ stable/7/etc/defaults/rc.conf	Wed Jan 11 17:21:22 2012	(r229969)
@@ -196,7 +196,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
 #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


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