From 20371c8294f44f6bd06bc97c1c03db94f0722afa Mon Sep 17 00:00:00 2001 From: =?utf8?q?Peter=20M=C3=BCller?= Date: Tue, 23 Nov 2021 23:48:32 +0100 Subject: [PATCH] Core Update 162: Remove jwhois, ship currently maintained whois client MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Peter Müller --- config/rootfiles/core/162/filelists/whois | 1 + config/rootfiles/core/162/update.sh | 6 ++++++ 2 files changed, 7 insertions(+) create mode 120000 config/rootfiles/core/162/filelists/whois diff --git a/config/rootfiles/core/162/filelists/whois b/config/rootfiles/core/162/filelists/whois new file mode 120000 index 0000000000..60cbd1894f --- /dev/null +++ b/config/rootfiles/core/162/filelists/whois @@ -0,0 +1 @@ +../../../common/whois \ No newline at end of file diff --git a/config/rootfiles/core/162/update.sh b/config/rootfiles/core/162/update.sh index f4080a9058..d9aeebec7b 100644 --- a/config/rootfiles/core/162/update.sh +++ b/config/rootfiles/core/162/update.sh @@ -83,6 +83,12 @@ rm -rf /boot/uInit-*-ipfire-* rm -rf /boot/dtb-*-ipfire-* rm -rf /lib/modules +# Remove files +rm -rf \ + /etc/jwhois.conf \ + /usr/bin/jwhois \ + /usr/bin/whois + # Stop services # Extract files -- 2.39.5