=== On Thu, 03/18, Ralph Slooten wrote: === > Maybe I'm the idiot here, however I thought that this was a common > way of getting rid of unwanted crud from the syslog?
=== Probably the best method is to not send it there in the first place. For example, the script run by cron, /usr/sbin/run-crons, has this line in it: [ -x /usr/bin/logger ] && /usr/bin/logger -i -p cron.info -t run-crons "(`whoami`) CMD ($SCRIPT)" You can comment that out and then those annoying run-cron entries won't be logged. -- Keith Dart -- -- -------------------- Keith Dart <ke...@dartworks.biz> =======================