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=37decf7232119d31c83dc708e576ccce919f80c2;hb=1696761e4b8576e8ed81caa905fd108717019226;hpb=5325734bc2e4927ed7ec146e35a6f0f2b49f50c1 diff --git a/helm/scripts/init.d/helm-bootmisc.sh b/helm/scripts/init.d/helm-bootmisc.sh deleted file mode 100755 index 37decf723..000000000 --- a/helm/scripts/init.d/helm-bootmisc.sh +++ /dev/null @@ -1,16 +0,0 @@ -#!/bin/sh - -HTTP_GETTER_CACHE_DIRS="" -if [ -f /etc/default/helm ]; then - . /etc/default/helm -fi - -# 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 -