Package: debian-security-support Version: 2014.05.29 Severity: wishlist Dear Maintainer,
I would like to run "check-support-status --type ended" and to not need to add --list option. --- /usr/bin/check-support-status 2014-05-29 19:57:10.000000000 +0300 +++ check-support-status 2014-05-30 15:24:39.752308659 +0300 @@ -67,10 +67,15 @@ done if [ -z "$LIST" ] ; then - $0 --type ended --list /usr/share/debian-security-support/security-support-ended - echo - $0 --type limited --list /usr/share/debian-security-support/security-support-limited - exit 0 + if [ -z "$TYPE" ] ; then + $0 --type ended --list /usr/share/debian-security-support/security-support-ended + echo + $0 --type limited --list /usr/share/debian-security-support/security-support-limited + exit 0 + else + $0 --type $TYPE --list /usr/share/debian-security-support/security-support-$TYPE + exit 0 + fi fi # exit silently if there's no list -- System Information: Debian Release: 7.5 APT prefers stable APT policy: (900, 'stable'), (890, 'testing'), (499, 'unstable'), (101, 'experimental') Architecture: amd64 (x86_64) Kernel: Linux 3.2.0-4-amd64 (SMP w/4 CPU cores) Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8) Shell: /bin/sh linked to /bin/bash Versions of packages debian-security-support depends on: ii adduser 3.113+nmu3 ii debconf [debconf-2.0] 1.5.49 ii gettext-base 0.18.1.1-9 debian-security-support recommends no packages. debian-security-support suggests no packages. -- debconf information excluded -- To UNSUBSCRIBE, email to [email protected] with a subject of "unsubscribe". Trouble? Contact [email protected]

