Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
[PATCH] make _file_systems know zfs on solaris
- X-seq: zsh-workers 25652
- From: "xRaich[o]²x" <raichoo@xxxxxxxxxxxxxx>
- To: zsh-workers@xxxxxxxxxx
- Subject: [PATCH] make _file_systems know zfs on solaris
- Date: Thu, 11 Sep 2008 20:44:16 +0200
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=googlemail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:user-agent :mime-version:to:subject:content-type:content-transfer-encoding:from; bh=zny1MBHbFoWX/ZNSKpBguKIYkAfSfZeWkKJC/3f3rnU=; b=KeYkHIjs2FWNLPLzHnRGaC7qUcNF6WQZXRWhtGdQ0qReL0QMCR95hr6US4qhzDq8xo +bjEszk3MXCu0RTPXhFC03S2+GM7d+edo+TY3q5RTDv4RgsGu+Q5OeTefXZ/vCnQuh67 xudAG/C9TjOXCEWoxz5ZvU85thdOLak9G0gds=
- Domainkey-signature: a=rsa-sha1; c=nofws; d=googlemail.com; s=gamma; h=message-id:date:user-agent:mime-version:to:subject:content-type :content-transfer-encoding:from; b=d4Nei4Gj71hzfokKSKT8F/JH7+ozmzA616HCJxLJSquyoKinPFRHIYzst+QSBMAiv1 yii3iOLnt79Hh3pyQpQIjJ7K/RzJTzpDD2TGpboy06NKzoxtefnh8DaTOvGdLjGbBjFJ k5EfQrX00MILJ0niyNbO82BLq10sSupyRx+Lk=
- Mailing-list: contact zsh-workers-help@xxxxxxxxxx; run by ezmlm
--- ../4.3.6/functions/_file_systems Sun Sep 7 09:35:43 2008
+++ _file_systems Thu Sep 11 20:30:27 2008
@@ -15,7 +15,7 @@
fss+=( ${$(</etc/filesystems)#\*} )
;;
osf*) fss=( advfs ufs nfs mfs cdfs ) ;;
- solaris*) fss=( ufs nfs hsfs s5fs pcfs cachefs tmpfs ) ;;
+ solaris*) fss=( ufs nfs hsfs s5fs pcfs cachefs tmpfs zfs ) ;;
freebsd*|dragonfly*)
fss=( cd9660 devfs ext2fs fdesc kernfs linprocfs mfs msdos nfs
ntfs null nwfs portal procfs std udf ufs umap union )
Regards,
Björn
Messages sorted by:
Reverse Date,
Date,
Thread,
Author