Date: Sat, 30 Dec 2017 18:44:47 +0000 (UTC) From: Florian Smeets <flo@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r457630 - in head/net-mgmt/check_logfiles: . files Message-ID: <201712301844.vBUIilqZ073726@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: flo Date: Sat Dec 30 18:44:47 2017 New Revision: 457630 URL: https://svnweb.freebsd.org/changeset/ports/457630 Log: Commit forgotten file, without this patch the resulting script doens't work. Added: head/net-mgmt/check_logfiles/files/ head/net-mgmt/check_logfiles/files/patch-plugins-scripts_Makefile.am (contents, props changed) Modified: head/net-mgmt/check_logfiles/Makefile Modified: head/net-mgmt/check_logfiles/Makefile ============================================================================== --- head/net-mgmt/check_logfiles/Makefile Sat Dec 30 18:21:18 2017 (r457629) +++ head/net-mgmt/check_logfiles/Makefile Sat Dec 30 18:44:47 2017 (r457630) @@ -2,6 +2,7 @@ PORTNAME= check_logfiles PORTVERSION= 3.8.1.4 +PORTREVISION= 1 CATEGORIES= net-mgmt MASTER_SITES= https://labs.consol.de/assets/downloads/nagios/ @@ -16,6 +17,6 @@ PLIST_FILES= libexec/nagios/check_logfiles USES= autoreconf gmake perl5 GNU_CONFIGURE= yes CONFIGURE_ARGS+= --with-trusted-path=/bin:/sbin:/usr/bin:/usr/sbin:${LOCALBASE}/bin:${LOCALBASE}/sbin \ - --libexecdir=${PREFIX}/libexec/nagios \ + --libexecdir=${PREFIX}/libexec/nagios .include <bsd.port.mk> Added: head/net-mgmt/check_logfiles/files/patch-plugins-scripts_Makefile.am ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/net-mgmt/check_logfiles/files/patch-plugins-scripts_Makefile.am Sat Dec 30 18:44:47 2017 (r457630) @@ -0,0 +1,11 @@ +--- plugins-scripts/Makefile.am.orig 2017-12-16 17:32:11 UTC ++++ plugins-scripts/Makefile.am +@@ -20,7 +20,7 @@ WIN_MODULES=\ + Nagios/CheckLogfiles/Search/Wevtutil.pm + + +-SED=/bin/sed ++SED=/usr/bin/sed + GREP=/bin/grep + CAT=/bin/cat + ECHO=/bin/echo
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201712301844.vBUIilqZ073726>