diff options
author | dirk <dirk@FreeBSD.org> | 2001-04-10 17:32:38 +0800 |
---|---|---|
committer | dirk <dirk@FreeBSD.org> | 2001-04-10 17:32:38 +0800 |
commit | 39528ef71b765134632625e9297607527bc5bc5f (patch) | |
tree | aafd242b6bf2531d46240d706c4ae4ed004203ca /net-mgmt | |
parent | 690d6329fb2b6653aff7cf50015e79c4afefe753 (diff) | |
download | freebsd-ports-gnome-39528ef71b765134632625e9297607527bc5bc5f.tar.gz freebsd-ports-gnome-39528ef71b765134632625e9297607527bc5bc5f.tar.zst freebsd-ports-gnome-39528ef71b765134632625e9297607527bc5bc5f.zip |
Fix check_ntp (FreeBSD has /usr/sbin/ntpdc instead of /usr/sbin/xntpdc).
Approved by: maintainer
Diffstat (limited to 'net-mgmt')
-rw-r--r-- | net-mgmt/nagios-plugins/Makefile | 1 | ||||
-rw-r--r-- | net-mgmt/nagios-plugins/files/patch-ac | 11 | ||||
-rw-r--r-- | net-mgmt/netsaint-plugins/Makefile | 1 | ||||
-rw-r--r-- | net-mgmt/netsaint-plugins/files/patch-ac | 11 |
4 files changed, 24 insertions, 0 deletions
diff --git a/net-mgmt/nagios-plugins/Makefile b/net-mgmt/nagios-plugins/Makefile index c70789aaadb7..7f1edf1066b2 100644 --- a/net-mgmt/nagios-plugins/Makefile +++ b/net-mgmt/nagios-plugins/Makefile @@ -7,6 +7,7 @@ PORTNAME= netsaint-plugins PORTVERSION= 1.2.9.3 +PORTREVISION= 1 CATEGORIES= net MASTER_SITES= http://download.sourceforge.net/netsaintplug/ DISTNAME= ${PORTNAME}-1.2.9-3 diff --git a/net-mgmt/nagios-plugins/files/patch-ac b/net-mgmt/nagios-plugins/files/patch-ac new file mode 100644 index 000000000000..994cda94580f --- /dev/null +++ b/net-mgmt/nagios-plugins/files/patch-ac @@ -0,0 +1,11 @@ +--- plugins-scripts/check_ntp.pl.orig Mon Aug 28 17:00:59 2000 ++++ plugins-scripts/check_ntp.pl Mon Apr 9 19:37:32 2001 +@@ -153,7 +153,7 @@ + ### + ### + +-if (#open(NTPDC,"/usr/sbin/ntpdc -c $host 2>&1 |") || ++if (open(NTPDC,"/usr/sbin/ntpdc -c $host 2>&1 |") || + open(NTPDC,"/usr/sbin/xntpdc -c $host 2>&1 |") ) { + while (<NTPDC>) { + print if ($verbose); diff --git a/net-mgmt/netsaint-plugins/Makefile b/net-mgmt/netsaint-plugins/Makefile index c70789aaadb7..7f1edf1066b2 100644 --- a/net-mgmt/netsaint-plugins/Makefile +++ b/net-mgmt/netsaint-plugins/Makefile @@ -7,6 +7,7 @@ PORTNAME= netsaint-plugins PORTVERSION= 1.2.9.3 +PORTREVISION= 1 CATEGORIES= net MASTER_SITES= http://download.sourceforge.net/netsaintplug/ DISTNAME= ${PORTNAME}-1.2.9-3 diff --git a/net-mgmt/netsaint-plugins/files/patch-ac b/net-mgmt/netsaint-plugins/files/patch-ac new file mode 100644 index 000000000000..994cda94580f --- /dev/null +++ b/net-mgmt/netsaint-plugins/files/patch-ac @@ -0,0 +1,11 @@ +--- plugins-scripts/check_ntp.pl.orig Mon Aug 28 17:00:59 2000 ++++ plugins-scripts/check_ntp.pl Mon Apr 9 19:37:32 2001 +@@ -153,7 +153,7 @@ + ### + ### + +-if (#open(NTPDC,"/usr/sbin/ntpdc -c $host 2>&1 |") || ++if (open(NTPDC,"/usr/sbin/ntpdc -c $host 2>&1 |") || + open(NTPDC,"/usr/sbin/xntpdc -c $host 2>&1 |") ) { + while (<NTPDC>) { + print if ($verbose); |