X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=plc.d%2Fomf-slicemgr;h=e6de42f2c0c08f85c99f1ba40d461f1615b3e8fe;hb=f8c9967b0ba08726cca5a5783e62bc50d307374c;hp=8f4435ba0784e585cd4078dcc7b3c045fe78fd22;hpb=52efcc368cd9d07e87bbd27e74ac85d64538835a;p=plcapi.git diff --git a/plc.d/omf-slicemgr b/plc.d/omf-slicemgr index 8f4435b..e6de42f 100755 --- a/plc.d/omf-slicemgr +++ b/plc.d/omf-slicemgr @@ -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" ;;