summaryrefslogtreecommitdiffstats
path: root/release/sysinstall/tcpip.c
diff options
context:
space:
mode:
authorjkh <jkh@FreeBSD.org>1995-05-25 01:52:04 +0000
committerjkh <jkh@FreeBSD.org>1995-05-25 01:52:04 +0000
commitdde84f4e8d7b1d0117f49e1b7d7f2c6922f071f1 (patch)
treed8c23ecdb788b7a097b3537bb59287ca79f0df08 /release/sysinstall/tcpip.c
parent369a063c9bde50c7b9879d5dd3b556b902e54619 (diff)
downloadFreeBSD-src-dde84f4e8d7b1d0117f49e1b7d7f2c6922f071f1.zip
FreeBSD-src-dde84f4e8d7b1d0117f49e1b7d7f2c6922f071f1.tar.gz
Cleanup.
Diffstat (limited to 'release/sysinstall/tcpip.c')
-rw-r--r--release/sysinstall/tcpip.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/release/sysinstall/tcpip.c b/release/sysinstall/tcpip.c
index 69ecc08..0b96442 100644
--- a/release/sysinstall/tcpip.c
+++ b/release/sysinstall/tcpip.c
@@ -1,5 +1,5 @@
/*
- * $Id: tcpip.c,v 1.11 1995/05/23 18:06:16 jkh Exp $
+ * $Id: tcpip.c,v 1.12 1995/05/24 01:27:15 jkh Exp $
*
* Copyright (c) 1995
* Gary J Palmer. All rights reserved.
@@ -578,7 +578,7 @@ tcpStartPPP(void)
fd = open("/dev/ttyv2", O_RDWR);
if (fd == -1)
return FALSE;
-
+ Mkdir("/var/log", NULL);
if (!fork()) {
dup2(fd, 0);
dup2(fd, 1);
OpenPOWER on IntegriCloud