Re: periodic weekly and 'find' commands ...

2003-11-01 Thread Norbert Koch
Marc G. Fournier [EMAIL PROTECTED] writes:

 I can see my machine running /usr/bin/periodic weekly right now, and it
 has a find running that I can't seem to find in any of the weekly scripts:

 find -s / ! ( -fstype ufs ) -prune -or -path /tmp -prune -or -path /usr/tmp -prune 
 -or -path /var/tmp -prune -or -print

 I did a 'grep' for find in /etc/periodic/weekly/*, and none of the ones
 that are returned look even close :(

It looks like this is the find called by /usr/libexec/locate.updatedb
to update your locate database.  It's called from 310.locate.

norbert.
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


periodic weekly and 'find' commands ...

2003-10-31 Thread Marc G. Fournier

I can see my machine running /usr/bin/periodic weekly right now, and it
has a find running that I can't seem to find in any of the weekly scripts:

find -s / ! ( -fstype ufs ) -prune -or -path /tmp -prune -or -path /usr/tmp -prune -or 
-path /var/tmp -prune -or -print

I did a 'grep' for find in /etc/periodic/weekly/*, and none of the ones
that are returned look even close :(


___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]