[Python-apps-commits] r3771 - in packages/sabnzbdplus/trunk/debian (2 files)

jcfp-guest at users.alioth.debian.org jcfp-guest at users.alioth.debian.org
Thu Sep 17 23:02:37 UTC 2009


    Date: Thursday, September 17, 2009 @ 23:02:15
  Author: jcfp-guest
Revision: 3771

Init script Should-Start,Stop n-m

Modified:
  packages/sabnzbdplus/trunk/debian/changelog
  packages/sabnzbdplus/trunk/debian/sabnzbdplus.init

Modified: packages/sabnzbdplus/trunk/debian/changelog
===================================================================
--- packages/sabnzbdplus/trunk/debian/changelog	2009-09-17 22:20:24 UTC (rev 3770)
+++ packages/sabnzbdplus/trunk/debian/changelog	2009-09-17 23:02:15 UTC (rev 3771)
@@ -13,7 +13,8 @@
   * Documenting Python 2.6 compatibility issue in debian/README.source.
   * Updated man page.
   * Make the init script run later, so that all networking is already
-    configured at startup. (LP: #402045)
+    configured at startup, and add NetworkManager as a Should-Start,Stop
+    dependency to the LSB Init Info. (LP: #402045)
   * Changed Priority to extra, following dependency python-cherrypy that
     was demoted from optional to extra in 2.3.0-3.
 

Modified: packages/sabnzbdplus/trunk/debian/sabnzbdplus.init
===================================================================
--- packages/sabnzbdplus/trunk/debian/sabnzbdplus.init	2009-09-17 22:20:24 UTC (rev 3770)
+++ packages/sabnzbdplus/trunk/debian/sabnzbdplus.init	2009-09-17 23:02:15 UTC (rev 3771)
@@ -7,6 +7,8 @@
 # Provides:          sabnzbdplus
 # Required-Start:    $local_fs $network $remote_fs
 # Required-Stop:     $local_fs $network $remote_fs
+# Should-Start:      NetworkManager
+# Should-Stop:       NetworkManager
 # Default-Start:     2 3 4 5
 # Default-Stop:      0 1 6
 # Short-Description: SABnzbd+ binary newsgrabber




More information about the Python-apps-commits mailing list