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

jcfp-guest at users.alioth.debian.org jcfp-guest at users.alioth.debian.org
Fri May 24 16:32:18 UTC 2013


    Date: Friday, May 24, 2013 @ 16:32:16
  Author: jcfp-guest
Revision: 9669

Improve init info for dep. based booting

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

Modified: packages/sabnzbdplus/trunk/debian/changelog
===================================================================
--- packages/sabnzbdplus/trunk/debian/changelog	2013-05-24 08:56:20 UTC (rev 9668)
+++ packages/sabnzbdplus/trunk/debian/changelog	2013-05-24 16:32:16 UTC (rev 9669)
@@ -3,11 +3,12 @@
   [ JCF Ploemen (jcfp) ]
   * New upstream release.
   * Add keywords to desktop file.
+  * Init script: improve dependency based booting params.
 
   [ Jakub Wilk ]
   * Use canonical URIs for Vcs-* fields.
 
- -- JCF Ploemen (jcfp) <linux at jcf.pm>  Thu, 23 May 2013 11:01:08 +0200
+ -- JCF Ploemen (jcfp) <linux at jcf.pm>  Fri, 24 May 2013 18:26:33 +0200
 
 sabnzbdplus (0.7.11-1) experimental; urgency=low
 

Modified: packages/sabnzbdplus/trunk/debian/sabnzbdplus.init
===================================================================
--- packages/sabnzbdplus/trunk/debian/sabnzbdplus.init	2013-05-24 08:56:20 UTC (rev 9668)
+++ packages/sabnzbdplus/trunk/debian/sabnzbdplus.init	2013-05-24 16:32:16 UTC (rev 9669)
@@ -1,6 +1,6 @@
 #!/bin/sh
 #
-# Copyright (C) 2008-2012 by JCF Ploemen <linux at jcf.pm>
+# Copyright (C) 2008-2013 by JCF Ploemen <linux at jcf.pm>
 # released under GPL, version 2 or later
 
 ################################################
@@ -11,10 +11,10 @@
 
 ### BEGIN INIT INFO
 # Provides:          sabnzbdplus
-# Required-Start:    $local_fs $network $remote_fs
-# Required-Stop:     $local_fs $network $remote_fs
-# Should-Start:      NetworkManager
-# Should-Stop:       NetworkManager
+# Required-Start:    $network $remote_fs
+# Required-Stop:     $network $remote_fs
+# Should-Start:      dbus avahi network-manager
+# Should-Stop:       dbus avahi network-manager
 # 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