[Pkg-citadel-commit] r379 - webcit/trunk/debian

Michael Meskes meskes at alioth.debian.org
Wed Aug 12 12:16:46 UTC 2009


Author: meskes
Date: 2009-08-12 12:16:46 +0000 (Wed, 12 Aug 2009)
New Revision: 379

Modified:
   webcit/trunk/debian/changelog
   webcit/trunk/debian/webcit.init
Log:
Fixed init script dependency.


Modified: webcit/trunk/debian/changelog
===================================================================
--- webcit/trunk/debian/changelog	2009-08-12 12:16:08 UTC (rev 378)
+++ webcit/trunk/debian/changelog	2009-08-12 12:16:46 UTC (rev 379)
@@ -1,8 +1,9 @@
 webcit (7.61-dfsg-1) unstable; urgency=low
 
   * New upstream version.
+  * Made webcit init script depend on $syslog, closes: #541071
 
- -- Michael Meskes <meskes at debian.org>  Wed, 12 Aug 2009 14:14:04 +0200
+ -- Michael Meskes <meskes at debian.org>  Wed, 12 Aug 2009 14:15:23 +0200
 
 webcit (7.60-dfsg-1) unstable; urgency=low
 

Modified: webcit/trunk/debian/webcit.init
===================================================================
--- webcit/trunk/debian/webcit.init	2009-08-12 12:16:08 UTC (rev 378)
+++ webcit/trunk/debian/webcit.init	2009-08-12 12:16:46 UTC (rev 379)
@@ -1,8 +1,8 @@
 #! /bin/sh
 ### BEGIN INIT INFO
 # Provides:          webcit
-# Required-Start:    $local_fs $remote_fs
-# Required-Stop:     $local_fs $remote_fs
+# Required-Start:    $remote_fs $syslog
+# Required-Stop:     $remote_fs $syslog
 # Default-Start:     2 3 4 5
 # Default-Stop:      0 1 6
 # Short-Description: Example initscript




More information about the Pkg-citadel-commit mailing list