summaryrefslogtreecommitdiffstats
path: root/release/bininst
diff options
context:
space:
mode:
authorjkh <jkh@FreeBSD.org>1994-11-11 08:34:03 +0000
committerjkh <jkh@FreeBSD.org>1994-11-11 08:34:03 +0000
commit3b97b4d82bbc8dba65392c338fb70c64e5639683 (patch)
tree7414f8fafc4e3a5b58973911bb5d8c745cd906c3 /release/bininst
parent53656a24f8037cf1d550da00dc2c97d07cfd4eae (diff)
downloadFreeBSD-src-3b97b4d82bbc8dba65392c338fb70c64e5639683.zip
FreeBSD-src-3b97b4d82bbc8dba65392c338fb70c64e5639683.tar.gz
Make sure /var/log exists so that cu doesn't complain.
Diffstat (limited to 'release/bininst')
-rwxr-xr-xrelease/bininst3
1 files changed, 2 insertions, 1 deletions
diff --git a/release/bininst b/release/bininst
index ba1a12b..82b09a3 100755
--- a/release/bininst
+++ b/release/bininst
@@ -13,7 +13,7 @@
# your name on top after doing something trivial like reindenting it, just
# to make it look like you wrote it!).
#
-# $Id: bininst,v 1.26 1994/11/11 07:33:50 jkh Exp $
+# $Id: bininst,v 1.27 1994/11/11 08:33:03 jkh Exp $
# Some useful constants.
PATH=/usr/bin:/usr/sbin:/bin:/sbin:/stand
@@ -318,6 +318,7 @@ setup_network_slip()
clear="--clear"
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
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."
OpenPOWER on IntegriCloud