Merge pull request #32 from waja/bugfix/31-check_sieve-needs-disabled-epn

check_sieve: needs disabled epn
This commit is contained in:
waja 2022-02-20 14:15:05 +01:00 committed by GitHub
commit 529f82cccd
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 8 additions and 2 deletions

6
debian/changelog vendored
View file

@ -1,3 +1,9 @@
monitoring-plugins-cyconet (20.20220221) UNRELEASED; urgency=medium
*
-- Jan Wagner <waja@cyconet.org> Sun, 20 Feb 2022 14:03:13 +0100
monitoring-plugins-cyconet (20.20220220) restricted; urgency=medium
* [56d37b5] build(deps): bump skx/github-action-publish-binaries

View file

@ -9,6 +9,6 @@ index 2bb21f0..7405671 100644
@@ -1,4 +1,4 @@
-#!/usr/local/bin/perl
+#!/usr/bin/perl
# nagios: +epn
# nagios: -epn
###########################################################################

View file

@ -4,7 +4,7 @@ index 2bb21f0..284cd31 100644
+++ b/check_sieve/check_sieve
@@ -1,4 +1,5 @@
#!/usr/local/bin/perl
+# nagios: +epn
+# nagios: -epn
###########################################################################
# $Id: check_sieve.pl 214 2014-01-08 09:37:22Z alan $