mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 01:39:16 -04:00
Fix check_mailq.
Noticed by: ohauer Sponsored by: Absolight
This commit is contained in:
parent
f05cb0091b
commit
c547824e95
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=396052
2 changed files with 12 additions and 1 deletions
|
@ -3,7 +3,7 @@
|
|||
|
||||
PORTNAME= nagios-plugins
|
||||
PORTVERSION= 2.1.1
|
||||
PORTREVISION= 0
|
||||
PORTREVISION= 1
|
||||
PORTEPOCH= 1
|
||||
CATEGORIES= net-mgmt
|
||||
MASTER_SITES= https://www.nagios-plugins.org/download/ \
|
||||
|
|
|
@ -0,0 +1,11 @@
|
|||
--- plugins-scripts/check_mailq.pl.orig 2015-07-30 21:40:06 UTC
|
||||
+++ plugins-scripts/check_mailq.pl
|
||||
@@ -35,7 +35,7 @@ use FindBin;
|
||||
use lib "$FindBin::Bin";
|
||||
use utils qw(%ERRORS &print_revision &support &usage );
|
||||
|
||||
-my ($sudo)
|
||||
+my ($sudo);
|
||||
|
||||
sub print_help ();
|
||||
sub print_usage ();
|
Loading…
Add table
Reference in a new issue