[2/5] pakfire: Remove creation of pakfire.log that is never used
Commit Message
Signed-off-by: Adolf Belka <adolf.belka@ipfire.org>
---
config/rootfiles/common/pakfire | 1 -
lfs/pakfire | 5 +----
2 files changed, 1 insertion(+), 5 deletions(-)
@@ -17,4 +17,3 @@ opt/pakfire/pakfire
opt/pakfire/tmp
var/cache/pakfire
var/log/pakfire
-var/log/pakfire.log
@@ -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)