]> git.ipfire.org Git - ipfire-2.x.git/commitdiff
logwatch: Fix symbolic link
authorMatthias Fischer <fischerm@ipfire.org>
Sun, 8 Mar 2015 08:57:17 +0000 (09:57 +0100)
committerMatthias Fischer <fischerm@ipfire.org>
Sun, 8 Mar 2015 08:57:17 +0000 (09:57 +0100)
lfs/logwatch

index b57c94c3d4997f1246d7b3dabad722b17cc8b40b..7144d07f3ba0f4ef3b60567d6a06959fcaa32264 100644 (file)
@@ -99,7 +99,7 @@ $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects))
        -mkdir -p /var/log/logwatch
        chmod -v 755 /var/log/logwatch
        -rm -rf /etc/logwatch/conf
-       ln -vsf /usr/share/logwatch/default.config /etc/logwatch/conf
+       ln -vsf /usr/share/logwatch/default.conf /etc/logwatch/conf
        
        @rm -rf $(DIR_APP)
        @$(POSTBUILD)