diff --git a/debian/changelog b/debian/changelog index 5554fcb..d2cabd7 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,12 +1,13 @@ -monitoring-plugins-cyconet (2.20140502~1.gbp2a82d2) unstable; urgency=medium +monitoring-plugins-cyconet (2.20140502~1.gbp899a98) unreleased; urgency=medium * New release cycle * [2c398c3] Fix syntax problem in debian/rules * [2ed4647] Add patch /check_phpfpm_status/10_pathes to make use of utils path * [cc36782] Add check_tftp * [2a82d22] Regenerate control and copyright file for +check_tftp + * [899a986] Add epn patch for check_tftp - -- Jan Wagner Fri, 02 May 2014 19:54:09 +0200 + -- Jan Wagner Fri, 02 May 2014 22:26:27 +0200 monitoring-plugins-cyconet (1.20131115) unstable; urgency=low diff --git a/debian/patches/check_tftp/epn b/debian/patches/check_tftp/epn new file mode 100644 index 0000000..c042cd0 --- /dev/null +++ b/debian/patches/check_tftp/epn @@ -0,0 +1,10 @@ +diff --git a/check_tftp/check_tftp b/check_tftp/check_tftp +index 1d854f2..cf1a13b 100644 +--- a/check_tftp/check_tftp ++++ b/check_tftp/check_tftp +@@ -1,4 +1,5 @@ + #!/usr/bin/perl ++# nagios: -epn + # + # ============================== SUMMARY ===================================== + # diff --git a/debian/patches/series b/debian/patches/series index ad6633e..6c249ef 100644 --- a/debian/patches/series +++ b/debian/patches/series @@ -1,2 +1,3 @@ check_tomcat/epn +check_tftp/epn check_phpfpm_status/10_pathes