X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=helm%2Fscripts%2Finit.d%2Fhelm-bootmisc_mowgli.sh;fp=helm%2Fscripts%2Finit.d%2Fhelm-bootmisc_mowgli.sh;h=0000000000000000000000000000000000000000;hb=c7514aaa249a96c5fdd39b1123fbdb38d92f20b6;hp=41a2af838c187f69cdde475cd4fe155df111d061;hpb=1c7fb836e2af4f2f3d18afd0396701f2094265ff;p=helm.git diff --git a/helm/scripts/init.d/helm-bootmisc_mowgli.sh b/helm/scripts/init.d/helm-bootmisc_mowgli.sh deleted file mode 100755 index 41a2af838..000000000 --- a/helm/scripts/init.d/helm-bootmisc_mowgli.sh +++ /dev/null @@ -1,19 +0,0 @@ -#!/bin/sh - -HTTP_GETTER_CACHE_DIRS="" -if [ -f /etc/default/helm_mowgli ]; then - . /etc/default/helm_mowgli -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 -