X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=helm%2Fscripts%2Finit.d%2Fhelm-uri-set-queue;h=415abdee69296e2ea1ef415fc535788b567c8fb0;hb=4167cea65ca58897d1a3dbb81ff95de5074700cc;hp=242545a7b25c97f695ccc3a91fb39df62204194e;hpb=1777211e04075fd37bcee56b79cfbedcb89d57eb;p=helm.git diff --git a/helm/scripts/init.d/helm-uri-set-queue b/helm/scripts/init.d/helm-uri-set-queue index 242545a7b..415abdee6 100755 --- a/helm/scripts/init.d/helm-uri-set-queue +++ b/helm/scripts/init.d/helm-uri-set-queue @@ -4,24 +4,17 @@ # # by --Zack # Created: Tue, 8 Oct 2002 17:18:17 +0200 -# Last-Modified: Wed, 20 Nov 2002 10:50:14 +0100 +# Last-Modified: Wed, 20 Nov 2002 10:50:25 +0100 -#DAEMON=/projects/helm/graphs/tools/uri_set_queue.cgi -DAEMON=/projects/helm/graphs/tools/uriSetQueue.opt +DAEMON=/projects/helm/daemons/graphs/tools/uriSetQueue.opt USAGE="Usage: /etc/init.d/helm-uri-set-queue { start | stop | restart }" -ENVSCRIPT="" if [ -f /etc/default/helm ]; then . /etc/default/helm fi -if ! [ -f "$ENVSCRIPT" ]; then - echo "Can't find environment script '$ENVSCRIPT'" - exit 1 -fi -. $ENVSCRIPT &> /dev/null NAME=`basename $DAEMON` -PIDFILE=/projects/helm/run/$NAME.pid +PIDFILE=/var/run/$NAME.pid do_start () { echo "Starting $DAEMON ..."