mirror of
https://git.FreeBSD.org/src.git
synced 2024-11-26 07:55:01 +00:00
I blew the redirects on the slip stuff.
This commit is contained in:
parent
dfd2c8103a
commit
c0141fe81f
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=4373
@ -13,7 +13,7 @@
|
||||
# putting your name on top after doing something trivial like reindenting
|
||||
# it, just to make it look like you wrote it!).
|
||||
#
|
||||
# $Id: bininst,v 1.29 1994/11/11 10:55:02 jkh Exp $
|
||||
# $Id: bininst,v 1.30 1994/11/11 23:29:26 jkh Exp $
|
||||
|
||||
# Some useful constants.
|
||||
PATH=/usr/bin:/usr/sbin:/bin:/sbin:/stand
|
||||
@ -325,8 +325,8 @@ setup_network_slip()
|
||||
|
||||
if dialog $clear --title "Dial" --yesno "Do you need to dial the phone or otherwise talk to the modem?"; then
|
||||
mkdir -p /var/log
|
||||
touch -f /var/log/aculog >& /dev/null
|
||||
chmod 666 /var/log/aculog >& /dev/null
|
||||
touch -f /var/log/aculog > /dev/null 2>&1
|
||||
chmod 666 /var/log/aculog > /dev/null 2>&1
|
||||
confirm "You may now dialog with your modem and set up the slip connection.\nBe sure to disable DTR sensitivity (usually with AT&D0) or the modem may\nhang up when you exit 'cu'. Use ~. to exit cu and continue."
|
||||
dialog --clear
|
||||
cu -l $serial_interface -s $serial_speed
|
||||
|
Loading…
Reference in New Issue
Block a user