From: Peter Müller Date: Sat, 9 Jul 2022 11:55:29 +0000 (+0000) Subject: Finally get rid of orphaned xt_geoip directories X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=65630b4a6bb26c7ffabc62c5e44cdb3d3106cfd6;p=people%2Fstevee%2Fipfire-2.x.git Finally get rid of orphaned xt_geoip directories Signed-off-by: Peter Müller --- diff --git a/config/rootfiles/common/aarch64/stage2 b/config/rootfiles/common/aarch64/stage2 index e328a4526a..d528b788cd 100644 --- a/config/rootfiles/common/aarch64/stage2 +++ b/config/rootfiles/common/aarch64/stage2 @@ -126,7 +126,6 @@ usr/local/bin/update-location-database #usr/local/share/man/man8 #usr/local/share/misc #usr/local/share/terminfo -#usr/local/share/xt_geoip #usr/local/share/zoneinfo #usr/local/src #usr/sbin @@ -148,7 +147,6 @@ usr/share/doc/licenses/GPLv3 #usr/share/man/man8 #usr/share/misc #usr/share/terminfo -#usr/share/xt_geoip #usr/share/zoneinfo #var #var/cache diff --git a/config/rootfiles/common/armv6l/stage2 b/config/rootfiles/common/armv6l/stage2 index 2bd00d9683..047591d2b4 100644 --- a/config/rootfiles/common/armv6l/stage2 +++ b/config/rootfiles/common/armv6l/stage2 @@ -124,7 +124,6 @@ usr/local/bin/update-location-database #usr/local/share/man/man8 #usr/local/share/misc #usr/local/share/terminfo -#usr/local/share/xt_geoip #usr/local/share/zoneinfo #usr/local/src #usr/sbin @@ -146,7 +145,6 @@ usr/share/doc/licenses/GPLv3 #usr/share/man/man8 #usr/share/misc #usr/share/terminfo -#usr/share/xt_geoip #usr/share/zoneinfo #var #var/cache diff --git a/config/rootfiles/common/x86_64/stage2 b/config/rootfiles/common/x86_64/stage2 index 586b88e3d0..5fa1fb44f1 100644 --- a/config/rootfiles/common/x86_64/stage2 +++ b/config/rootfiles/common/x86_64/stage2 @@ -126,7 +126,6 @@ usr/local/bin/update-location-database #usr/local/share/man/man8 #usr/local/share/misc #usr/local/share/terminfo -#usr/local/share/xt_geoip #usr/local/share/zoneinfo #usr/local/src #usr/sbin @@ -148,7 +147,6 @@ usr/share/doc/licenses/GPLv3 #usr/share/man/man8 #usr/share/misc #usr/share/terminfo -#usr/share/xt_geoip #usr/share/zoneinfo #var #var/cache diff --git a/config/rootfiles/core/170/exclude b/config/rootfiles/core/170/exclude index b22e5e943c..378c2d5632 100644 --- a/config/rootfiles/core/170/exclude +++ b/config/rootfiles/core/170/exclude @@ -18,7 +18,6 @@ etc/sysconfig/firewall.local etc/sysconfig/rc.local etc/udev/rules.d/30-persistent-network.rules srv/web/ipfire/html/proxy.pac -usr/share/xt_geoip var/ipfire/dma var/ipfire/time var/ipfire/firewall/locationblock diff --git a/lfs/stage2 b/lfs/stage2 index 39697a848d..3de871fdb9 100644 --- a/lfs/stage2 +++ b/lfs/stage2 @@ -1,7 +1,7 @@ ############################################################################### # # # IPFire.org - A linux based firewall # -# Copyright (C) 2007-2020 IPFire Team # +# Copyright (C) 2007-2022 IPFire Team # # # # 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 # @@ -55,7 +55,7 @@ $(TARGET) : -install -dv -m 1777 /tmp /var/tmp -mkdir -pv /usr/{,local/}{bin,include,lib,sbin,src} -mkdir -pv /usr/{,local/}share/{doc,info,locale,man} - -mkdir -v /usr/{,local/}share/{misc,terminfo,xt_geoip,zoneinfo} + -mkdir -v /usr/{,local/}share/{misc,terminfo,zoneinfo} -mkdir -pv /usr/{,local/}share/man/man{1..8} #-for dir in /usr /usr/local; do \ # ln -sv share/{man,doc,info} $$dir; \