summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2021-12-13 13:24:40 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2021-12-13 14:01:11 +0000
commit77184b0c3dda10f3daabe1250a58a6b8c04a4a3d (patch)
tree2053f7b967cd4e67ea3471ec391cf4a92e3fc318
parentRemoving superfluous debconf variables not used in dehydrated-tools config. (diff)
downloadopen-infrastructure-service-tools-77184b0c3dda10f3daabe1250a58a6b8c04a4a3d.tar.xz
open-infrastructure-service-tools-77184b0c3dda10f3daabe1250a58a6b8c04a4a3d.zip
Removing wrongly transformation of debconf boolean for dehydrated register.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
-rwxr-xr-xdebian/open-infrastructure-dehydrated-tools.postinst10
1 files changed, 0 insertions, 10 deletions
diff --git a/debian/open-infrastructure-dehydrated-tools.postinst b/debian/open-infrastructure-dehydrated-tools.postinst
index 43f9bf9..9376f8c 100755
--- a/debian/open-infrastructure-dehydrated-tools.postinst
+++ b/debian/open-infrastructure-dehydrated-tools.postinst
@@ -99,16 +99,6 @@ case "${1}" in
;;
esac
- case "${REGISTER}" in
- true)
- REGISTER="yes"
- ;;
-
- false)
- REGISTER="no"
- ;;
- esac
-
case "${OCSP_FETCH}" in
true)
OCSP_FETCH="yes"