Add removable_interfaces to /etc/defaults/rc.conf. It is used
(undocumented until now) by /etc/pccard_ether. MFC candidate. Pointed out by: Dave Crane <dave@trig.net> Reviewed by: -mobile
This commit is contained in:
parent
3523f84fbd
commit
4b8ca31804
@ -29,6 +29,7 @@ pccard_beep="2" # pccard beep type.
|
||||
pccard_ifconfig="NO" # Specialized pccard ethernet configuration (or NO).
|
||||
pccardd_flags="" # Additional flags for pccardd.
|
||||
pccard_conf="/etc/defaults/pccard.conf" # pccardd(8) config file
|
||||
removable_interfaces="" # Removable network interfaces for /etc/pccard_ether.
|
||||
local_startup="/usr/local/etc/rc.d /usr/X11R6/etc/rc.d" # startup script dirs.
|
||||
rc_conf_files="/etc/rc.conf /etc/rc.conf.local"
|
||||
fsck_y_enable="NO" # Set to YES to do fsck -y if the initial preen fails.
|
||||
|
@ -129,6 +129,9 @@ is set to
|
||||
these are the flags to pass to the
|
||||
.Xr pccardd 8
|
||||
daemon.
|
||||
.It Ar removable_interfaces
|
||||
(str) List of removable network interfaces to be supported by
|
||||
.Pa /etc/pccard_ether .
|
||||
.It Ar local_startup
|
||||
(str) List of directories to search for startup script files.
|
||||
.It Ar hostname
|
||||
|
Loading…
Reference in New Issue
Block a user