X-Git-Url: http://matita.cs.unibo.it/gitweb/?p=helm.git;a=blobdiff_plain;f=helm%2Fscripts%2Finit.d%2Fetc_default_helm_mowgli;fp=helm%2Fscripts%2Finit.d%2Fetc_default_helm_mowgli;h=0000000000000000000000000000000000000000;hp=af0ac44a57e82be8cac5480e06f7b0f75c982a21;hb=869549224eef6278a48c16ae27dd786376082b38;hpb=89262281b6e83bd2321150f81f1a0583645eb0c8 diff --git a/helm/scripts/init.d/etc_default_helm_mowgli b/helm/scripts/init.d/etc_default_helm_mowgli deleted file mode 100644 index af0ac44a5..000000000 --- a/helm/scripts/init.d/etc_default_helm_mowgli +++ /dev/null @@ -1,29 +0,0 @@ -# Configuration for helm daemons - - # DAEMONS started/stopped/ecc. by /etc/init.d/helm, name listed here - # must correspond to scripts located in /etc/init.d -DAEMONS=" - helm-http-getter_mowgli - helm-proof-checker_mowgli - helm-uri-set-queue_mowgli - helm-draw-graph_mowgli -" - - # script used to define a good(TM) environment for daemons -ENVSCRIPT="/projects/helm/shared/scripts/phd_mowgli.rc" - - # script used to load/unload uwobo predefined scripts -UWOBO_INIT_SCRIPT="/projects/helm/shared/scripts/init.d/loadPredefinedStylesheets.pl" - - # http getter cache dirs that need to be created at boot time -HTTP_GETTER_CACHE_DIRS=" - /projects/helm/shared/cache/library - /projects/helm/shared/cache/library/http_getter_mowgli - /projects/helm/shared/cache/rdf_library - /projects/helm/shared/cache/rdf_library/http_getter_mowgli -" - - # user which will own the daemons and the cache directories -OWNER="sacerdot:helm" - -# vim: set ft=sh: