summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorru <ru@FreeBSD.org>2002-11-27 16:45:10 +0000
committerru <ru@FreeBSD.org>2002-11-27 16:45:10 +0000
commit7214929387da4092c75a683866e48cee817ac6b6 (patch)
tree7c7ca912ad2ce3b77eec1555e0249093c95906f3
parent3632d1fa8ffc46b2a52e6c5732127463fd9472ed (diff)
downloadFreeBSD-src-7214929387da4092c75a683866e48cee817ac6b6.zip
FreeBSD-src-7214929387da4092c75a683866e48cee817ac6b6.tar.gz
Removed the vestiges of modems(5).
Approved by: re
-rw-r--r--etc/Makefile2
-rw-r--r--etc/modems34
-rw-r--r--share/examples/etc/README.examples1
-rw-r--r--usr.sbin/sysinstall/installUpgrade.c1
4 files changed, 1 insertions, 37 deletions
diff --git a/etc/Makefile b/etc/Makefile
index 0a4ba25..6329381 100644
--- a/etc/Makefile
+++ b/etc/Makefile
@@ -10,7 +10,7 @@ BIN1= amd.map apmd.conf auth.conf \
dhclient.conf fbtab ftpusers gettytab group \
hosts hosts.allow hosts.equiv hosts.lpd \
inetd.conf login.access login.conf \
- mac.conf motd modems netconfig networks newsyslog.conf \
+ mac.conf motd netconfig networks newsyslog.conf \
phones printcap profile protocols \
rc rc.atm rc.devfs rc.diskless1 rc.diskless2 rc.firewall rc.firewall6 \
rc.network rc.network6 rc.pccard rc.sendmail rc.serial rc.shutdown \
diff --git a/etc/modems b/etc/modems
deleted file mode 100644
index 422c5ff..0000000
--- a/etc/modems
+++ /dev/null
@@ -1,34 +0,0 @@
-#
-# $FreeBSD$
-# @(#)modems 3/24/95
-#
-# modems -- modem configuration data base file
-# see tip(1), modems(5)
-#
-# dial_command AT command to dial up remote
-# echo_off_command AT command to turn off command echo
-# escape_guard_time Shroud escape sequence with specified delay (ms)
-# escape_sequence Return to command escape sequence
-# hangup_command AT command to hangup modem
-# hw_flow_control Enable RTS/CTS flow control between DTE/DCE
-# intercharacter_delay Delay between characters sent to modem when issuing
-# commands
-# intercommand_delay Minimum delay between commands to modem
-# init_string AT command to initialize modem before dialing out
-# lock_baud Use fixed DTE / DCE bit rate
-# reset_delay Delay required by modem for reset
-#
-
-sportster|st|US Robotics Sportster 14.4K:dial_command=ATDT%s\r:hangup_command=ATH\r:\
- :echo_off_command=ATE0\r:reset_command=AT&F1\r:\
- :init_string=AT&B1&H1&R2&C1&D2\r:\
- :escape_sequence=+++:hw_flow_control:lock_baud:intercharacter_delay#50:\
- :intercommand_delay#250:escape_guard_time#500:reset_delay#2000:
-
-mt932|multitech|mt|Multitech 932:dial_command=ATDT%s\r:hangup_command=ATH\r:\
- :echo_off_command=ATE0\r:reset_command=ATZ\r:\
- :init_string=AT$BA0$SB38400&E1&E4&E13&E15Q0V1X4E0S0=0\r:\
- :escape_sequence=+++:hw_flow_control:lock_baud:intercharacter_delay#50:\
- :intercommand_delay#250:escape_guard_time#500:reset_delay#2000:
-
-generic|Generic AT command modem (use defaults):
diff --git a/share/examples/etc/README.examples b/share/examples/etc/README.examples
index b902723..f25c301 100644
--- a/share/examples/etc/README.examples
+++ b/share/examples/etc/README.examples
@@ -30,7 +30,6 @@ login.conf - login class capabilities database (see login.conf(5))
mail.rc - systemwide initialization files for mail(1)
make.conf - example configuration variables for system builds
manpath.config - configuration file for man(1)
-modems - modem configuration database (see modems(5))
motd - sample Message of the Day
netstart - network startup script run from /etc/rc
networks - see networks(5)
diff --git a/usr.sbin/sysinstall/installUpgrade.c b/usr.sbin/sysinstall/installUpgrade.c
index 613ad19..bb042d5 100644
--- a/usr.sbin/sysinstall/installUpgrade.c
+++ b/usr.sbin/sysinstall/installUpgrade.c
@@ -93,7 +93,6 @@ static HitList etc_files [] = {
{ JUST_COPY, "make.conf", TRUE, NULL },
{ JUST_COPY, "manpath.config", TRUE, NULL },
{ JUST_COPY, "master.passwd", FALSE, NULL },
- { JUST_COPY, "modems", TRUE, NULL },
{ JUST_COPY, "motd", TRUE, NULL },
{ JUST_COPY, "namedb", TRUE, NULL },
{ JUST_COPY, "networks", TRUE, NULL },
OpenPOWER on IntegriCloud