[Python-apps-commits] r4414 - in packages/pyicqt/trunk/debian (changelog pyicqt.init)

nijel at users.alioth.debian.org nijel at users.alioth.debian.org
Sat Jan 2 11:57:26 UTC 2010


    Date: Saturday, January 2, 2010 @ 11:57:26
  Author: nijel
Revision: 4414

Init script should depend on $remote_fs.

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

Modified: packages/pyicqt/trunk/debian/changelog
===================================================================
--- packages/pyicqt/trunk/debian/changelog	2010-01-02 11:36:33 UTC (rev 4413)
+++ packages/pyicqt/trunk/debian/changelog	2010-01-02 11:57:26 UTC (rev 4414)
@@ -1,8 +1,9 @@
 pyicqt (0.8.1.5-3) UNRELEASED; urgency=low
 
   * NOT RELEASED YET
+  * Init script should depend on $remote_fs.
 
- -- Michal ÄŒihaÅ™ <nijel at debian.org>  Mon, 23 Nov 2009 13:14:05 +0100
+ -- Michal ÄŒihaÅ™ <nijel at debian.org>  Sat, 02 Jan 2010 12:57:14 +0100
 
 pyicqt (0.8.1.5-2) unstable; urgency=low
 

Modified: packages/pyicqt/trunk/debian/pyicqt.init
===================================================================
--- packages/pyicqt/trunk/debian/pyicqt.init	2010-01-02 11:36:33 UTC (rev 4413)
+++ packages/pyicqt/trunk/debian/pyicqt.init	2010-01-02 11:57:26 UTC (rev 4414)
@@ -3,8 +3,8 @@
 # Provides:          pyicqt
 # Required-Start:    $syslog
 # Required-Stop:     $syslog
-# Should-Start:      $local_fs
-# Should-Stop:       $local_fs
+# Should-Start:      $local_fs $remote_fs
+# Should-Stop:       $local_fs $remote_fs
 # Default-Start:     2 3 4 5
 # Default-Stop:      0 1 6
 # Short-Description: starts ICQ transport for Jabber




More information about the Python-apps-commits mailing list