From 83aa25a74ea4b7e763d2cd0d02f6a0cdb52adf34 Mon Sep 17 00:00:00 2001 From: ms Date: Thu, 13 Sep 2007 15:57:29 +0000 Subject: [PATCH] kleiner Fix am Logwatch, es sollte jetzt gehen git-svn-id: http://svn.ipfire.org/svn/ipfire/trunk@886 ea5c0bd1-69bd-2848-81d8-4f18e57aeed8 --- config/rootfiles/common/logwatch | 14 ++++++++------ lfs/logwatch | 3 ++- 2 files changed, 10 insertions(+), 7 deletions(-) diff --git a/config/rootfiles/common/logwatch b/config/rootfiles/common/logwatch index 228900b66..59d3a7ada 100644 --- a/config/rootfiles/common/logwatch +++ b/config/rootfiles/common/logwatch @@ -1,11 +1,11 @@ #etc/logwatch -#etc/logwatch/conf +etc/logwatch/conf #etc/logwatch/conf/html -etc/logwatch/conf/ignore.conf -etc/logwatch/conf/logfiles -etc/logwatch/conf/logwatch.conf -etc/logwatch/conf/override.conf -etc/logwatch/conf/services +#etc/logwatch/conf/ignore.conf +#etc/logwatch/conf/logfiles +#etc/logwatch/conf/logwatch.conf +#etc/logwatch/conf/override.conf +#etc/logwatch/conf/services etc/logwatch/scripts etc/logwatch/scripts/services usr/sbin/logwatch @@ -290,3 +290,5 @@ usr/share/logwatch/scripts/shared/remove usr/share/logwatch/scripts/shared/removeheaders usr/share/logwatch/scripts/shared/removeservice #usr/share/man/man8/logwatch.8 +var/cache/logwatch +var/log/logwatch diff --git a/lfs/logwatch b/lfs/logwatch index dce50bfc4..4fbe9d694 100644 --- a/lfs/logwatch +++ b/lfs/logwatch @@ -94,10 +94,11 @@ $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects)) cp -f $(DIR_SRC)/config/logwatch/dialup.conf /usr/share/logwatch/dist.conf/services/dialup.conf -mkdir -p /var/cache/logwatch + chmod -v 777 /var/cache/logwatch -mkdir -p /var/log/logwatch chmod -v 755 /var/cache/logwatch -rm -rf /etc/logwatch/conf - ln -vsf /usr/share/logwatch/default.config /etc/logwatch/config + ln -vsf /usr/share/logwatch/default.config /etc/logwatch/conf @rm -rf $(DIR_APP) @$(POSTBUILD)