typo error in /etc/defaults/rc.conf

Maxim Konovalov maxim.konovalov at gmail.com
Wed Aug 25 08:37:48 UTC 2010


Fixed.  Thanks for the patch.

On Wed, 25 Aug 2010, 11:05+0300, Bojidara Marinchovska wrote:

> Hello ,
>
> Refers to rc.conf(5) the alternative way for cloning interfaces is by using
> create_args_<interface> variable
> In rc.conf there is a typo error in variable name
>
>
> --- /etc/defaults/rc.conf.orig  2010-08-25 11:01:12.000000000 +0300
> +++ /etc/defaults/rc.conf       2010-08-25 11:01:29.000000000 +0300
> @@ -212,7 +212,7 @@
> #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.
>
>
> _______________________________________________
> freebsd-stable at freebsd.org mailing list
> http://lists.freebsd.org/mailman/listinfo/freebsd-stable
> To unsubscribe, send any mail to "freebsd-stable-unsubscribe at freebsd.org"
>

-- 
Maxim Konovalov


More information about the freebsd-stable mailing list