On Sat, Nov 25, 2000 at 09:22:09AM -0500, Debian Ghost wrote: > Hey Guys, > I was wondering what may be causing my logcheck to report every time a > cron session is opened / closed via root. The weird thing is that root has > no user crontab file. Would this be talking about /etc/crontab and > cron.daily / monthly ? I'm not sure what else it could be.
It's from cron.hourly as well, but, yes. cron uses pam, pam logs. -- CueCat decoder .signature by Larry Wall: #!/usr/bin/perl -n printf "Serial: %s Type: %s Code: %s\n", map { tr/a-zA-Z0-9+-/ -_/; $_ = unpack 'u', chr(32 + length()*3/4) . $_; s/\0+$//; $_ ^= "C" x length; } /\.([^.]+)/g;