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)