[Pkg-nagios-changes] [pkg-nagios] r1561 - nagios-nsca/trunk/debian
Alexander Wirt
formorer at alioth.debian.org
Fri Sep 12 06:26:41 UTC 2008
Author: formorer
Date: 2008-09-12 06:26:41 +0000 (Fri, 12 Sep 2008)
New Revision: 1561
Modified:
nagios-nsca/trunk/debian/changelog
nagios-nsca/trunk/debian/control
nagios-nsca/trunk/debian/nsca.init
Log:
Add --oknodo to start-stop-daemon call.
Add myself to uploaders
Modified: nagios-nsca/trunk/debian/changelog
===================================================================
--- nagios-nsca/trunk/debian/changelog 2008-08-24 05:40:45 UTC (rev 1560)
+++ nagios-nsca/trunk/debian/changelog 2008-09-12 06:26:41 UTC (rev 1561)
@@ -1,10 +1,14 @@
nsca (2.6-4) UNRELEASED; urgency=low
- [sean finney]
+ [ sean finney ]
* new German debconf translations, from Helge Kreutzmann (closes: #414590).
- -- sean finney <seanius at debian.org> Thu, 10 May 2007 16:53:46 +0200
+ [ Alexander Wirt ]
+ * Don't fail if nsca is already started or stopped
+ * Add myself to uploaders
+ -- Alexander Wirt <formorer at debian.org> Fri, 12 Sep 2008 08:25:29 +0200
+
nsca (2.6-3) unstable; urgency=low
[sean finney]
Modified: nagios-nsca/trunk/debian/control
===================================================================
--- nagios-nsca/trunk/debian/control 2008-08-24 05:40:45 UTC (rev 1560)
+++ nagios-nsca/trunk/debian/control 2008-09-12 06:26:41 UTC (rev 1561)
@@ -2,7 +2,7 @@
Section: net
Priority: optional
Maintainer: Debian Nagios Maintainer Group <pkg-nagios-devel at lists.alioth.debian.org>
-Uploaders: sean finney <seanius at debian.org>, Cajus Pollmeier <cajus at debian.org>
+Uploaders: sean finney <seanius at debian.org>, Cajus Pollmeier <cajus at debian.org>, Alexander Wirt <formorer at debian.org>
Standards-Version: 3.6.2
Build-Depends: libmcrypt-dev, dpatch, debhelper (>= 4.0.0)
Modified: nagios-nsca/trunk/debian/nsca.init
===================================================================
--- nagios-nsca/trunk/debian/nsca.init 2008-08-24 05:40:45 UTC (rev 1560)
+++ nagios-nsca/trunk/debian/nsca.init 2008-09-12 06:26:41 UTC (rev 1561)
@@ -41,8 +41,8 @@
SSD_STOPOPTS="--pidfile $PIDFILE"
fi
-SSD_START="/sbin/start-stop-daemon -S $SSD_STARTOPTS --exec $DAEMON"
-SSD_STOP="/sbin/start-stop-daemon -K $SSD_STOPOPTS --exec $DAEMON"
+SSD_START="/sbin/start-stop-daemon -oknodo -S $SSD_STARTOPTS --exec $DAEMON"
+SSD_STOP="/sbin/start-stop-daemon --oknodo -K $SSD_STOPOPTS --exec $DAEMON"
die(){
echo $@
More information about the Pkg-nagios-changes
mailing list