debian: Correct naming in init scripts
[sliver-openvswitch.git] / debian / corekeeper.init
index b116f68..b544568 100755 (executable)
@@ -57,7 +57,7 @@ case "$1" in
         exit 0
         ;;
   *)
-        N=/etc/init.d/$NAME
+        N=/etc/init.d/corekeeper
         echo "Usage: $N {start|stop|restart|force-reload|status}" >&2
         exit 1
         ;;