X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=debian%2Fconfig.in;h=456dd360e53d44cb376465f11c41d9f5d0e2daac;hb=6e0c68a46d230fa0ebe4801a3d55d33df597f3d9;hp=6677eab3aefdfc7df4f99b4c85bae8c44a8d59b9;hpb=9a61b01203b7a552ab067ebd4a19366daeb4362d;p=ca-certificates.git diff --git a/debian/config.in b/debian/config.in index 6677eab..456dd36 100644 --- a/debian/config.in +++ b/debian/config.in @@ -47,7 +47,7 @@ members() db_version 2.0 db_capb multiselect -db_title "ca-certificates configuration" +db_settitle ca-certificates/title db_input medium ca-certificates/trust_new_crts || true db_go @@ -78,9 +78,9 @@ if test -d /usr/share/ca-certificates; then else CERTS_AVAILABLE="$CERTS_AVAILABLE, $crt" fi - if echo "$CERTS_DISABLED" | grep -F -q -x "$crt" > /dev/null 2>&1; then + if (echo "$CERTS_DISABLED" | grep -F -q -x "$crt") > /dev/null 2>&1; then : # echo "I: ignore $crt" - elif echo "$CERTS_TRUST" | grep -F -q -x "$crt" > /dev/null 2>&1; then + elif (echo "$CERTS_TRUST" | grep -F -q -x "$crt") > /dev/null 2>&1; then # already trusted if test "$CERTS_ENABLED" = ""; then CERTS_ENABLED="$crt" @@ -142,7 +142,6 @@ fi if test "$trust_new" = "ask" && test "$CERTS_NEW" != "" && test "$new_seen" = "false"; then # New certificates added db_fset ca-certificates/new_crts seen false - db_title "ca-certificates configuration" db_input critical ca-certificates/new_crts || true db_go @@ -213,7 +212,6 @@ if [ "$set_values" = "true" ]; then if test "$seen" != true; then db_fset ca-certificates/enable_crts seen false fi - db_title "ca-certificates configuration" db_input $PRIO ca-certificates/enable_crts || true db_go