Another log file for mgetty msgs
Aj (aj@entic.net)
Tue, 06 Apr 1999 23:42:12 -0700
I am trying to have my modem/mgetty logs goto another file... lets
say /var/log/mgetty.log. But it doesnt seem to work... I have kill -1
syslog after I edited my syslog.conf file.
I have these defined in my policy.h file:
#define SYSLOG
#define SYSLOG_FC LOG_AUTH
and in my /etc/syslog.conf:
auth.* /var/log/mgetty.log
(yes they are tabs)
I have read the syslog(3) but its very weird. I don't understand this
facility, priorities etc stuff. Thanks for any help.