]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/scripts/init.d/etc_default_helm_mowgli
removed tedious "_mowgli" postfix
[helm.git] / helm / scripts / init.d / etc_default_helm_mowgli
diff --git a/helm/scripts/init.d/etc_default_helm_mowgli b/helm/scripts/init.d/etc_default_helm_mowgli
deleted file mode 100644 (file)
index 64ced1a..0000000
+++ /dev/null
@@ -1,35 +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
-  helm-search-engine_mowgli
-  helm-uwobo_mowgli
-  helm-rdfly_mowgli
-"
-
-  # script used to load/unload uwobo predefined scripts
-UWOBO_INIT_SCRIPT="/projects/helm/etc/init.d/loadPredefinedStylesheets.pl"
-
-  # http getter cache dirs that need to be created at boot time
-HTTP_GETTER_CACHE_DIRS="
-  /tmp/helm
-  /tmp/helm/cache
-  /tmp/helm/cache/cic_library
-  /tmp/helm/cache/rdf_library
-  /tmp/helm/cache/nuprl_library
-"
-
-  # user which will own the daemons and the cache directories
-OWNER="sacerdot:helm"
-
-export HELM_GETTER_URL=http://mowgli.cs.unibo.it:58081
-export HELM_UWOBO_URL=http://mowgli.cs.unibo.it:58080
-UWOBO_PANEL_CONF=/projects/helm/public_html/uwobo/panel/control.html
-NUPRL_UWOBO_PANEL_CONF="/projects/helm/nuprl/NuPRL/uwobo-panel/control.html"
-
-# vim: set ft=sh: