summaryrefslogtreecommitdiff
path: root/shells/zsh/patches/patch-al
diff options
context:
space:
mode:
Diffstat (limited to 'shells/zsh/patches/patch-al')
-rw-r--r--shells/zsh/patches/patch-al14
1 files changed, 14 insertions, 0 deletions
diff --git a/shells/zsh/patches/patch-al b/shells/zsh/patches/patch-al
new file mode 100644
index 00000000000..cc952e22d18
--- /dev/null
+++ b/shells/zsh/patches/patch-al
@@ -0,0 +1,14 @@
+--- Completion/Unix/Type/_file_systems.orig 2005-05-09 23:58:17.000000000 +0200
++++ Completion/Unix/Type/_file_systems 2005-05-10 00:00:42.000000000 +0200
+@@ -16,9 +16,9 @@
+ ;;
+ osf*) fss=( advfs ufs nfs mfs cdfs ) ;;
+ solaris*) fss=( ufs nfs hsfs s5fs pcfs cachefs tmpfs ) ;;
+- freebsd*)
++ freebsd*|dragonfly*)
+ fss=( cd9660 devfs ext2fs fdesc kernfs linprocfs mfs msdos nfs
+- ntfs null nwfs portal procfs std ufs umap union )
++ ntfs null nwfs portal procfs std udf ufs umap union )
+ ;;
+ *)
+ # default for all other systems