summaryrefslogtreecommitdiff
path: root/etc/rc
diff options
context:
space:
mode:
authorJason Downs <downsj@cvs.openbsd.org>1996-07-18 09:57:38 +0000
committerJason Downs <downsj@cvs.openbsd.org>1996-07-18 09:57:38 +0000
commit1daa2e447ad7866c98351d0230c39fe6064252bf (patch)
tree58d8b35d8143f3bed1d4243392aef95f841848c0 /etc/rc
parent32c1571b6340f34ac25cc12f7bbac65dd8209b45 (diff)
daily: disable the fscks by default.
rc: add /usr/local/lib to ldconfig.
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 791602a0020..c3ae421305f 100644
--- a/etc/rc
+++ b/etc/rc
@@ -1,4 +1,4 @@
-# $OpenBSD: rc,v 1.19 1996/07/05 02:18:43 deraadt Exp $
+# $OpenBSD: rc,v 1.20 1996/07/18 09:57:37 downsj Exp $
# System startup script run by init on autoboot
# or after single-user.
@@ -281,7 +281,7 @@ rm -f $T
if [ -f /sbin/ldconfig ]; then
echo 'creating runtime link editor directory cache.'
- ldconfig /usr/X11R6/lib
+ ldconfig /usr/local/lib /usr/X11R6/lib
fi
# Kerberos runs ONLY on the Kerberos server machine