From: Peter Müller Date: Sun, 2 Oct 2022 09:43:47 +0000 (+0000) Subject: Avoid manpages from being shipped and delete them on existing installations X-Git-Tag: v2.27-core171~22 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c309bdcf3d0c983d2c4a169ea65ce7ef749eba80;p=ipfire-2.x.git Avoid manpages from being shipped and delete them on existing installations Signed-off-by: Peter Müller --- diff --git a/config/rootfiles/common/iptables b/config/rootfiles/common/iptables index ba1621324d..d7d87bee73 100644 --- a/config/rootfiles/common/iptables +++ b/config/rootfiles/common/iptables @@ -166,11 +166,11 @@ sbin/xtables-legacy-multi #usr/share/man/man3/ipq_set_mode.3 #usr/share/man/man3/ipq_set_verdict.3 #usr/share/man/man3/libipq.3 -usr/share/man/man8/ip6tables-apply.8 +#usr/share/man/man8/ip6tables-apply.8 #usr/share/man/man8/ip6tables-restore.8 #usr/share/man/man8/ip6tables-save.8 #usr/share/man/man8/ip6tables.8 -usr/share/man/man8/iptables-apply.8 +#usr/share/man/man8/iptables-apply.8 #usr/share/man/man8/iptables-extensions.8 #usr/share/man/man8/iptables-restore.8 #usr/share/man/man8/iptables-save.8 diff --git a/config/rootfiles/common/perl b/config/rootfiles/common/perl index 0ba876a6a4..fb360c8747 100644 --- a/config/rootfiles/common/perl +++ b/config/rootfiles/common/perl @@ -2549,7 +2549,7 @@ usr/lib/perl5/5.36.0/xxxMACHINExxx-linux-thread-multi/threads/shared.pm #usr/share/man/man3/Pod::Simple::DumpAsXML.3 #usr/share/man/man3/Pod::Simple::HTML.3 #usr/share/man/man3/Pod::Simple::HTMLBatch.3 -usr/share/man/man3/Pod::Simple::JustPod.3 +#usr/share/man/man3/Pod::Simple::JustPod.3 #usr/share/man/man3/Pod::Simple::LinkSection.3 #usr/share/man/man3/Pod::Simple::Methody.3 #usr/share/man/man3/Pod::Simple::PullParser.3 diff --git a/config/rootfiles/common/perl-Sort-Naturally b/config/rootfiles/common/perl-Sort-Naturally index 64feb6b33d..faac8b5448 100644 --- a/config/rootfiles/common/perl-Sort-Naturally +++ b/config/rootfiles/common/perl-Sort-Naturally @@ -3,4 +3,4 @@ usr/lib/perl5/site_perl/5.36.0/Sort/Naturally.pm #usr/lib/perl5/site_perl/5.36.0/xxxMACHINExxx-linux-thread-multi/auto/Sort #usr/lib/perl5/site_perl/5.36.0/xxxMACHINExxx-linux-thread-multi/auto/Sort/Naturally #usr/lib/perl5/site_perl/5.36.0/xxxMACHINExxx-linux-thread-multi/auto/Sort/Naturally/.packlist -usr/share/man/man3/Sort::Naturally.3 +#usr/share/man/man3/Sort::Naturally.3 diff --git a/config/rootfiles/core/171/update.sh b/config/rootfiles/core/171/update.sh index a8172a9298..e2fd36f23b 100644 --- a/config/rootfiles/core/171/update.sh +++ b/config/rootfiles/core/171/update.sh @@ -201,6 +201,7 @@ rm -rvf \ /usr/lib/libunbound.so.8.1.18 \ /usr/lib/perl5/5.32* \ /usr/lib/perl5/site_perl/5.32* \ + /usr/share/man/* \ /usr/share/usb_modeswitch/1004:61aa \ /usr/share/usb_modeswitch/12d1:\#android \ /usr/share/usb_modeswitch/12d1:\#linux \