diff options
author | 1996-07-27 14:12:24 +0000 | |
---|---|---|
committer | 1996-07-27 14:12:24 +0000 | |
commit | 0809e202fbc991b389d43cfc3d2b5d60ddb39c50 (patch) | |
tree | c1499d2ad3c167c32268d39f3850d23eb6534a4f | |
parent | proto ppp_restart (diff) | |
download | wireguard-openbsd-0809e202fbc991b389d43cfc3d2b5d60ddb39c50.tar.xz wireguard-openbsd-0809e202fbc991b389d43cfc3d2b5d60ddb39c50.zip |
slight clarification.
-rw-r--r-- | etc/daily | 5 |
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 && { |