From: Peter Lai on 3 Mar 2010 16:37 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... _______________________________________________ freebsd-ports(a)freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-ports To unsubscribe, send any mail to "freebsd-ports-unsubscribe(a)freebsd.org"
|
Pages: 1 Prev: wishlist for GNU compilers (Best way to have a port...) Next: i want to submit a port i made |