zsh-workers
 help / color / mirror / code / Atom feed
* Patch to update _file_systems for FreeBSD
@ 2009-06-04 12:24 Baptiste Daroussin
  2009-06-04 12:53 ` Peter Stephenson
  0 siblings, 1 reply; 2+ messages in thread
From: Baptiste Daroussin @ 2009-06-04 12:24 UTC (permalink / raw)
  To: zsh-workers

[-- Attachment #1: Type: text/plain, Size: 147 bytes --]

Hi,
 here is a patch to update _file_systems for FreeBSD

This is a git diff, please tell me if that's ok for sending patch or not.

regards,
Bapt

[-- Attachment #2: zsh-fs.diff --]
[-- Type: text/x-diff, Size: 822 bytes --]

diff --git a/Completion/Unix/Type/_file_systems b/Completion/Unix/Type/_file_systems
index fd75e2f..26053c8 100644
--- a/Completion/Unix/Type/_file_systems
+++ b/Completion/Unix/Type/_file_systems
@@ -16,10 +16,15 @@ case $OSTYPE in
   ;;
   osf*) fss=( advfs ufs nfs mfs cdfs ) ;;
   solaris*) fss=( ufs nfs hsfs s5fs pcfs cachefs tmpfs ) ;;
-  freebsd*|dragonfly*)
+  dragonfly*)
     fss=( cd9660 devfs ext2fs fdesc kernfs linprocfs mfs msdos nfs 
           ntfs null nwfs portal procfs std udf ufs umap union )
   ;;
+  freebsd*)
+    fss=( cd9660 devfs ext2fs fdesc kernfs linprocfs mfs msdosfs nfs
+    ntfs nullfs nwfs portal procfs smbfs std udf ufs umap unionfs 
+    reiserfs xfs)
+  ;;
   darwin*)
     fss=( afp cd9660 cddafs devfs fdesc hfs lfs msdos nfs
           ntfs smbfs synthfs udf ufs volfs webdav )

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: Patch to update _file_systems for FreeBSD
  2009-06-04 12:24 Patch to update _file_systems for FreeBSD Baptiste Daroussin
@ 2009-06-04 12:53 ` Peter Stephenson
  0 siblings, 0 replies; 2+ messages in thread
From: Peter Stephenson @ 2009-06-04 12:53 UTC (permalink / raw)
  To: zsh-workers

On Thu, 4 Jun 2009 14:24:17 +0200
Baptiste Daroussin <baptiste.daroussin@gmail.com> wrote:
> Hi,
>  here is a patch to update _file_systems for FreeBSD

Thanks.

> This is a git diff, please tell me if that's ok for sending patch or not.

That's OK, I can usually remember to run patch -p1.

-- 
Peter Stephenson <pws@csr.com>                  Software Engineer
CSR PLC, Churchill House, Cambridge Business Park, Cowley Road
Cambridge, CB4 0WZ, UK                          Tel: +44 (0)1223 692070


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2009-06-04 12:54 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2009-06-04 12:24 Patch to update _file_systems for FreeBSD Baptiste Daroussin
2009-06-04 12:53 ` Peter Stephenson

Code repositories for project(s) associated with this public inbox

	https://git.vuxu.org/mirror/zsh/

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).