Displaying 1 result from an estimated 1 matches for "syslogd_program".
2003 Apr 11
1
Syslogd / rc
Just updated our syslog server to 4.8-STABLE #0: Mon Apr 7 09:39:27 EDT 2003
In my rc.conf I have:
# fgrep syslog /etc/rc.conf
syslogd_program="/usr/local/sbin/syslog-ng"
syslogd_flags=""
Syslog-ng starts up appropriately; but syslogd also tries to start now. Since
the port's already in use, rc hangs during boot until I ctrl-c at that point.
Perhaps something's not being evaluated properly in rc ?
---------...