summaryrefslogtreecommitdiffstats
path: root/etc/daily
diff options
context:
space:
mode:
authorrgrimes <rgrimes@FreeBSD.org>1994-01-12 06:23:30 +0000
committerrgrimes <rgrimes@FreeBSD.org>1994-01-12 06:23:30 +0000
commite4fbf3f6710e99031030efc443a766e334b7d924 (patch)
treed6797d17293d682d7c492e8da28de07d5efb1c32 /etc/daily
parente5c0903835924e09ecc9231765664cc516119812 (diff)
downloadFreeBSD-src-e4fbf3f6710e99031030efc443a766e334b7d924.zip
FreeBSD-src-e4fbf3f6710e99031030efc443a766e334b7d924.tar.gz
Commented out the global clean up that searched all file systems and
added a note that you must decide what is appropriate for your system. >From: borsburn@mcs.kent.edu (Bret Orsburn) Date: Wed, 12 Jan 94 01:09:43 -0500 I've finally figured out (one of the reasons) why I can't run MS-Windows after running FreeBSD 1.0...*sometimes*. Here's your first clue. This is what your MS-Windows video drivers are called if you run a Number 9 GXE video card: /dos/windows/system/#9gxetc.drv /dos/windows/system/#9gxe.drv
Diffstat (limited to 'etc/daily')
-rw-r--r--etc/daily12
1 files changed, 8 insertions, 4 deletions
diff --git a/etc/daily b/etc/daily
index bddf22f..c14b0ea 100644
--- a/etc/daily
+++ b/etc/daily
@@ -41,10 +41,14 @@ if [ -d /var/rwho ] ; then
fi
cd /tmp
-find / ! -fstype local -a -prune -o \
- \( -name '[#,]*' -o -name '.#*' -o -name a.out -o -name core \
- -o -name '*.CKP' -o -name '.emacs_[0-9]*' \) \
- -a -atime +3 -exec rm -f -- {} \;
+# This is not safe, you need to decide what is appropriate for your
+# system.
+#
+#find / ! -fstype local -a -prune -o \
+# \( -name '[#,]*' -o -name '.#*' -o -name a.out -o -name core \
+# -o -name '*.CKP' -o -name '.emacs_[0-9]*' \) \
+# -a -atime +3 -exec rm -f -- {} \;
+#
msgs -c
if [ -f /etc/news.expire ]; then
/etc/news.expire
OpenPOWER on IntegriCloud