Zsh Mailing List Archive
Messages sorted by: Reverse Date, Date, Thread, Author

PATCH: check signature rpm is only for local package



checking signature for rpm is only in local package.

Index: Completion/Linux/_rpm
===================================================================
RCS file: /cvsroot/zsh/zsh/Completion/Linux/_rpm,v
retrieving revision 1.4
diff -u -r1.4 _rpm
--- Completion/Linux/_rpm       2000/04/07 15:01:03     1.4
+++ Completion/Linux/_rpm       2000/04/07 23:44:22
@@ -174,7 +174,7 @@
       '--ftpproxy:FTP proxy server:_hosts' \
       '--ftpport:FTP port number:' \
       --no{pgp,md5} \
-      '*:RPM package file:->package_or_file' && ret=0
+      '*:RPM package file:->package_file' && ret=0
     ;;
   rebuild)
     _arguments -s \

-- 
MandrakeSoft Inc                http://www.mandrakesoft.com
Pasadena, CA USA                                  --Chmouel



Messages sorted by: Reverse Date, Date, Thread, Author