summaryrefslogtreecommitdiff
path: root/shells/zsh/patches/patch-ad
diff options
context:
space:
mode:
Diffstat (limited to 'shells/zsh/patches/patch-ad')
-rw-r--r--shells/zsh/patches/patch-ad11
1 files changed, 11 insertions, 0 deletions
diff --git a/shells/zsh/patches/patch-ad b/shells/zsh/patches/patch-ad
new file mode 100644
index 00000000000..a5d207c54b8
--- /dev/null
+++ b/shells/zsh/patches/patch-ad
@@ -0,0 +1,11 @@
+--- Completion/BSD/Command/_chflags.orig 2005-05-09 23:55:24.000000000 +0200
++++ Completion/BSD/Command/_chflags 2005-05-09 23:55:03.000000000 +0200
+@@ -25,7 +25,7 @@
+ unset own
+ fi
+
+-if [[ $OSTYPE = freebsd* ]]; then
++if [[ $OSTYPE = freebsd* || $OSTYPE = dragonfly* ]]; then
+ flags=( $flags[@]
+ '(nouunlnk)uunlnk[set the user undeletable flag]'
+ '(uunlnk)nouunlnk[unset the user undeletable flag]'