=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/etc/Attic/rc.local,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- src/etc/Attic/rc.local 1996/05/26 10:25:28 1.2 +++ src/etc/Attic/rc.local 1996/05/26 10:49:40 1.3 @@ -1,7 +1,7 @@ # # site-specific startup actions, daemons # -# $OpenBSD: rc.local,v 1.2 1996/05/26 10:25:28 deraadt Exp $ +# $OpenBSD: rc.local,v 1.3 1996/05/26 10:49:40 deraadt Exp $ # if [ ! -f /etc/motd ]; then @@ -17,7 +17,7 @@ if [ -f /sbin/ldconfig ]; then echo 'creating runtime link editor directory cache.' - ldconfig + ldconfig /usr/X11R6/lib fi echo -n 'starting local daemons:'