summaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authornate <nate@FreeBSD.org>1995-11-01 16:53:25 +0000
committernate <nate@FreeBSD.org>1995-11-01 16:53:25 +0000
commit16af6306ac9c39e9287fb9c48c3f74cb990335d2 (patch)
tree0617926cd6ea84f06514e53f059d24184080c410 /etc
parent04650f6d50a1d063babe0a4987a7e339b1b8665f (diff)
downloadFreeBSD-src-16af6306ac9c39e9287fb9c48c3f74cb990335d2.zip
FreeBSD-src-16af6306ac9c39e9287fb9c48c3f74cb990335d2.tar.gz
Don't have ldconfig look in /usr/gnu/lib since it was removed before 2.0R.
Diffstat (limited to 'etc')
-rw-r--r--etc/rc3
1 files changed, 1 insertions, 2 deletions
diff --git a/etc/rc b/etc/rc
index 185aac9..0d0e9e8 100644
--- a/etc/rc
+++ b/etc/rc
@@ -1,5 +1,5 @@
#!/bin/sh
-# $Id: rc,v 1.75 1995/10/29 12:43:47 ache Exp $
+# $Id: rc,v 1.76 1995/11/01 00:22:45 ache Exp $
# From: @(#)rc 5.27 (Berkeley) 6/5/91
# System startup script run by init on autoboot
@@ -285,7 +285,6 @@ if [ -x /sbin/ldconfig ]; then
if [ -d /usr/X11R6/lib ]; then _LDC="${_LDC} /usr/X11R6/lib" ; fi
if [ -d /usr/X386/lib ]; then _LDC="${_LDC} /usr/X386/lib" ; fi
if [ -d /usr/local/lib ]; then _LDC="${_LDC} /usr/local/lib" ; fi
- if [ -d /usr/gnu/lib ]; then _LDC="${_LDC} /usr/gnu/lib" ; fi
echo 'setting ldconfig path:' ${_LDC}
ldconfig ${_LDC}
fi
OpenPOWER on IntegriCloud