Add $remote_fs to Required-{Start,Stop} in initscript. v0.3.3-1
authorMichael Prokop <mika@debian.org>
Wed, 17 Feb 2010 01:42:45 +0000 (02:42 +0100)
committerMichael Prokop <mika@debian.org>
Wed, 17 Feb 2010 01:42:45 +0000 (02:42 +0100)
debian/changelog
etc/init.d/anytun

index c6fd830..4c4a66d 100644 (file)
@@ -2,8 +2,9 @@ anytun (0.3.3-1) unstable; urgency=low
 
   * New upstream release.
   * Bump Standards-Version to 3.8.4 (no further changes).
+  * Add $remote_fs to Required-{Start,Stop} in initscript.
 
- -- Michael Prokop <mika@debian.org>  Wed, 17 Feb 2010 01:51:48 +0100
+ -- Michael Prokop <mika@debian.org>  Wed, 17 Feb 2010 02:41:13 +0100
 
 anytun (0.3.2-2) unstable; urgency=low
 
index 9fc4d4a..6905c67 100755 (executable)
@@ -1,8 +1,8 @@
 #! /bin/sh
 ### BEGIN INIT INFO
 # Provides:          anytun
-# Required-Start:    $network $named $syslog
-# Required-Stop:     
+# Required-Start:    $remote_fs $network $named $syslog
+# Required-Stop:     $remote_fs
 # Default-Start:     2 3 4 5
 # Default-Stop:      0 1 6
 # Short-Description: Start anycast tunneling daemon at boot time