summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorbmah <bmah@FreeBSD.org>2001-04-04 16:48:57 +0000
committerbmah <bmah@FreeBSD.org>2001-04-04 16:48:57 +0000
commit4b8ca31804fc3b5af2681115539b88a69434d4e1 (patch)
tree81599365e3a945c9768ba4462b7dbefaa895c785
parent3523f84fbda59fb52e9de7a5898eafb56060c67c (diff)
downloadFreeBSD-src-4b8ca31804fc3b5af2681115539b88a69434d4e1.zip
FreeBSD-src-4b8ca31804fc3b5af2681115539b88a69434d4e1.tar.gz
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
-rw-r--r--etc/defaults/rc.conf1
-rw-r--r--share/man/man5/rc.conf.53
2 files changed, 4 insertions, 0 deletions
diff --git a/etc/defaults/rc.conf b/etc/defaults/rc.conf
index 7d8c67e..14b6f47 100644
--- a/etc/defaults/rc.conf
+++ b/etc/defaults/rc.conf
@@ -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.
diff --git a/share/man/man5/rc.conf.5 b/share/man/man5/rc.conf.5
index cc86830..f7aff02 100644
--- a/share/man/man5/rc.conf.5
+++ b/share/man/man5/rc.conf.5
@@ -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
OpenPOWER on IntegriCloud