From b3d688f41d3c84ba0bb265aebaa7fa906fcfa4e6 Mon Sep 17 00:00:00 2001 From: Simon Rettberg Date: Mon, 28 Oct 2019 16:08:17 +0100 Subject: [SSUS] Delete dnbd3's old "is-enabled" script --- satellit_upgrader/updater.template.sh | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/satellit_upgrader/updater.template.sh b/satellit_upgrader/updater.template.sh index ea302e4..adb70ac 100644 --- a/satellit_upgrader/updater.template.sh +++ b/satellit_upgrader/updater.template.sh @@ -173,7 +173,6 @@ declare -rg PATH_TFTP="/srv/openslx/tftp" declare -rg PATH_IPXE="/opt/openslx/ipxe" declare -rg PATH_LDADP="/opt/ldadp" declare -rg PATH_DNBD3="/opt/openslx/dnbd3" -declare -rg PACKAGE_LIBJANSSON="libjansson-dev" # needed by dnbd3 if [ "$MAJOR" -eq 8 ]; then echo "* * * * * * * * * * * * * * * * * * *" @@ -608,7 +607,7 @@ fi # config diffcp "dnbd3/server.conf" "/etc/dnbd3-server/server.conf" diffcp "dnbd3/rpc.acl" "/etc/dnbd3-server/rpc.acl" -diffcp "dnbd3/is-enabled" "$PATH_DNBD3/is-enabled" +rm -f -- "$PATH_DNBD3/is-enabled" if [ -n "$TGZ_DNBD3" ]; then tmpdir="$TMPDIR/dnbd3.tmp" -- cgit v1.2.3-55-g7522