This is the mail archive of the
glibc-bugs@sourceware.org
mailing list for the glibc project.
[Bug libc/3604] syslog: messages meant for LOG_KERN go to LOG_USER
- From: "jakub at redhat dot com" <sourceware-bugzilla at sourceware dot org>
- To: glibc-bugs at sources dot redhat dot com
- Date: 29 Nov 2006 23:40:42 -0000
- Subject: [Bug libc/3604] syslog: messages meant for LOG_KERN go to LOG_USER
- References: <20061128025411.3604.et@tallmaple.com>
- Reply-to: sourceware-bugzilla at sourceware dot org
------- Additional Comments From jakub at redhat dot com 2006-11-29 23:40 -------
>From my reading of POSIX, openlog ("something", LOG_PID|LOG_CONS, 0)
is supposed to use current default facility value:
http://www.opengroup.org/onlinepubs/009695399/functions/openlog.html
"If no facility value is specified, the current default facility value is used."
FYI LOG_KERN is not among valid facility arguments in POSIX.
--
http://sourceware.org/bugzilla/show_bug.cgi?id=3604
------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.