Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 3 Mar 2010 16:37:01 -0500
From:      Peter Lai <cowbert@gmail.com>
To:        ivan.lago@ifom-ieo-campus.it, ports@freebsd.org
Subject:   FreeBSD Port: sysutils/eventlog evtlog.h missing facilities
Message-ID:  <f37a83c11003031337i5c5b462br72d30dadc4f894cf@mail.gmail.com>

next in thread | raw e-mail | index | archive | help
Hi Ivan

Would it be possible to look into merging base's syslog.h with
eventlog's evtlog.h ?

The reason is, evtlog.h is missing a bunch of facility codes that is
in FreeBSD's syslog.h:

#define LOG_NTP         (12<<3) /* NTP subsystem */
#define LOG_SECURITY    (13<<3) /* security subsystems (firewalling, etc.) */
#define LOG_CONSOLE     (14<<3) /* /dev/console output */

should be added to evtlog.h so that eventlog and syslog-ng can support
those types (like LOG_CONSOLE) otherwise in syslog-ng, trying to
filter on facility(console) will fail with unsupport facility type...



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?f37a83c11003031337i5c5b462br72d30dadc4f894cf>