From 7b6b8b44d208bacd19589abbef86b95f6975e88e Mon Sep 17 00:00:00 2001 From: Claudio Sacerdoti Coen Date: Mon, 16 Feb 2004 18:28:50 +0000 Subject: [PATCH] Cached moved to /tmp/helm/cache. --- helm/scripts/init.d/etc_default_helm_mowgli | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/helm/scripts/init.d/etc_default_helm_mowgli b/helm/scripts/init.d/etc_default_helm_mowgli index eeb0a801a..d4b099e5b 100644 --- a/helm/scripts/init.d/etc_default_helm_mowgli +++ b/helm/scripts/init.d/etc_default_helm_mowgli @@ -19,10 +19,11 @@ UWOBO_INIT_SCRIPT="/projects/helm/shared/scripts/init.d/loadPredefinedStylesheet # 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 + /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 -- 2.39.2