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

(-)ports/net-mgmt/nagios/Makefile (-2 / +1 lines)
Lines 6-13 Link Here
6
#
6
#
7
7
8
PORTNAME=	nagios
8
PORTNAME=	nagios
9
DISTVERSION=	3.0.4
9
DISTVERSION=	3.0.5
10
PORTREVISION=	1
11
CATEGORIES=	net-mgmt
10
CATEGORIES=	net-mgmt
12
MASTER_SITES=	SF
11
MASTER_SITES=	SF
13
12
(-)ports/net-mgmt/nagios/distinfo (-3 / +3 lines)
Lines 1-3 Link Here
1
MD5 (nagios-3.0.4.tar.gz) = c14f8099488014b1f0e37699448d0a5c
1
MD5 (nagios-3.0.5.tar.gz) = c607ffd5f4574cbea345bdf2e02dc480
2
SHA256 (nagios-3.0.4.tar.gz) = 5b4531322530c5866875da41944ee911869fe55c68b2020ecf6d9b89e9299298
2
SHA256 (nagios-3.0.5.tar.gz) = 754edfdc08ca5e1f1d88d02a44eea53d5cf3e8acef6acf2cb698a0ff219d0cc9
3
SIZE (nagios-3.0.4.tar.gz) = 2760530
3
SIZE (nagios-3.0.5.tar.gz) = 2735018
(-)ports/net-mgmt/nagios/files/patch-html-Makefile.in (-5 / +5 lines)
Lines 1-5 Link Here
1
--- html/Makefile.in.orig	2008-01-10 04:21:25.000000000 +1030
1
--- html/Makefile.in.orig	2008-11-03 04:02:03.000000000 +1030
2
+++ html/Makefile.in	2008-01-30 23:02:38.000000000 +1030
2
+++ html/Makefile.in	2008-11-05 15:11:08.000000000 +1030
3
@@ -33,39 +33,39 @@
3
@@ -33,39 +33,39 @@
4
 devclean: distclean
4
 devclean: distclean
5
 
5
 
Lines 29-37 Link Here
29
 	for file in *.html; \
29
 	for file in *.html; \
30
-	do $(INSTALL) -m 664 $(INSTALL_OPTS) $$file $(DESTDIR)$(HTMLDIR); done
30
-	do $(INSTALL) -m 664 $(INSTALL_OPTS) $$file $(DESTDIR)$(HTMLDIR); done
31
+	do $(INSTALL) -m 644 $(INSTALL_OPTS) $$file $(DESTDIR)$(HTMLDIR); done
31
+	do $(INSTALL) -m 644 $(INSTALL_OPTS) $$file $(DESTDIR)$(HTMLDIR); done
32
 	for file in media/*.wav; \
32
 #	for file in media/*.wav; \
33
-	do $(INSTALL) -m 664 $(INSTALL_OPTS) $$file $(DESTDIR)$(HTMLDIR)/media; done
33
-#	do $(INSTALL) -m 664 $(INSTALL_OPTS) $$file $(DESTDIR)$(HTMLDIR)/media; done
34
+	do $(INSTALL) -m 644 $(INSTALL_OPTS) $$file $(DESTDIR)$(HTMLDIR)/media; done
34
+#	do $(INSTALL) -m 644 $(INSTALL_OPTS) $$file $(DESTDIR)$(HTMLDIR)/media; done
35
 	for file in stylesheets/*.css; \
35
 	for file in stylesheets/*.css; \
36
-	do $(INSTALL) -m 664 $(INSTALL_OPTS) $$file $(DESTDIR)$(HTMLDIR)/stylesheets; done
36
-	do $(INSTALL) -m 664 $(INSTALL_OPTS) $$file $(DESTDIR)$(HTMLDIR)/stylesheets; done
37
+	do $(INSTALL) -m 644 $(INSTALL_OPTS) $$file $(DESTDIR)$(HTMLDIR)/stylesheets; done
37
+	do $(INSTALL) -m 644 $(INSTALL_OPTS) $$file $(DESTDIR)$(HTMLDIR)/stylesheets; done
(-)ports/net-mgmt/nagios/files/patch-html-docs-configcgi.html (-10 / +10 lines)
Lines 1-11 Link Here
1
--- html/docs/configcgi.html.orig	2007-08-31 08:05:04.000000000 +0930
1
--- html/docs/configcgi.html.orig	2008-11-05 08:58:39.000000000 +1030
2
+++ html/docs/configcgi.html	2008-10-23 10:32:37.000000000 +1030
2
+++ html/docs/configcgi.html	2008-11-05 15:16:05.000000000 +1030
3
@@ -616,7 +616,7 @@
3
@@ -616,7 +616,7 @@
4
 </tr>
4
 </tr>
5
 <tr>
5
 <tr>
6
 <td valign=top>Example:</td>
6
 <td valign=top>Example:</td>
7
-<td><font color="red"><strong>ping_syntax=/bin/ping -n -U -c 5 $HOSTADDRESS$</strong></font></td>
7
-<td><font color="red"><strong>ping_syntax=/bin/ping -n -U -c 5 $HOSTADDRESS$</strong></font></td>
8
+<td><font color="red"><strong>ping_syntax=/sbin/ping -n -c 5 $HOSTADDRESS$</strong></font></td>
8
+<td><font color="red"><strong>ping_syntax=/sbin/ping -n -c 5 $HOSTADDRESS$</strong></font></td>
9
 </tr>
9
 </tr>
10
 </table>
10
 </table>
11
 
11
 
(-)ports/net-mgmt/nagios/files/patch-sample-config-nagios.cfg.in (-11 / +2 lines)
Lines 1-5 Link Here
1
--- sample-config/nagios.cfg.in.orig	2008-10-16 09:10:08.000000000 +1030
1
--- sample-config/nagios.cfg.in.orig	2008-11-03 05:21:30.000000000 +1030
2
+++ sample-config/nagios.cfg.in	2008-10-23 10:35:10.000000000 +1030
2
+++ sample-config/nagios.cfg.in	2008-11-05 15:17:25.000000000 +1030
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-20 Link Here
9
 cfg_file=@sysconfdir@/objects/localhost.cfg
9
 cfg_file=@sysconfdir@/objects/localhost.cfg
10
 
10
 
11
 # Definitions for monitoring a Windows machine
11
 # Definitions for monitoring a Windows machine
12
@@ -548,7 +548,7 @@
13
 # These options determine when Nagios will react to detected changes
14
 # in system time (either forward or backwards).
15
 
16
-time_change_threshold=
17
+time_change_threshold=900
18
 
19
 
20
 
(-)ports/net-mgmt/nagios/pkg-plist (-3 / +1 lines)
Lines 106-111 Link Here
106
%%NAGIOSWWWDIR%%/docs/cgiauth.html
106
%%NAGIOSWWWDIR%%/docs/cgiauth.html
107
%%NAGIOSWWWDIR%%/docs/cgiincludes.html
107
%%NAGIOSWWWDIR%%/docs/cgiincludes.html
108
%%NAGIOSWWWDIR%%/docs/cgis.html
108
%%NAGIOSWWWDIR%%/docs/cgis.html
109
%%NAGIOSWWWDIR%%/docs/cgisecurity.html
109
%%NAGIOSWWWDIR%%/docs/checkscheduling.html
110
%%NAGIOSWWWDIR%%/docs/checkscheduling.html
110
%%NAGIOSWWWDIR%%/docs/clusters.html
111
%%NAGIOSWWWDIR%%/docs/clusters.html
111
%%NAGIOSWWWDIR%%/docs/config.html
112
%%NAGIOSWWWDIR%%/docs/config.html
Lines 346-354 Link Here
346
%%NAGIOSWWWDIR%%/images/zoom2.gif
347
%%NAGIOSWWWDIR%%/images/zoom2.gif
347
%%NAGIOSWWWDIR%%/index.html
348
%%NAGIOSWWWDIR%%/index.html
348
%%NAGIOSWWWDIR%%/main.html
349
%%NAGIOSWWWDIR%%/main.html
349
%%NAGIOSWWWDIR%%/media/critical.wav
350
%%NAGIOSWWWDIR%%/media/hostdown.wav
351
%%NAGIOSWWWDIR%%/media/warning.wav
352
%%NAGIOSWWWDIR%%/robots.txt
350
%%NAGIOSWWWDIR%%/robots.txt
353
%%NAGIOSWWWDIR%%/side.html
351
%%NAGIOSWWWDIR%%/side.html
354
%%NAGIOSWWWDIR%%/stylesheets/avail.css
352
%%NAGIOSWWWDIR%%/stylesheets/avail.css

Return to bug 128596