diff options
author | Pedro Martelletto <pedro@cvs.openbsd.org> | 2005-11-24 12:08:18 +0000 |
---|---|---|
committer | Pedro Martelletto <pedro@cvs.openbsd.org> | 2005-11-24 12:08:18 +0000 |
commit | 33057b21b353811b3e5e45ec763b642580ef1c81 (patch) | |
tree | e6225eb0209038a7414b829bba9fd08f3614f5b5 /etc/daily | |
parent | 58ed25a0016556b709941db5c8d0e360655f6180 (diff) |
Remove kernfs, okay deraadt@.
Diffstat (limited to 'etc/daily')
-rw-r--r-- | etc/daily | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/etc/daily b/etc/daily index 07a6d5a58f1..cb650fca2ed 100644 --- a/etc/daily +++ b/etc/daily @@ -1,6 +1,6 @@ #!/bin/sh - # -# $OpenBSD: daily,v 1.51 2005/09/29 00:31:08 deraadt Exp $ +# $OpenBSD: daily,v 1.52 2005/11/24 12:08:15 pedro Exp $ # From: @(#)daily 8.2 (Berkeley) 1/25/94 # PATH=/bin:/usr/bin:/sbin:/usr/sbin:/usr/local/bin @@ -57,7 +57,7 @@ if [ -d /var/rwho -a ! -L /var/rwho ] ; then fi #find / \( ! -fstype local -o -fstype rdonly -o -fstype fdesc \ -# -o -fstype kernfs -o -fstype procfs \) -a -prune -o \ +# -o -fstype procfs \) -a -prune -o \ # -name 'lost+found' -a -prune -o \ # -name '*.core' -a -print -o \ # \( -name '[#,]*' -o -name '.#*' -o -name a.out \ |