aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/sade
diff options
context:
space:
mode:
authorJordan K. Hubbard <jkh@FreeBSD.org>1996-12-01 12:27:36 +0000
committerJordan K. Hubbard <jkh@FreeBSD.org>1996-12-01 12:27:36 +0000
commita2a3d9f4133a4a04a083289295f2e186d254fbb6 (patch)
tree178b7865dd108e07ad0ff988a3c13f941210185b /usr.sbin/sade
parentfb164f4e5104e7d9c40a0fa2f80ece06d5c61511 (diff)
Notes
Diffstat (limited to 'usr.sbin/sade')
-rw-r--r--usr.sbin/sade/install.c6
1 files changed, 2 insertions, 4 deletions
diff --git a/usr.sbin/sade/install.c b/usr.sbin/sade/install.c
index 086983023996..4734d7746909 100644
--- a/usr.sbin/sade/install.c
+++ b/usr.sbin/sade/install.c
@@ -4,7 +4,7 @@
* This is probably the last program in the `sysinstall' line - the next
* generation being essentially a complete rewrite.
*
- * $Id: install.c,v 1.141 1996/11/14 05:46:22 jkh Exp $
+ * $Id: install.c,v 1.142 1996/11/16 22:42:13 joerg Exp $
*
* Copyright (c) 1995
* Jordan Hubbard. All rights reserved.
@@ -233,6 +233,7 @@ installInitial(void)
chdir("/");
variable_set2(RUNNING_ON_ROOT, "yes");
+ configResolv();
/* stick a helpful shell over on the 4th VTY */
systemCreateHoloshell();
@@ -357,7 +358,6 @@ installExpress(dialogMenuItem *self)
installConfigure();
/* Now write out any changes .. */
- configResolv();
configSysconfig("/etc/sysconfig");
}
return i | DITEM_RECREATE;
@@ -505,7 +505,6 @@ installNovice(dialogMenuItem *self)
installConfigure();
/* Now write out any changes .. */
- configResolv();
configSysconfig("/etc/sysconfig");
return DITEM_LEAVE_MENU | DITEM_RECREATE;
@@ -523,7 +522,6 @@ installCustomCommit(dialogMenuItem *self)
installConfigure();
/* Now write out any changes .. */
- configResolv();
configSysconfig("/etc/sysconfig");
return i;
}