Browse Source

daily: disable the fscks by default.

rc: add /usr/local/lib to ldconfig.
OPENBSD_2_0
downsj 28 years ago
parent
commit
28068e32e7
2 changed files with 6 additions and 5 deletions
  1. +4
    -3
      src/etc/daily
  2. +2
    -2
      src/etc/rc

+ 4
- 3
src/etc/daily View File

@ -1,6 +1,6 @@
#!/bin/sh -
#
# $OpenBSD: daily,v 1.7 1996/07/12 21:34:47 deraadt Exp $
# $OpenBSD: daily,v 1.8 1996/07/18 09:57:35 downsj Exp $
#
PATH=/bin:/usr/bin:/sbin:/usr/sbin:/usr/local
host=`hostname -s`
@ -122,8 +122,9 @@ echo ""
ruptime
echo ""
echo "Checking filesystems:"
fsck -n | grep -v '^\*\* Phase'
echo "NOT checking filesystems."
#echo "Checking filesystems:"
#fsck -n | grep -v '^\*\* Phase'
echo ""
if [ -f /etc/Distfile ]; then


+ 2
- 2
src/etc/rc View File

@ -1,4 +1,4 @@
# $OpenBSD: rc,v 1.19 1996/07/05 02:18:43 deraadt Exp $
# $OpenBSD: rc,v 1.20 1996/07/18 09:57:37 downsj Exp $
# System startup script run by init on autoboot
# or after single-user.
@ -281,7 +281,7 @@ rm -f $T
if [ -f /sbin/ldconfig ]; then
echo 'creating runtime link editor directory cache.'
ldconfig /usr/X11R6/lib
ldconfig /usr/local/lib /usr/X11R6/lib
fi
# Kerberos runs ONLY on the Kerberos server machine


Loading…
Cancel
Save