summaryrefslogtreecommitdiff
path: root/debian/patches/0000-compsys-fuser-fix.diff
diff options
context:
space:
mode:
authorFrank Terbeck <ft@bewatermyfriend.org>2011-06-02 10:42:04 +0200
committerFrank Terbeck <ft@bewatermyfriend.org>2011-06-02 10:49:50 +0200
commitb495ba1e5a3ab1396844490ad8cad17dec23d6c1 (patch)
treeb9041c2f4726efe5ea8e6506306c31d671c4a416 /debian/patches/0000-compsys-fuser-fix.diff
parentd9c588b89ebeb54acc48f09d73589601d73ae3e9 (diff)
downloadzsh-b495ba1e5a3ab1396844490ad8cad17dec23d6c1.tar.gz
zsh-b495ba1e5a3ab1396844490ad8cad17dec23d6c1.zip
Removing upstream patches due to new release
Diffstat (limited to 'debian/patches/0000-compsys-fuser-fix.diff')
-rw-r--r--debian/patches/0000-compsys-fuser-fix.diff16
1 files changed, 0 insertions, 16 deletions
diff --git a/debian/patches/0000-compsys-fuser-fix.diff b/debian/patches/0000-compsys-fuser-fix.diff
deleted file mode 100644
index 24b87f535..000000000
--- a/debian/patches/0000-compsys-fuser-fix.diff
+++ /dev/null
@@ -1,16 +0,0 @@
-This patch is included upstream, see:
- <http://www.zsh.org/mla/workers/2010/msg00992.html>
-
-Index: pkg-zsh/Completion/Unix/Command/_fuser
-===================================================================
---- pkg-zsh.orig/Completion/Unix/Command/_fuser 2011-02-11 16:42:14.000000000 +0100
-+++ pkg-zsh/Completion/Unix/Command/_fuser 2011-02-11 16:42:16.000000000 +0100
-@@ -3,7 +3,7 @@
- local -a args arg1
- typeset -A opt_args
-
--if _pick_variant -c $words[1] psmisc=psmisc unix -V; then
-+if _pick_variant -c $words[1] psmisc='(#i)psmisc' unix -V; then
-
- (( $+functions[_fuser_services] )) ||
- _fuser_services() {