=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/etc/daily,v retrieving revision 1.8 retrieving revision 1.9 diff -c -r1.8 -r1.9 *** src/etc/daily 1996/07/18 09:57:35 1.8 --- src/etc/daily 1996/07/27 14:12:24 1.9 *************** *** 1,6 **** #!/bin/sh - # ! # $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` --- 1,6 ---- #!/bin/sh - # ! # $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,19 **** fi echo "" ! echo "Removing scratch and junk files:" # XXX NOT REMOVING UNTIL SECURITY BUG IS FIXED" #if [ -d /tmp -a ! -h /tmp ]; then # cd /tmp && { --- 13,20 ---- fi echo "" ! 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 && {