]> git.ipfire.org Git - ipfire-2.x.git/commitdiff
pakfire: Remove creation of pakfire.log that is never used
authorAdolf Belka <adolf.belka@ipfire.org>
Sat, 28 Jun 2025 13:48:50 +0000 (15:48 +0200)
committerMichael Tremer <michael.tremer@ipfire.org>
Sun, 29 Jun 2025 16:02:17 +0000 (16:02 +0000)
Signed-off-by: Adolf Belka <adolf.belka@ipfire.org>
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
config/rootfiles/common/pakfire
lfs/pakfire

index b2a10cf3704d531d201c7d913a3079949b4dc1b9..8fe0f09a403460369f8e903b02db70aec48e782d 100644 (file)
@@ -17,4 +17,3 @@ opt/pakfire/pakfire
 opt/pakfire/tmp
 var/cache/pakfire
 var/log/pakfire
-var/log/pakfire.log
index da7a648c81b5757cd3174c9b884185dba563ebe5..2e75f7f68f1a4b89ffd420196d81d5571ea50dd8 100644 (file)
@@ -1,7 +1,7 @@
 ###############################################################################
 #                                                                             #
 # IPFire.org - A linux based firewall                                         #
-# Copyright (C) 2007-2023  IPFire Team  <info@ipfire.org>                     #
+# Copyright (C) 2007-2025  IPFire Team  <info@ipfire.org>                     #
 #                                                                             #
 # This program is free software: you can redistribute it and/or modify        #
 # it under the terms of the GNU General Public License as published by        #
@@ -58,9 +58,6 @@ $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects))
                > $(DIR_APP)/etc/pakfire.conf
        chown root.root $(DIR_APP) -R
        chmod 755 $(DIR_APP)/pakfire
-       touch /var/log/pakfire.log
-       chown root.nobody /var/log/pakfire.log
-       chmod 644 /var/log/pakfire.log
        ln -sf ../../var/log/pakfire /opt/pakfire/logs
        ln -sf ../../var/cache/pakfire /opt/pakfire/cache
        @$(POSTBUILD)