summaryrefslogtreecommitdiffstats
path: root/usr.sbin/sysinstall/package.c
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/package.c
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/package.c')
-rw-r--r--usr.sbin/sysinstall/package.c3
1 files changed, 1 insertions, 2 deletions
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