From 08d06dbdd42831eff26cf17b7c0c6471e2b67855 Mon Sep 17 00:00:00 2001 From: Michael Prokop Date: Wed, 17 Feb 2010 02:42:45 +0100 Subject: [PATCH] Add $remote_fs to Required-{Start,Stop} in initscript. --- debian/changelog | 3 ++- etc/init.d/anytun | 4 ++-- 2 files changed, 4 insertions(+), 3 deletions(-) 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 -- 2.1.4