aboutsummaryrefslogtreecommitdiff
path: root/release/bininst
diff options
context:
space:
mode:
authorJordan K. Hubbard <jkh@FreeBSD.org>1994-11-12 05:04:21 +0000
committerJordan K. Hubbard <jkh@FreeBSD.org>1994-11-12 05:04:21 +0000
commitc0141fe81f2865edcf4b27379ba97da046db06cc (patch)
tree531d2699260b1fb5f84cf28e05ff679bfa9f9dc0 /release/bininst
parentdfd2c8103af33d3dee6d209c6f8c5aeb28cfeea2 (diff)
downloadsrc-c0141fe81f2865edcf4b27379ba97da046db06cc.tar.gz
src-c0141fe81f2865edcf4b27379ba97da046db06cc.zip
I blew the redirects on the slip stuff.
Notes
Notes: svn path=/head/; revision=4373
Diffstat (limited to 'release/bininst')
-rwxr-xr-xrelease/bininst6
1 files changed, 3 insertions, 3 deletions
diff --git a/release/bininst b/release/bininst
index d22c3058c282..0d00384ab182 100755
--- a/release/bininst
+++ b/release/bininst
@@ -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