From: Michael Tremer Date: Fri, 28 Jul 2023 16:21:12 +0000 (+0000) Subject: core177: Fix typo in removing rngd init links X-Git-Tag: v2.27-core177~8 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=d4781c29aeb8f5ae2323c445142e48b303fd09e5;p=ipfire-2.x.git core177: Fix typo in removing rngd init links Signed-off-by: Michael Tremer --- diff --git a/config/rootfiles/core/177/update.sh b/config/rootfiles/core/177/update.sh index 2347afbdba..52ef205b09 100644 --- a/config/rootfiles/core/177/update.sh +++ b/config/rootfiles/core/177/update.sh @@ -99,11 +99,11 @@ rm -f \ # remove old rngd if the addon is not installed if [ ! -e "/opt/pakfire/db/installed/meta-rng-tools" ]; then - rm -rf /usr/bin/randstat \ + rm -fv /usr/bin/randstat \ /usr/bin/rngtest \ /usr/sbin/rngd \ /etc/rc.d/init.d/rngd \ - /etc/rc.d/rc?.d/*rmgd + /etc/rc.d/rc?.d/*rngd fi # Extract files @@ -177,4 +177,3 @@ sync # Don't report the exitcode last command exit 0 -