mirror of
https://salsa.debian.org/ha-team/libqb
synced 2026-08-12 12:40:42 +00:00
Test for log facility names
This commit is contained in:
parent
b6945e5eb6
commit
62e070a720
@ -51,10 +51,14 @@ static struct syslog_names prioritynames[] = {
|
||||
|
||||
struct syslog_names facilitynames[] = {
|
||||
{"auth", LOG_AUTH},
|
||||
#if defined(LOG_AUTHPRIV)
|
||||
{"authpriv", LOG_AUTHPRIV},
|
||||
#endif
|
||||
{"cron", LOG_CRON},
|
||||
{"daemon", LOG_DAEMON},
|
||||
#if defined(LOG_FTP)
|
||||
{"ftp", LOG_FTP},
|
||||
#endif
|
||||
{"kern", LOG_KERN},
|
||||
{"lpr", LOG_LPR},
|
||||
{"mail", LOG_MAIL},
|
||||
|
||||
Loading…
Reference in New Issue
Block a user