summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Pointner <equinox@anytun.org>2010-02-17 01:49:47 +0000
committerChristian Pointner <equinox@anytun.org>2010-02-17 01:49:47 +0000
commit961cd0da957d05a4c1aaa42aeb3e6fc448ee1b47 (patch)
treec991e2dd421f642d60054f3ff52fa18ff75b96af
parentupdated changelog and readme (diff)
fixed init.d script Required-Start and Stop
-rwxr-xr-xetc/init.d/anytun4
1 files changed, 2 insertions, 2 deletions
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