summaryrefslogtreecommitdiff
path: root/etc
diff options
context:
space:
mode:
authorPeter Valchev <pvalchev@cvs.openbsd.org>2003-05-08 16:53:15 +0000
committerPeter Valchev <pvalchev@cvs.openbsd.org>2003-05-08 16:53:15 +0000
commit90b07163e475529f59af6f907e2adb17da83cba4 (patch)
treefdc2eed2d760e0fdf9a024cdb25e6683c9f7c1f2 /etc
parent4c9e8a8f53881a9a4c55bc44c342ae3e39186074 (diff)
mention shlib_dirs entries are separated by space; ok many people
Diffstat (limited to 'etc')
-rw-r--r--etc/rc.conf5
1 files changed, 3 insertions, 2 deletions
diff --git a/etc/rc.conf b/etc/rc.conf
index 8414002c55d..63b378c515c 100644
--- a/etc/rc.conf
+++ b/etc/rc.conf
@@ -1,6 +1,6 @@
#!/bin/sh -
#
-# $OpenBSD: rc.conf,v 1.86 2003/03/10 01:05:28 deraadt Exp $
+# $OpenBSD: rc.conf,v 1.87 2003/05/08 16:53:14 pvalchev Exp $
# set these to "NO" to turn them off. otherwise, they're used as flags
routed_flags=NO # for normal use: "-q"
@@ -82,7 +82,8 @@ pflogd_flags= # add more flags, ie. "-s 256"
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
+shlib_dirs= # extra directories for ldconfig, separated
+ # by space
local_rcconf="/etc/rc.conf.local"