Re: [Clamav-users] OSX StartUp

2005-02-05 Thread Dale Walsh
On Feb 05, 2005, at 17:53, Jona Tallieu wrote: Hi everyone, Just upgraded from 0.80 to 0.81 on OSX 10.3.7. Now my StartUpItem does not work anymore. I have this as StartUpItem: if [ "${CLAMAV:=-NO-}" = "-YES-" ]; then ConsoleMessage "Starting ClamAV daemons" /usr/local/sbin/clamd -c /usr/local/etc/

[Clamav-users] OSX StartUp

2005-02-05 Thread Jona Tallieu
Hi everyone, Just upgraded from 0.80 to 0.81 on OSX 10.3.7. Now my StartUpItem does not work anymore. I have this as StartUpItem: if [ "${CLAMAV:=-NO-}" = "-YES-" ]; then ConsoleMessage "Starting ClamAV daemons" /usr/local/sbin/clamd -c /usr/local/etc/clamd.conf /usr/local/bin/freshclam -d fi