From ddda68fb0d4363414b746019ce0c648d170811fc Mon Sep 17 00:00:00 2001 From: "Bruce A. Mah" Date: Wed, 4 Apr 2001 16:48:57 +0000 Subject: [PATCH] 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 Reviewed by: -mobile --- etc/defaults/rc.conf | 1 + share/man/man5/rc.conf.5 | 3 +++ 2 files changed, 4 insertions(+) diff --git a/etc/defaults/rc.conf b/etc/defaults/rc.conf index 7d8c67ecbf7d..14b6f4749f69 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 cc868300b58d..f7aff023e3fc 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