From: Peter Müller Date: Sat, 9 Jul 2022 15:00:19 +0000 (+0000) Subject: Core Update 170: Ship screen X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=15c708c89ac3145c7a048e7fd30e3f8d72019829;p=people%2Fstevee%2Fipfire-2.x.git Core Update 170: Ship screen 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 --- 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* \