summaryrefslogtreecommitdiff
path: root/etc/rc
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>2011-07-07 22:57:30 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>2011-07-07 22:57:30 +0000
commit130b148367040731a6183f12dfa8b6d410ea5f14 (patch)
tree43c5f7d8b98ac8af6f70de3e397b7c0a37e6c686 /etc/rc
parentae82fb789eb0881960e406ea8079e42ef577849b (diff)
oops, removed one absolute path which is needed
Diffstat (limited to 'etc/rc')
-rw-r--r--etc/rc4
1 files changed, 2 insertions, 2 deletions
diff --git a/etc/rc b/etc/rc
index 542b9c3f262..e2df54f37b2 100644
--- a/etc/rc
+++ b/etc/rc
@@ -1,4 +1,4 @@
-# $OpenBSD: rc,v 1.362 2011/07/07 22:53:39 deraadt Exp $
+# $OpenBSD: rc,v 1.363 2011/07/07 22:57:29 deraadt Exp $
# System startup script run by init on autoboot
# or after single-user.
@@ -534,7 +534,7 @@ if [ X"${accounting}" = X"YES" ]; then
echo 'turning on accounting'; accton /var/account/acct
fi
-if [ -f ldconfig ]; then
+if [ -f /sbin/ldconfig ]; then
echo 'creating runtime link editor directory cache.'
if [ -d /usr/local/lib ]; then
shlib_dirs="/usr/local/lib $shlib_dirs"