zsh-workers
 help / color / mirror / code / Atom feed
From: Baptiste Daroussin <baptiste.daroussin@gmail.com>
To: zsh-workers@sunsite.dk
Subject: Patch to update _file_systems for FreeBSD
Date: Thu, 4 Jun 2009 14:24:17 +0200	[thread overview]
Message-ID: <20090604122417.GE40721@wicklow.lan> (raw)

[-- 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 )

             reply	other threads:[~2009-06-04 12:24 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2009-06-04 12:24 Baptiste Daroussin [this message]
2009-06-04 12:53 ` Peter Stephenson

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20090604122417.GE40721@wicklow.lan \
    --to=baptiste.daroussin@gmail.com \
    --cc=zsh-workers@sunsite.dk \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).