I used instructions found here (see this hint) to set up my Mac as a remote logger for our Pix firewall. After upgrading to 10.2.4, I was no longer capturing those logs. It turns out the upgrade wiped out my /etc/syslog.conf file and replaced it with a clean copy.
So, before upgrading to 10.2.4, copy /etc/syslog.conf to your desktop. Then, after the upgrade, copy it back (you'll probably need sudo) and restart the syslog daemon with sudo killall -HUP syslogd. That got me logging again.
So, before upgrading to 10.2.4, copy /etc/syslog.conf to your desktop. Then, after the upgrade, copy it back (you'll probably need sudo) and restart the syslog daemon with sudo killall -HUP syslogd. That got me logging again.
•
[5,177 views]

