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:
parent
12c448f8c9
commit
cbad08dcef
2 changed files with 3 additions and 0 deletions
|
@ -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:
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue