summaryrefslogtreecommitdiff
path: root/filesystems/glusterfs/files
diff options
context:
space:
mode:
Diffstat (limited to 'filesystems/glusterfs/files')
-rwxr-xr-xfilesystems/glusterfs/files/glusterd.sh2
-rwxr-xr-xfilesystems/glusterfs/files/glusterfsd.sh4
-rwxr-xr-xfilesystems/glusterfs/files/xattr-init.sh7
3 files changed, 8 insertions, 5 deletions
diff --git a/filesystems/glusterfs/files/glusterd.sh b/filesystems/glusterfs/files/glusterd.sh
index 42a8811cde9..17998ada1ef 100755
--- a/filesystems/glusterfs/files/glusterd.sh
+++ b/filesystems/glusterfs/files/glusterd.sh
@@ -1,6 +1,6 @@
#!/bin/sh
#
-# $NetBSD: glusterd.sh,v 1.1 2011/04/18 16:19:48 manu Exp $
+# $NetBSD: glusterd.sh,v 1.2 2011/05/19 14:54:22 manu Exp $
#
# PROVIDE: glusterd
diff --git a/filesystems/glusterfs/files/glusterfsd.sh b/filesystems/glusterfs/files/glusterfsd.sh
index 38e8e8fa3e2..8284898a36f 100755
--- a/filesystems/glusterfs/files/glusterfsd.sh
+++ b/filesystems/glusterfs/files/glusterfsd.sh
@@ -1,6 +1,6 @@
#!/bin/sh
#
-# $NetBSD: glusterfsd.sh,v 1.2 2011/05/09 09:38:26 manu Exp $
+# $NetBSD: glusterfsd.sh,v 1.3 2011/05/19 14:54:22 manu Exp $
#
# PROVIDE: glusterfsd
@@ -16,4 +16,4 @@ command_args="-p ${pidfile}"
required_files="@PREFIX@/etc/glusterfs/${name}.vol"
load_rc_config $name
-run_rc_command "$1"
+run_rc_command "$1"
diff --git a/filesystems/glusterfs/files/xattr-init.sh b/filesystems/glusterfs/files/xattr-init.sh
index 5a2f6bdf8ef..d6cca39c16a 100755
--- a/filesystems/glusterfs/files/xattr-init.sh
+++ b/filesystems/glusterfs/files/xattr-init.sh
@@ -1,17 +1,20 @@
#!/bin/sh
-# $NetBSD: xattr-init.sh,v 1.2 2011/04/26 16:06:32 manu Exp $
+# $NetBSD: xattr-init.sh,v 1.3 2011/05/19 14:54:22 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
trusted.gfid
trusted.afr
+ glusterfs.open-fd-count
+ glusterfs.inodelk-count
+ glusterfs.entrylk-count
+ glusterfs.posixlk-count
"
test $# -ne 1 && {