X-Git-Url: http://matita.cs.unibo.it/gitweb/?p=helm.git;a=blobdiff_plain;f=helm%2Fscripts%2Finit.d%2Fhelm-bootmisc.sh;fp=helm%2Fscripts%2Finit.d%2Fhelm-bootmisc.sh;h=0000000000000000000000000000000000000000;hp=79e3b69a78c131ef84545f94f07e71d7fd0e1866;hb=869549224eef6278a48c16ae27dd786376082b38;hpb=89262281b6e83bd2321150f81f1a0583645eb0c8 diff --git a/helm/scripts/init.d/helm-bootmisc.sh b/helm/scripts/init.d/helm-bootmisc.sh deleted file mode 100755 index 79e3b69a7..000000000 --- a/helm/scripts/init.d/helm-bootmisc.sh +++ /dev/null @@ -1,19 +0,0 @@ -#!/bin/sh - -HTTP_GETTER_CACHE_DIRS="" -if [ -f /etc/default/helm ]; then - . /etc/default/helm -fi - -# clean pid file for helm related daemons -( cd /projects/helm/run/ && rm -f *.pid ) - -# create http_getter cache dirs -for d in $HTTP_GETTER_CACHE_DIRS; do - if ! [ -d $d ]; then - mkdir -m 2775 $d - OWNER=`echo -n $OWNER | sed -e 's/:/./'` - chown $OWNER $d - fi -done -