summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordownsj <downsj@openbsd.org>1996-07-27 14:12:24 +0000
committerdownsj <downsj@openbsd.org>1996-07-27 14:12:24 +0000
commit0809e202fbc991b389d43cfc3d2b5d60ddb39c50 (patch)
treec1499d2ad3c167c32268d39f3850d23eb6534a4f
parentproto ppp_restart (diff)
downloadwireguard-openbsd-0809e202fbc991b389d43cfc3d2b5d60ddb39c50.tar.xz
wireguard-openbsd-0809e202fbc991b389d43cfc3d2b5d60ddb39c50.zip
slight clarification.
-rw-r--r--etc/daily5
1 files changed, 3 insertions, 2 deletions
diff --git a/etc/daily b/etc/daily
index d2992c438ce..fb1509ecc8d 100644
--- a/etc/daily
+++ b/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 && {