mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-10 02:55:55 +02:00
kleiner Fix am Logwatch, es sollte jetzt gehen
git-svn-id: http://svn.ipfire.org/svn/ipfire/trunk@886 ea5c0bd1-69bd-2848-81d8-4f18e57aeed8
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user