11 May 2006 13:55
Re: popa3d that *doesn't* use syslog for logging?
There are 2 ways to do this! --I am talking SLACKWARE -- recompile popa3d... Before it, RTFInstall instructions-- change the logging facility on params.h from default to #define SYSLOG_FACILITY LOG_LOCAL0 create an entry for that login facility on your /etc/syslog.conf file. Restart syslog (slackware = /etc/rc.d/rc.syslog restart) I have used slackware since early 1990s and taht is all I am talking about here, do not ask me about any other distros becaue I do not know them. The other and for sure shortcut is. Stop syslog (Slackware = /etc/rc.d/rc.syslog stop) Make the following entry on your /etc/syslog.conf file #vi /etc/syslog.conf !!popa3d *.* -/var/log/popa3d Since /var/log/messages is set to capture anything info or higher or lower than warn, then make sure popa3d is excluded by entering the line. ;popa3d.none; After the change, your default line on messages should read something like(Continue reading)
RSS Feed