pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/net/nagios-base Introduce an rc.d/nagios reload action...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/7f1d3bef4981
branches:  trunk
changeset: 534106:7f1d3bef4981
user:      ghen <ghen%pkgsrc.org@localhost>
date:      Thu Oct 11 19:24:35 2007 +0000

description:
Introduce an rc.d/nagios reload action (SIGGUP, to re-read config files
without restarting).  Bump PKGREVISION.

diffstat:

 net/nagios-base/Makefile        |  4 ++--
 net/nagios-base/files/nagios.sh |  4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diffs (35 lines):

diff -r 88adead5bdfc -r 7f1d3bef4981 net/nagios-base/Makefile
--- a/net/nagios-base/Makefile  Thu Oct 11 19:14:20 2007 +0000
+++ b/net/nagios-base/Makefile  Thu Oct 11 19:24:35 2007 +0000
@@ -1,9 +1,9 @@
-# $NetBSD: Makefile,v 1.11 2007/02/22 19:26:55 wiz Exp $
+# $NetBSD: Makefile,v 1.12 2007/10/11 19:24:35 ghen Exp $
 #
 
 DISTNAME=      nagios-2.5
 PKGNAME=       ${DISTNAME:S/-/-base-/}
-PKGREVISION=   1
+PKGREVISION=   2
 CATEGORIES=    net sysutils
 MASTER_SITES=  ${MASTER_SITE_SOURCEFORGE:=nagios/}
 
diff -r 88adead5bdfc -r 7f1d3bef4981 net/nagios-base/files/nagios.sh
--- a/net/nagios-base/files/nagios.sh   Thu Oct 11 19:14:20 2007 +0000
+++ b/net/nagios-base/files/nagios.sh   Thu Oct 11 19:24:35 2007 +0000
@@ -1,6 +1,6 @@
 #!@RCD_SCRIPTS_SHELL@
 #
-# $NetBSD: nagios.sh,v 1.2 2006/05/11 07:32:02 grant Exp $
+# $NetBSD: nagios.sh,v 1.3 2007/10/11 19:24:36 ghen Exp $
 #
 # PROVIDE: nagios
 # REQUIRE: DAEMON
@@ -16,7 +16,7 @@
 command_args="-d $config"
  
 test_cmd="nagios_test"
-extra_commands="test"
+extra_commands="test reload"
 
 nagios_test()
 {



Home | Main Index | Thread Index | Old Index