If httpd is disabled, then syslogd doesn't have to create a socket for it. Regards, Tim
Index: rc =================================================================== RCS file: /cvs/src/etc/rc,v retrieving revision 1.331 diff -u rc --- rc 7 Aug 2009 22:27:47 -0000 1.331 +++ rc 8 Aug 2009 12:35:57 -0000 @@ -332,7 +332,7 @@ echo 'starting system logger' rm -f /dev/log -if [ X"${httpd_flags}" != X"-u" ]; then +if [ X"${httpd_flags}" != X"NO" -a X"${httpd_flags}" != X"-u" ]; then rm -f /var/www/dev/log syslogd_flags="${syslogd_flags} -a /var/www/dev/log" fi