[Pkg-net-snmp-commits] r274 - branches/net-snmp54/debian branches/net-snmp54-dev/debian trunk/debian
Jochen Friedrich
jochen at alioth.debian.org
Mon Sep 28 17:17:33 UTC 2009
Author: jochen
Date: 2009-09-28 17:17:33 +0000 (Mon, 28 Sep 2009)
New Revision: 274
Modified:
branches/net-snmp54-dev/debian/snmpd.init
branches/net-snmp54/debian/changelog
branches/net-snmp54/debian/snmpd.init
trunk/debian/snmpd.init
Log:
Apply patch from Petter Reinholdtsen <pere at hungry.com> to fix init.d script
dependencies
Modified: branches/net-snmp54/debian/changelog
===================================================================
--- branches/net-snmp54/debian/changelog 2009-09-28 17:05:01 UTC (rev 273)
+++ branches/net-snmp54/debian/changelog 2009-09-28 17:17:33 UTC (rev 274)
@@ -24,8 +24,10 @@
* Add debug package
* Implement "status" action in the init.d script. (Closes: #528107)
Thanks to Peter Eisentraut <petere at debian.org> for the patch
+ * Fix LSB dependencies (Closes: #541366). Thanks to Petter Reinholdtsen
+ <pere at hungry.com> for the patch.
- -- Jochen Friedrich <jochen at scram.de> Wed, 23 Sep 2009 19:22:50 +0200
+ -- Jochen Friedrich <jochen at scram.de> Wed, 23 Sep 2009 19:37:02 +0200
net-snmp (5.4.1~dfsg-12) unstable; urgency=high
Modified: branches/net-snmp54/debian/snmpd.init
===================================================================
--- branches/net-snmp54/debian/snmpd.init 2009-09-28 17:05:01 UTC (rev 273)
+++ branches/net-snmp54/debian/snmpd.init 2009-09-28 17:17:33 UTC (rev 274)
@@ -1,8 +1,8 @@
#! /bin/sh -e
### BEGIN INIT INFO
# Provides: snmpd snmptrapd
-# Required-Start: $network $local_fs
-# Required-Stop: $network $local_fs
+# Required-Start: $network $remote_fs $syslog
+# Required-Stop: $network $remote_fs $syslog
# Default-Start: 2 3 4 5
# Default-Stop: 0 1 6
# Short-Description: SNMP agents
Modified: branches/net-snmp54-dev/debian/snmpd.init
===================================================================
--- branches/net-snmp54-dev/debian/snmpd.init 2009-09-28 17:05:01 UTC (rev 273)
+++ branches/net-snmp54-dev/debian/snmpd.init 2009-09-28 17:17:33 UTC (rev 274)
@@ -1,8 +1,8 @@
#! /bin/sh -e
### BEGIN INIT INFO
# Provides: snmpd snmptrapd
-# Required-Start: $network $local_fs
-# Required-Stop: $network $local_fs
+# Required-Start: $network $remote_fs $syslog
+# Required-Stop: $network $remote_fs $syslog
# Default-Start: 2 3 4 5
# Default-Stop: 0 1 6
# Short-Description: SNMP agents
Modified: trunk/debian/snmpd.init
===================================================================
--- trunk/debian/snmpd.init 2009-09-28 17:05:01 UTC (rev 273)
+++ trunk/debian/snmpd.init 2009-09-28 17:17:33 UTC (rev 274)
@@ -1,8 +1,8 @@
#! /bin/sh -e
### BEGIN INIT INFO
# Provides: snmpd snmptrapd
-# Required-Start: $network $local_fs
-# Required-Stop: $network $local_fs
+# Required-Start: $network $remote_fs $syslog
+# Required-Stop: $network $remote_fs $syslog
# Default-Start: 2 3 4 5
# Default-Stop: 0 1 6
# Short-Description: SNMP agents
More information about the Pkg-net-snmp-commits
mailing list