mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-28 11:43:25 +02:00
core177: Fix typo in removing rngd init links
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
This commit is contained in:
@@ -99,11 +99,11 @@ rm -f \
|
|||||||
|
|
||||||
# remove old rngd if the addon is not installed
|
# remove old rngd if the addon is not installed
|
||||||
if [ ! -e "/opt/pakfire/db/installed/meta-rng-tools" ]; then
|
if [ ! -e "/opt/pakfire/db/installed/meta-rng-tools" ]; then
|
||||||
rm -rf /usr/bin/randstat \
|
rm -fv /usr/bin/randstat \
|
||||||
/usr/bin/rngtest \
|
/usr/bin/rngtest \
|
||||||
/usr/sbin/rngd \
|
/usr/sbin/rngd \
|
||||||
/etc/rc.d/init.d/rngd \
|
/etc/rc.d/init.d/rngd \
|
||||||
/etc/rc.d/rc?.d/*rmgd
|
/etc/rc.d/rc?.d/*rngd
|
||||||
fi
|
fi
|
||||||
|
|
||||||
# Extract files
|
# Extract files
|
||||||
@@ -177,4 +177,3 @@ sync
|
|||||||
|
|
||||||
# Don't report the exitcode last command
|
# Don't report the exitcode last command
|
||||||
exit 0
|
exit 0
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user