sysutils/rsyslog8: Add pmciscoios module for parsing Cisco IOS logs

This is a very small loadable module with no additional dependencies,
so just add it to the default package unconditionally.

Requested by:	Klein Emanuel
This commit is contained in:
Matthew Seaman 2022-01-09 15:53:42 +00:00
parent 12c448f8c9
commit cbad08dcef
2 changed files with 3 additions and 0 deletions

View file

@ -1,5 +1,6 @@
PORTNAME= rsyslog
PORTVERSION= 8.2112.0
PRTREVISION= 1
CATEGORIES= sysutils
MASTER_SITES= http://www.rsyslog.com/files/download/rsyslog/
@ -142,6 +143,7 @@ SUB_FILES= pkg-message
CONFIGURE_ARGS+= --enable-imdiag --enable-imfile --enable-impstats \
--enable-mail --enable-omprog --enable-omstdout \
--enable-omuxsock --enable-rfc3195 --disable-testbench \
--enable-pmciscoios \
ac_cv_func_inotify_init=no ac_cv_header_sys_inotify_h=no
post-patch:

View file

@ -24,6 +24,7 @@ lib/rsyslog/omprog.so
lib/rsyslog/omstdout.so
lib/rsyslog/omtesting.so
lib/rsyslog/omuxsock.so
lib/rsyslog/pmciscoios.so
man/man5/rsyslog.conf.5.gz
man/man8/rsyslogd.8.gz
sbin/rsyslogd