diff options
| author | Jordan K. Hubbard <jkh@FreeBSD.org> | 1997-02-17 13:42:53 +0000 |
|---|---|---|
| committer | Jordan K. Hubbard <jkh@FreeBSD.org> | 1997-02-17 13:42:53 +0000 |
| commit | 2a161a564fdd02ece120fc0d8f56d46995102bab (patch) | |
| tree | 809220f676604b4dbc2d8efa7c9d5127992e9adb /release | |
| parent | ef6315440d28c7067c8d3ca516ef0fa9bb23d12e (diff) | |
Notes
Diffstat (limited to 'release')
| -rw-r--r-- | release/sysinstall/config.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/release/sysinstall/config.c b/release/sysinstall/config.c index 66a14f03b0ba4..002ab0ee677eb 100644 --- a/release/sysinstall/config.c +++ b/release/sysinstall/config.c @@ -4,7 +4,7 @@ * This is probably the last program in the `sysinstall' line - the next * generation being essentially a complete rewrite. * - * $Id: config.c,v 1.16.2.71 1997/02/16 10:20:55 jkh Exp $ + * $Id: config.c,v 1.16.2.72 1997/02/16 23:36:12 jkh Exp $ * * Copyright (c) 1995 * Jordan Hubbard. All rights reserved. @@ -510,6 +510,7 @@ configResolv(void) cp = variable_get(VAR_NAMESERVER); if (!cp || !*cp) goto skip; + Mkdir("/etc"); fp = fopen("/etc/resolv.conf", "w"); if (!fp) return; |
