[bird] Cleanup unneeded files.
[feed/routing.git] / bird / files / bird6.init
index 67b32f177c3a73402429f81b67f1dfe129486460..9089e006c406db4affc6f465b61368f4a26c1fe4 100644 (file)
@@ -1,5 +1,5 @@
 #!/bin/sh /etc/rc.common
-# Copyright (C) 2010-2011 OpenWrt.org
+# Copyright (C) 2010-2014 OpenWrt.org
 
 START=99
 STOP=10
@@ -11,11 +11,9 @@ BIRD="/usr/sbin/bird6 -c /etc/bird6.conf"
 
 start() {
        service_start $BIRD -d
-#      ( SERVICE_MATCH_NAME=1 service_start /usr/sbin/bird6loop )
 }
 
 stop() {
-#      ( SERVICE_MATCH_NAME=1 service_stop /usr/sbin/bird6loop )
        service_stop $BIRD
 }