Browse Source

slight clarification.

OPENBSD_2_0
downsj 28 years ago
parent
commit
a1af6f8f53
1 changed files with 3 additions and 2 deletions
  1. +3
    -2
      src/etc/daily

+ 3
- 2
src/etc/daily View File

@ -1,6 +1,6 @@
#!/bin/sh -
#
# $OpenBSD: daily,v 1.8 1996/07/18 09:57:35 downsj Exp $
# $OpenBSD: daily,v 1.9 1996/07/27 14:12:24 downsj Exp $
#
PATH=/bin:/usr/bin:/sbin:/usr/sbin:/usr/local
host=`hostname -s`
@ -13,7 +13,8 @@ if [ -f /etc/daily.local ];then
fi
echo ""
echo "Removing scratch and junk files:"
echo "NOT Removing scratch and junk files."
#echo "Removing scratch and junk files:"
# XXX NOT REMOVING UNTIL SECURITY BUG IS FIXED"
#if [ -d /tmp -a ! -h /tmp ]; then
# cd /tmp && {


Loading…
Cancel
Save