Skip to content

Commit

Permalink
sysutils/rsyslog8: Add pmciscoios module for parsing Cisco IOS logs
Browse files Browse the repository at this point in the history
This is a very small loadable module with no additional dependencies,
so just add it to the default package unconditionally.

Requested by:	Klein Emanuel
  • Loading branch information
infracaninophile committed Jan 9, 2022
1 parent 12c448f commit cbad08d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions sysutils/rsyslog8/Makefile
@@ -1,5 +1,6 @@
PORTNAME= rsyslog
PORTVERSION= 8.2112.0
PRTREVISION= 1
CATEGORIES= sysutils
MASTER_SITES= http://www.rsyslog.com/files/download/rsyslog/

Expand Down Expand Up @@ -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:
Expand Down
1 change: 1 addition & 0 deletions sysutils/rsyslog8/pkg-plist
Expand Up @@ -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

0 comments on commit cbad08d

Please sign in to comment.