hazmat
Rusher of Din
I finally redirected root mail from /dev/null to my account, since I now got Postfix working (not totally related). So I get a message that I traced down to /etc/daily:
Rotating log files: system.logUnknown option: 1
The line from daily is:
if [ -f /var/run/syslog.pid ]; then kill -HUP $(cat /var/run/syslog.pid | head -1); fi
I'm not sure which way I should attack this. Simply take out the -1 or change the head option?
Thanks.
Rotating log files: system.logUnknown option: 1
The line from daily is:
if [ -f /var/run/syslog.pid ]; then kill -HUP $(cat /var/run/syslog.pid | head -1); fi
I'm not sure which way I should attack this. Simply take out the -1 or change the head option?
Thanks.