Browse Source

ldconfig /usr/X11R6/lib on all machines (comments?)

OPENBSD_2_0
deraadt 28 years ago
parent
commit
b2b844eb37
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      src/etc/rc.local

+ 2
- 2
src/etc/rc.local View File

@ -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:'


Loading…
Cancel
Save