Package: ca-certificates Version: 20140223 Severity: minor Tags: patch I was reading the code of update-ca-certificates and detected a few indentation issues. see the attached patch.
-- System Information: Debian Release: jessie/sid APT prefers unstable APT policy: (500, 'unstable'), (500, 'testing'), (1, 'experimental') Architecture: amd64 (x86_64) Kernel: Linux 3.13-1-amd64 (SMP w/4 CPU cores) Locale: LANG=pt_BR.UTF-8, LC_CTYPE=pt_BR.UTF-8 (charmap=UTF-8) Shell: /bin/sh linked to /bin/dash Versions of packages ca-certificates depends on: ii debconf [debconf-2.0] 1.5.52 ii openssl 1.0.1f-1 ca-certificates recommends no packages. ca-certificates suggests no packages. -- debconf information excluded -- Antonio Terceiro <terce...@debian.org>
--- a/sbin/update-ca-certificates +++ b/sbin/update-ca-certificates @@ -26,13 +26,13 @@ fresh=0 while [ $# -gt 0 ]; do case $1 in - --verbose|-v) - verbose=1;; - --fresh|-f) - fresh=1;; - --help|-h|*) - echo "$0: [--verbose] [--fresh]" - exit;; + --verbose|-v) + verbose=1;; + --fresh|-f) + fresh=1;; + --help|-h|*) + echo "$0: [--verbose] [--fresh]" + exit;; esac shift done @@ -88,13 +88,13 @@ if [ "$fresh" = 1 ]; then echo -n "Clearing symlinks in $ETCCERTSDIR..." find . -type l -print | while read symlink do - case $(readlink $symlink) in - $CERTSDIR*) rm -f $symlink;; - esac + case $(readlink $symlink) in + $CERTSDIR*) rm -f $symlink;; + esac done find . -type l -print | while read symlink do - test -f $symlink || rm -f $symlink + test -f $symlink || rm -f $symlink done echo "done." fi
signature.asc
Description: Digital signature