From a1af6f8f53c65eead614a3ffc5faf9ac18405965 Mon Sep 17 00:00:00 2001 From: downsj <> Date: Sat, 27 Jul 1996 14:12:24 +0000 Subject: [PATCH] slight clarification. --- src/etc/daily | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/src/etc/daily b/src/etc/daily index d2992c43..fb1509ec 100644 --- a/src/etc/daily +++ b/src/etc/daily @@ -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 && {