From 2e598474fa6a089cf784ae7a0dfd29f0af0b1a50 Mon Sep 17 00:00:00 2001 From: "Bjoern A. Zeeb" Date: Mon, 26 May 2008 10:40:09 +0000 Subject: Remove ISDN4BSD (I4B) from HEAD as it is not MPSAFE and parts relied on the now removed NET_NEEDS_GIANT. Most of I4B has been disconnected from the build since July 2007 in HEAD/RELENG_7. This is what was removed: - configuration in /etc/isdn - examples - man pages - kernel configuration - sys/i4b (drivers, layers, include files) - user space tools - i4b support from ppp - further documentation Discussed with: rwatson, re --- etc/defaults/rc.conf | 13 ++----------- 1 file changed, 2 insertions(+), 11 deletions(-) (limited to 'etc/defaults') diff --git a/etc/defaults/rc.conf b/etc/defaults/rc.conf index 3d03b048d618..177f4d529dba 100644 --- a/etc/defaults/rc.conf +++ b/etc/defaults/rc.conf @@ -194,8 +194,8 @@ ifconfig_lo0="inet 127.0.0.1" # default loopback device configuration. # If you have any sppp(4) interfaces above, you might also want to set # the following parameters. Refer to spppcontrol(8) for their meaning. sppp_interfaces="" # List of sppp interfaces. -#sppp_interfaces="isp0" # example: sppp over ISDN -#spppconfig_isp0="authproto=chap myauthname=foo myauthsecret='top secret' hisauthname=some-gw hisauthsecret='another secret'" +#sppp_interfaces="...0" # example: sppp over ... +#spppconfig_...0="authproto=chap myauthname=foo myauthsecret='top secret' hisauthname=some-gw hisauthsecret='another secret'" gif_interfaces="" # List of GIF tunnels. #gif_interfaces="gif0 gif1" # Examples typically for a router. # Choose correct tunnel addrs. @@ -363,15 +363,6 @@ atm_enable="NO" # Configure ATM interfaces (or NO). atm_pvcs="" # Set to PVC list (or leave empty). atm_arps="" # Set to permanent ARP list (or leave empty). -### ISDN interface options: (see also: /usr/share/examples/isdn) ### -isdn_enable="NO" # Enable the ISDN subsystem (or NO). -isdn_fsdev="NO" # Output device for fullscreen mode (or NO for daemon mode). -isdn_flags="-dn -d0x1f9" # Flags for isdnd -isdn_ttype="cons25" # terminal type for fullscreen mode -isdn_screenflags="NO" # screenflags for ${isdn_fsdev} -isdn_trace="NO" # Enable the ISDN trace subsystem (or NO). -isdn_traceflags="-f /var/tmp/isdntrace0" # Flags for isdntrace - ### Bluetooth ### hcsecd_enable="NO" # Enable hcsecd(8) (or NO) hcsecd_config="/etc/bluetooth/hcsecd.conf" # hcsecd(8) configuration file -- cgit v1.3