summaryrefslogtreecommitdiffstats
path: root/usr.sbin/sysinstall/package.c
diff options
context:
space:
mode:
authorjkh <jkh@FreeBSD.org>1999-05-18 00:44:28 +0000
committerjkh <jkh@FreeBSD.org>1999-05-18 00:44:28 +0000
commitdb30e58662463d745c6d7c6f5337d1473c30b0bd (patch)
tree307bb6218b18a5a88699fb5a88c5b05ee775c570 /usr.sbin/sysinstall/package.c
parent2fde75e5f6e59b5fed505bd64a493848eb433244 (diff)
downloadFreeBSD-src-db30e58662463d745c6d7c6f5337d1473c30b0bd.zip
FreeBSD-src-db30e58662463d745c6d7c6f5337d1473c30b0bd.tar.gz
deal with a.out ldconfig paths also.
Diffstat (limited to 'usr.sbin/sysinstall/package.c')
-rw-r--r--usr.sbin/sysinstall/package.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/usr.sbin/sysinstall/package.c b/usr.sbin/sysinstall/package.c
index 3f73433..70d9602 100644
--- a/usr.sbin/sysinstall/package.c
+++ b/usr.sbin/sysinstall/package.c
@@ -4,7 +4,7 @@
* This is probably the last program in the `sysinstall' line - the next
* generation being essentially a complete rewrite.
*
- * $Id: package.c,v 1.74 1999/05/14 14:57:59 jkh Exp $
+ * $Id: package.c,v 1.75 1999/05/15 14:34:22 jkh Exp $
*
* Copyright (c) 1995
* Jordan Hubbard. All rights reserved.
@@ -131,6 +131,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");
/* Be initially optimistic */
ret = DITEM_SUCCESS | DITEM_RESTORE;
OpenPOWER on IntegriCloud