hopefully more robust, as we've seen this file to be interpreted by bash on PLE
[plcapi.git] / plc.d / omf-slicemgr
index 8f4435b..e6de42f 100755 (executable)
@@ -1,6 +1,4 @@
 #!/bin/bash
-# $Id$
-# $URL$
 #
 # priority: 800
 #
@@ -23,7 +21,7 @@ case "$1" in
        MESSAGE=$"Starting the OMF Slice Manager"
        dialog "$MESSAGE"
 
-        daemon /usr/bin/omf-slicemgr.py &
+        daemon /usr/bin/omf_slicemgr.py &
 
        result "$MESSAGE"
        ;;
@@ -36,7 +34,7 @@ case "$1" in
        MESSAGE=$"Stopping the OMF Slice Manager"
        dialog "$MESSAGE"
 
-        killproc omf-slicemgr.py 
+        killproc omf_slicemgr.py 
 
        result "$MESSAGE"
        ;;