From 15c708c89ac3145c7a048e7fd30e3f8d72019829 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Peter=20M=C3=BCller?= Date: Sat, 9 Jul 2022 15:00:19 +0000 Subject: [PATCH] Core Update 170: Ship screen MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Apparently, screen 4.8.0 was never shipped with any Core Update. To ensure no stale files are left, delete any /usr/bin/screen-4.* binary, as they will be replaced by the up-to-date version immediately afterwards. Signed-off-by: Peter Müller --- config/rootfiles/core/170/filelists/screen | 1 + config/rootfiles/core/170/update.sh | 1 + 2 files changed, 2 insertions(+) create mode 120000 config/rootfiles/core/170/filelists/screen diff --git a/config/rootfiles/core/170/filelists/screen b/config/rootfiles/core/170/filelists/screen new file mode 120000 index 0000000000..81008f46ef --- /dev/null +++ b/config/rootfiles/core/170/filelists/screen @@ -0,0 +1 @@ +../../../common/screen \ No newline at end of file diff --git a/config/rootfiles/core/170/update.sh b/config/rootfiles/core/170/update.sh index e3f93df571..f10ef53399 100644 --- a/config/rootfiles/core/170/update.sh +++ b/config/rootfiles/core/170/update.sh @@ -57,6 +57,7 @@ rm -rvf \ /sbin/ifcfg \ /sbin/routef \ /sbin/rtpr \ + /usr/bin/screen-4.* \ /usr/lib/libbfd-2.36.* \ /usr/lib/libbind9-9.16.2* \ /usr/lib/libdnet* \ -- 2.39.5