summaryrefslogtreecommitdiffstats
path: root/etc/rc
diff options
context:
space:
mode:
authorjdp <jdp@FreeBSD.org>1998-09-05 04:27:35 +0000
committerjdp <jdp@FreeBSD.org>1998-09-05 04:27:35 +0000
commitd166beb76e5ceb6b95170e8d0a0946825ed1ef98 (patch)
tree4be067675564fe33743f4c18cc6a965cbd17a1c3 /etc/rc
parent6c76bd6d548ca5eba7c437f4e56c952e1e9381c2 (diff)
downloadFreeBSD-src-d166beb76e5ceb6b95170e8d0a0946825ed1ef98.zip
FreeBSD-src-d166beb76e5ceb6b95170e8d0a0946825ed1ef98.tar.gz
Explicitly pass the "-aout" option to ldconfig, until I've had a
chance to work out a better scheme to handle the separate invocations necessary for a.out and ELF.
Diffstat (limited to 'etc/rc')
-rw-r--r--etc/rc6
1 files changed, 3 insertions, 3 deletions
diff --git a/etc/rc b/etc/rc
index 0ce0ff0..02af8df 100644
--- a/etc/rc
+++ b/etc/rc
@@ -1,5 +1,5 @@
#!/bin/sh
-# $Id: rc,v 1.150 1998/08/20 11:22:52 phk Exp $
+# $Id: rc,v 1.151 1998/08/24 07:11:48 gpalmer Exp $
# From: @(#)rc 5.27 (Berkeley) 6/5/91
# System startup script run by init on autoboot
@@ -250,8 +250,8 @@ if [ -x /sbin/ldconfig ]; then
_LDC="${_LDC} $i"
fi
done
- echo 'setting ldconfig path:' ${_LDC}
- ldconfig ${_LDC}
+ echo 'setting a.out ldconfig path:' ${_LDC}
+ ldconfig -aout ${_LDC}
fi
# Now start up miscellaneous daemons that don't belong anywhere else
OpenPOWER on IntegriCloud