View | Details | Raw Unified | Return to bug 128226
Collapse All | Expand All

(-)Makefile 2008-10-19 14:23:16.000000000 +0200 (-1 / +1 lines)
Lines 6-12 Link Here
6
#
6
#
7
PORTNAME=      nagios
7
PORTNAME=      nagios
8
DISTVERSION=   3.0.3
8
DISTVERSION=   3.0.4
9
CATEGORIES=    net-mgmt
9
CATEGORIES=    net-mgmt
10
MASTER_SITES=  SF
10
MASTER_SITES=  SF
(-)distinfo 2008-10-19 14:29:53.000000000 +0200 (-3 / +3 lines)
Lines 1-3 Link Here
1
MD5 (nagios-3.0.3.tar.gz) = 151df7bf19b696f7498410fb76fb7caf
1
MD5 (nagios-3.0.4.tar.gz) = c14f8099488014b1f0e37699448d0a5c
2
SHA256 (nagios-3.0.3.tar.gz) = 65e96d7da182b40d4f9a8c63da1ef861fdfb9502be36a983f8a2e803f711d53c
2
SHA256 (nagios-3.0.4.tar.gz) = 5b4531322530c5866875da41944ee911869fe55c68b2020ecf6d9b89e9299298
3
SIZE (nagios-3.0.3.tar.gz) = 2759396
3
SIZE (nagios-3.0.4.tar.gz) = 2760530
(-)files/patch-sample-config-nagios.cfg.in 2008-10-19 14:27:25.000000000 +0200 (-2 / +11 lines)
Lines 1-5 Link Here
1
--- sample-config/nagios.cfg.in.orig   Tue Jun 19 02:26:33 2007
1
--- sample-config/nagios.cfg.in.orig   2008-10-16 00:40:08.000000000 +0200
2
+++ sample-config/nagios.cfg.in        Fri Jul 20 13:45:09 2007
2
+++ sample-config/nagios.cfg.in        2008-10-19 14:26:22.000000000 +0200
3
@@ -32,7 +32,7 @@
3
@@ -32,7 +32,7 @@
4
 cfg_file=@sysconfdir@/objects/timeperiods.cfg
4
 cfg_file=@sysconfdir@/objects/timeperiods.cfg
5
 cfg_file=@sysconfdir@/objects/templates.cfg
5
 cfg_file=@sysconfdir@/objects/templates.cfg
Lines 9-11 Link Here
9
 cfg_file=@sysconfdir@/objects/localhost.cfg
9
 cfg_file=@sysconfdir@/objects/localhost.cfg
10
 # Definitions for monitoring a Windows machine
10
 # Definitions for monitoring a Windows machine
11
@@ -548,7 +548,7 @@
12
 # These options determine when Nagios will react to detected changes
13
 # in system time (either forward or backwards).
14
15
-time_change_threshold=
16
+#time_change_threshold=
17
18
19
(-)files/patch-sample-config-cgi.cfg.in 2008-10-19 18:23:36.000000000 +0200 (+11 lines)
Line 0 Link Here
1
--- sample-config/cgi.cfg.in.orig      2007-10-07 21:42:52.000000000 +0200
2
+++ sample-config/cgi.cfg.in   2008-10-19 18:22:11.000000000 +0200
3
@@ -229,7 +229,7 @@
4
 # OS and distribution, so you may have to tweak this to
5
 # work on your system.
6
7
-ping_syntax=/bin/ping -n -U -c 5 $HOSTADDRESS$
8
+ping_syntax=/sbin/ping -n -U -c 5 $HOSTADDRESS$
9
10
11

Return to bug 128226