Missing trusted.glusterfs.test extended attribute in installation script
This commit is contained in:
parent
e1ac9f6402
commit
9079d7ecfe
2 changed files with 4 additions and 2 deletions
|
@ -1,7 +1,8 @@
|
|||
# $NetBSD: Makefile,v 1.4 2011/04/18 16:19:47 manu Exp $
|
||||
# $NetBSD: Makefile,v 1.5 2011/04/26 16:06:32 manu Exp $
|
||||
#
|
||||
|
||||
DISTNAME= glusterfs-3.1.4
|
||||
PKGREVISION= 1
|
||||
CATEGORIES= filesystems
|
||||
MASTER_SITES= http://download.gluster.com/pub/gluster/glusterfs/3.1/LATEST/
|
||||
|
||||
|
|
|
@ -1,11 +1,12 @@
|
|||
#!/bin/sh
|
||||
|
||||
# $NetBSD: xattr-init.sh,v 1.1 2011/04/18 16:19:48 manu Exp $
|
||||
# $NetBSD: xattr-init.sh,v 1.2 2011/04/26 16:06:32 manu Exp $
|
||||
|
||||
GLUSTERFS_XATTR="
|
||||
trusted.distribute.linkinfo
|
||||
trusted.distribute.fix.layout
|
||||
trusted.glusterfs.pathinfo
|
||||
trusted.glusterfs.test
|
||||
trusted.glusterfs.volume-mark
|
||||
trusted.glusterfs.test
|
||||
trusted.posix1.gen
|
||||
|
|
Loading…
Reference in a new issue