Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
PATCH: dpkg-reconfigure improvement
- X-seq: zsh-workers 21156
- From: Clint Adams <clint@xxxxxxx>
- To: zsh-workers@xxxxxxxxxx
- Subject: PATCH: dpkg-reconfigure improvement
- Date: Tue, 19 Apr 2005 12:57:59 -0400
- Mail-followup-to: zsh-workers@xxxxxxxxxx
- Mailing-list: contact zsh-workers-help@xxxxxxxxxx; run by ezmlm
Index: Completion/Debian/Command/_dpkg
===================================================================
RCS file: /cvsroot/zsh/zsh/Completion/Debian/Command/_dpkg,v
retrieving revision 1.10
diff -u -r1.10 _dpkg
--- Completion/Debian/Command/_dpkg 9 Jan 2005 06:23:58 -0000 1.10
+++ Completion/Debian/Command/_dpkg 19 Apr 2005 16:54:57 -0000
@@ -87,9 +87,9 @@
"$_dpkg_common_actions[@]" && return 0
;;
dpkg-reconfigure)
- _arguments -s \
- '(-f --frontend)'{-f,--frontend}'[select frontend to use]:frontend' \
- '(-p --priority)'{-p,--priority}'[specify min priority of questions]:priority' \
+ _arguments -sw \
+ '(-f --frontend)'{-f,--frontend}'[select frontend to use]:frontend:(dialog readline noninteractive gnome kde editor web)' \
+ '(-p --priority)'{-p,--priority}'[specify min priority of questions]:priority:(low medium high critical)' \
'--default-priority[use default question priority]' \
'(*)--all[reconfigure all installed packages using debconf]' \
'(-u --unseen-only)'{-u,--unseen-only}'[only ask questions not yet seen are asked]' \
Messages sorted by:
Reverse Date,
Date,
Thread,
Author