summaryrefslogtreecommitdiffstats
path: root/release/bininst
diff options
context:
space:
mode:
authorjkh <jkh@FreeBSD.org>1994-11-12 05:04:21 +0000
committerjkh <jkh@FreeBSD.org>1994-11-12 05:04:21 +0000
commit3938bbb99105ce71d9c9ffa15f9b22a3a254d575 (patch)
tree531d2699260b1fb5f84cf28e05ff679bfa9f9dc0 /release/bininst
parentb2aaa73556ac4bf6c6508872ff958323a493a7be (diff)
downloadFreeBSD-src-3938bbb99105ce71d9c9ffa15f9b22a3a254d575.zip
FreeBSD-src-3938bbb99105ce71d9c9ffa15f9b22a3a254d575.tar.gz
I blew the redirects on the slip stuff.
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 d22c305..0d00384 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
OpenPOWER on IntegriCloud