summaryrefslogtreecommitdiffstats
path: root/usr.sbin/sysinstall
diff options
context:
space:
mode:
authorjkh <jkh@FreeBSD.org>1999-12-19 19:42:02 +0000
committerjkh <jkh@FreeBSD.org>1999-12-19 19:42:02 +0000
commit271f0764068406041889c807583b4ff7eeac4a68 (patch)
treea5aeff91fd590ec3536017e3a4268f6c45ad235e /usr.sbin/sysinstall
parent606120b2a08656def2f79795f8ebfcf616c00e26 (diff)
downloadFreeBSD-src-271f0764068406041889c807583b4ff7eeac4a68.zip
FreeBSD-src-271f0764068406041889c807583b4ff7eeac4a68.tar.gz
Bah, I got the MFC and this commit backwards. :)
Diffstat (limited to 'usr.sbin/sysinstall')
-rw-r--r--usr.sbin/sysinstall/config.c1
-rw-r--r--usr.sbin/sysinstall/options.c2
-rw-r--r--usr.sbin/sysinstall/package.c3
3 files changed, 2 insertions, 4 deletions
diff --git a/usr.sbin/sysinstall/config.c b/usr.sbin/sysinstall/config.c
index c4c241a..4dda1ac 100644
--- a/usr.sbin/sysinstall/config.c
+++ b/usr.sbin/sysinstall/config.c
@@ -590,7 +590,6 @@ tryagain:
vsystem("/sbin/ldconfig -m /usr/lib /usr/X11R6/lib /usr/local/lib /usr/lib/compat");
else
vsystem("/sbin/ldconfig /usr/lib /usr/X11R6/lib /usr/local/lib /usr/lib/compat");
- vsystem("/sbin/ldconfig -aout /usr/lib/compat/aout /usr/lib/aout /usr/X11R6/lib/aout /usr/local/lib/aout");
vsystem("/sbin/ifconfig lo0 127.0.0.1");
execfile = string_concat("/usr/X11R6/bin/", config);
if (file_executable(execfile)) {
diff --git a/usr.sbin/sysinstall/options.c b/usr.sbin/sysinstall/options.c
index 8f3c97f..e9187f7 100644
--- a/usr.sbin/sysinstall/options.c
+++ b/usr.sbin/sysinstall/options.c
@@ -217,7 +217,7 @@ optionsEditor(dialogMenuItem *self)
static int currOpt = 0;
WINDOW *w = savescr();
- dialog_clear_norefresh();
+ dialog_clear();
clear();
while (1) {
diff --git a/usr.sbin/sysinstall/package.c b/usr.sbin/sysinstall/package.c
index e63c601..2b7a27e 100644
--- a/usr.sbin/sysinstall/package.c
+++ b/usr.sbin/sysinstall/package.c
@@ -130,8 +130,7 @@ package_extract(Device *dev, char *name, Boolean depended)
/* If necessary, initialize the ldconfig hints */
if (!file_readable("/var/run/ld.so.hints"))
- vsystem("ldconfig /usr/lib /usr/local/lib /usr/X11R6/lib");
- vsystem("/sbin/ldconfig -aout /usr/lib/compat/aout /usr/lib/aout /usr/X11R6/lib/aout /usr/local/lib/aout");
+ vsystem("ldconfig /usr/lib /usr/lib/compat /usr/local/lib /usr/X11R6/lib");
/* Be initially optimistic */
ret = DITEM_SUCCESS;
OpenPOWER on IntegriCloud