diff options
| author | Bjoern A. Zeeb <bz@FreeBSD.org> | 2008-05-26 10:40:09 +0000 |
|---|---|---|
| committer | Bjoern A. Zeeb <bz@FreeBSD.org> | 2008-05-26 10:40:09 +0000 |
| commit | 2e598474fa6a089cf784ae7a0dfd29f0af0b1a50 (patch) | |
| tree | ce6d26c22aa5ab44c23fab794efd22c6b5bc9c39 /etc/defaults | |
| parent | 50715949692e09308fab9ba413a424e9aeb8d4f5 (diff) | |
Notes
Diffstat (limited to 'etc/defaults')
| -rw-r--r-- | etc/defaults/rc.conf | 13 |
1 files changed, 2 insertions, 11 deletions
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 |
