[package] do not override restart function
[openwrt/svn-archive/archive.git] / net / batman / files / etc / init.d / batmand
index 5f255ed419942717f9097ee3228504b83ccb40c9..94253e3efb92c3e3f03662f6e0b9114c8a5845a5 100644 (file)
@@ -49,12 +49,6 @@ start () {
        batmand $batman_args >/dev/null 2>&1
 }
 
-restart () {
-       $0 stop
-       sleep 3
-       $0 start
-}
-        
 stop () {
        killall batmand
 }