From: Michael Prokop Date: Wed, 17 Feb 2010 01:42:45 +0000 (+0100) Subject: Add $remote_fs to Required-{Start,Stop} in initscript. X-Git-Tag: v0.3.3-1^0 X-Git-Url: https://git.syn-net.org/debian/?p=anytun.git;a=commitdiff_plain;h=08d06dbdd42831eff26cf17b7c0c6471e2b67855 Add $remote_fs to Required-{Start,Stop} in initscript. --- diff --git a/debian/changelog b/debian/changelog index c6fd830..4c4a66d 100644 --- a/debian/changelog +++ b/debian/changelog @@ -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 Wed, 17 Feb 2010 01:51:48 +0100 + -- Michael Prokop Wed, 17 Feb 2010 02:41:13 +0100 anytun (0.3.2-2) unstable; urgency=low diff --git a/etc/init.d/anytun b/etc/init.d/anytun index 9fc4d4a..6905c67 100755 --- a/etc/init.d/anytun +++ b/etc/init.d/anytun @@ -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