=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/etc/rc.conf,v retrieving revision 1.86 retrieving revision 1.87 diff -u -r1.86 -r1.87 --- src/etc/rc.conf 2003/03/10 01:05:28 1.86 +++ src/etc/rc.conf 2003/05/08 16:53:14 1.87 @@ -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 @@ 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"