summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Pointner <equinox@anytun.org>2010-02-17 01:50:07 +0000
committerChristian Pointner <equinox@anytun.org>2010-02-17 01:50:07 +0000
commitf054cf489eb8904ffa07f49a0a1cc32ab3512e48 (patch)
tree5f98ff476c3c277a8f87dcd0a1deb0ebeeabe0e5
parentupdated changelog for release (diff)
fixed init.d script Required-Start and Stop
-rwxr-xr-xetc/init.d/uanytun4
1 files changed, 2 insertions, 2 deletions
diff --git a/etc/init.d/uanytun b/etc/init.d/uanytun
index 9c2414a..9071e5a 100755
--- a/etc/init.d/uanytun
+++ b/etc/init.d/uanytun
@@ -1,8 +1,8 @@
#! /bin/sh
### BEGIN INIT INFO
# Provides: uanytun
-# 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