]> git.donarmstrong.com Git - ca-certificates.git/blobdiff - debian/config.in
Import Debian version 20110502
[ca-certificates.git] / debian / config.in
index 6677eab3aefdfc7df4f99b4c85bae8c44a8d59b9..456dd360e53d44cb376465f11c41d9f5d0e2daac 100644 (file)
@@ -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