=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/etc/rc,v retrieving revision 1.98 retrieving revision 1.99 diff -c -r1.98 -r1.99 *** src/etc/rc 1999/05/26 08:40:00 1.98 --- src/etc/rc 1999/05/30 23:20:52 1.99 *************** *** 1,4 **** ! # $OpenBSD: rc,v 1.98 1999/05/26 08:40:00 jakob Exp $ # System startup script run by init on autoboot # or after single-user. --- 1,4 ---- ! # $OpenBSD: rc,v 1.99 1999/05/30 23:20:52 millert Exp $ # System startup script run by init on autoboot # or after single-user. *************** *** 449,458 **** if [ -f /sbin/ldconfig ]; then echo 'creating runtime link editor directory cache.' if [ -d /usr/local/lib ]; then ! shlib_dirs=="$shlib_dirs /usr/local/lib" fi if [ -d /usr/X11R6/lib ]; then ! shlib_dirs=="$shlib_dirs /usr/X11R6/lib" fi ldconfig $shlib_dirs fi --- 449,458 ---- if [ -f /sbin/ldconfig ]; then echo 'creating runtime link editor directory cache.' if [ -d /usr/local/lib ]; then ! shlib_dirs="$shlib_dirs /usr/local/lib" fi if [ -d /usr/X11R6/lib ]; then ! shlib_dirs="$shlib_dirs /usr/X11R6/lib" fi ldconfig $shlib_dirs fi