summaryrefslogtreecommitdiff
path: root/shells/zsh/patches/patch-am
diff options
context:
space:
mode:
Diffstat (limited to 'shells/zsh/patches/patch-am')
-rw-r--r--shells/zsh/patches/patch-am13
1 files changed, 0 insertions, 13 deletions
diff --git a/shells/zsh/patches/patch-am b/shells/zsh/patches/patch-am
deleted file mode 100644
index 8851c3c89af..00000000000
--- a/shells/zsh/patches/patch-am
+++ /dev/null
@@ -1,13 +0,0 @@
-$NetBSD: patch-am,v 1.2 2005/10/23 15:36:48 rillig Exp $
-
---- Completion/Unix/Type/_net_interfaces.orig 2005-05-09 23:58:21.000000000 +0200
-+++ Completion/Unix/Type/_net_interfaces 2005-05-10 00:00:05.000000000 +0200
-@@ -12,7 +12,7 @@
- disp=(-ld list)
- fi
- ;;
-- darwin*|freebsd*) intf=( $(ifconfig -l) ) ;;
-+ darwin*|freebsd*|dragonfly*) intf=( $(ifconfig -l) ) ;;
- irix*) intf=( ${${${(f)"$(/usr/etc/netstat -i)"}%% *}[2,-1]} ) ;;
- linux*) intf=( /proc/sys/net/ipv4/conf/*~*(all|default)(N:t) ) ;;
- *) intf=( $(ifconfig -a|sed -n 's/^\([^ :]*\).*/\1/p') ) ;;