summaryrefslogtreecommitdiff
path: root/etc/rc.conf
diff options
context:
space:
mode:
authorTodd C. Miller <millert@cvs.openbsd.org>1999-05-24 18:00:06 +0000
committerTodd C. Miller <millert@cvs.openbsd.org>1999-05-24 18:00:06 +0000
commit5702d37be2acc9ae5e29b0c555067870241fc3b6 (patch)
tree29f71197750bc055d6b922e0a9d866ec0b021591 /etc/rc.conf
parent307a36ae6cc0219b9923f7169597b82827342378 (diff)
Add shlib_dirs variable so users can add to the directories cached
in /var/run/ld.so.hints
Diffstat (limited to 'etc/rc.conf')
-rw-r--r--etc/rc.conf3
1 files changed, 2 insertions, 1 deletions
diff --git a/etc/rc.conf b/etc/rc.conf
index df4cbe244c0..f57e28219d2 100644
--- a/etc/rc.conf
+++ b/etc/rc.conf
@@ -1,6 +1,6 @@
#!/bin/sh -
#
-# $OpenBSD: rc.conf,v 1.35 1999/03/29 22:09:58 niklas Exp $
+# $OpenBSD: rc.conf,v 1.36 1999/05/24 18:00:05 millert Exp $
# set these to "NO" to turn them off. otherwise, they're used as flags
routed_flags=NO # for 'normal' use: routed_flags="-q"
@@ -68,3 +68,4 @@ named_chroot=/var/named # Where to chroot named if not empty
afs_mount_point=/afs # Mountpoint for AFS
afs_device=/dev/xfs0 # Device used by afsd
afsd_flags=-z # Flags passed to afsd
+shlib_dirs= # extra directories for ldconfig