From 6a3946e0149a825920cc4b5390e4e2bf9bd4b2c9 Mon Sep 17 00:00:00 2001 From: Joerg Wunsch Date: Mon, 10 Mar 1997 19:18:23 +0000 Subject: [PATCH] Fix a logico in my last (commented out) commit. --- etc/daily | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/etc/daily b/etc/daily index 059a716bec1..0a97a7c4773 100644 --- a/etc/daily +++ b/etc/daily @@ -25,7 +25,7 @@ cd /tmp # with -exec rm -f as root. This can be exploited to delete any file # on the system. # -#find / ! \( -fstype local -o -fstype rdonly \) -a -prune -o \ +#find / \( ! -fstype local -o -fstype rdonly \) -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 -- {} \;