diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 1996-05-26 10:49:41 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 1996-05-26 10:49:41 +0000 |
commit | 7aade6e6e58d423c865758a97a7ba25c54343b63 (patch) | |
tree | 764935c6c1c3080faeafd3784cfd077dbcd3ca81 /etc | |
parent | d05c4b5b8ba3c1da61b25b801d8eb0e022f7b001 (diff) |
ldconfig /usr/X11R6/lib on all machines (comments?)
Diffstat (limited to 'etc')
-rw-r--r-- | etc/rc.local | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/etc/rc.local b/etc/rc.local index 92ecd0abf0d..d2e2dd3e34f 100644 --- a/etc/rc.local +++ b/etc/rc.local @@ -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 @@ rm -f $T if [ -f /sbin/ldconfig ]; then echo 'creating runtime link editor directory cache.' - ldconfig + ldconfig /usr/X11R6/lib fi echo -n 'starting local daemons:' |