]> git.ipfire.org Git - people/pmueller/ipfire-2.x.git/commitdiff
kleiner Fix am Logwatch, es sollte jetzt gehen
authorms <ms@ea5c0bd1-69bd-2848-81d8-4f18e57aeed8>
Thu, 13 Sep 2007 15:57:29 +0000 (15:57 +0000)
committerms <ms@ea5c0bd1-69bd-2848-81d8-4f18e57aeed8>
Thu, 13 Sep 2007 15:57:29 +0000 (15:57 +0000)
git-svn-id: http://svn.ipfire.org/svn/ipfire/trunk@886 ea5c0bd1-69bd-2848-81d8-4f18e57aeed8

config/rootfiles/common/logwatch
lfs/logwatch

index 228900b666745eeeb9bdfa65563fa7b5234641c7..59d3a7ada4e7f41a67bebf6c2ff46d81f5481737 100644 (file)
@@ -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
index dce50bfc40877d1fc46cc413f02c268e4b09ef15..4fbe9d694699b4169479e5d7d58a46401885dc1a 100644 (file)
@@ -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)