Print this page
4211 Some syslog facility names and symbols are missing
1762 Syslogd man page: missing reference.

*** 18,27 **** --- 18,28 ---- * * CDDL HEADER END */ /* + * Copyright (c) 2013 Gary Mills * Copyright (c) 1998, 2010, Oracle and/or its affiliates. All rights reserved. */ #include <sys/types.h> #include <sys/param.h>
*** 71,82 **** }; static char log_fac[LOG_NFACILITIES + 1][LOG_FACSIZE] = { "kern", "user", "mail", "daemon", "auth", "syslog", "lpr", "news", ! "uucp", "resv9", "resv10", "resv11", ! "resv12", "audit", "resv14", "cron", "local0", "local1", "local2", "local3", "local4", "local5", "local6", "local7", "unknown" }; static int log_cons_constructor(void *, void *, int); --- 72,83 ---- }; static char log_fac[LOG_NFACILITIES + 1][LOG_FACSIZE] = { "kern", "user", "mail", "daemon", "auth", "syslog", "lpr", "news", ! "uucp", "bsdcron", "authpriv", "ftp", ! "ntp", "audit", "console", "cron", "local0", "local1", "local2", "local3", "local4", "local5", "local6", "local7", "unknown" }; static int log_cons_constructor(void *, void *, int);