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

nijel at users.alioth.debian.org nijel at users.alioth.debian.org
Sat Jan 2 12:05:27 UTC 2010


    Date: Saturday, January 2, 2010 @ 12:05:03
  Author: nijel
Revision: 4420

Init script should depend on $remote_fs.

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

Modified: packages/pyaimt/trunk/debian/changelog
===================================================================
--- packages/pyaimt/trunk/debian/changelog	2010-01-02 12:02:45 UTC (rev 4419)
+++ packages/pyaimt/trunk/debian/changelog	2010-01-02 12:05:03 UTC (rev 4420)
@@ -3,8 +3,9 @@
   * NOT RELEASED YET
   * Adjust provided service name in init script.
   * Fix naming of init script in source package.
+  * Init script should depend on $remote_fs.
 
- -- Michal ÄŒihaÅ™ <nijel at debian.org>  Tue, 03 Nov 2009 12:35:27 +0100
+ -- Michal ÄŒihaÅ™ <nijel at debian.org>  Sat, 02 Jan 2010 13:04:04 +0100
 
 pyaimt (0.8.0.1-1) unstable; urgency=low
 

Modified: packages/pyaimt/trunk/debian/pyaimt.init
===================================================================
--- packages/pyaimt/trunk/debian/pyaimt.init	2010-01-02 12:02:45 UTC (rev 4419)
+++ packages/pyaimt/trunk/debian/pyaimt.init	2010-01-02 12:05:03 UTC (rev 4420)
@@ -1,8 +1,8 @@
 #! /bin/bash
 ### BEGIN INIT INFO
 # Provides:          pyaimt
-# Required-Start:    $syslog
-# Required-Stop:     $syslog
+# Required-Start:    $syslog $remote_fs
+# Required-Stop:     $syslog $remote_fs
 # Should-Start:      $local_fs
 # Should-Stop:       $local_fs
 # Default-Start:     2 3 4 5




More information about the Python-apps-commits mailing list