summaryrefslogtreecommitdiff
path: root/filesystems/glusterfs
diff options
context:
space:
mode:
authorrodent <rodent>2013-04-08 11:17:08 +0000
committerrodent <rodent>2013-04-08 11:17:08 +0000
commit315a605c7a7b24362633aa81dda2e5490cef9ff2 (patch)
treea54d33520d98c61ee2a68e3afa6cf5aa83a00659 /filesystems/glusterfs
parentea88ef50fe2ea773fba2c2a725ed155119491e80 (diff)
downloadpkgsrc-315a605c7a7b24362633aa81dda2e5490cef9ff2.tar.gz
Remove "Trailing empty lines." and/or "Trailing white-space."
Diffstat (limited to 'filesystems/glusterfs')
-rw-r--r--filesystems/glusterfs/MESSAGE.NetBSD8
-rw-r--r--filesystems/glusterfs/options.mk3
2 files changed, 5 insertions, 6 deletions
diff --git a/filesystems/glusterfs/MESSAGE.NetBSD b/filesystems/glusterfs/MESSAGE.NetBSD
index 637934a2858..37f41c74a70 100644
--- a/filesystems/glusterfs/MESSAGE.NetBSD
+++ b/filesystems/glusterfs/MESSAGE.NetBSD
@@ -1,5 +1,5 @@
===========================================================================
-$NetBSD: MESSAGE.NetBSD,v 1.13 2012/10/19 04:15:21 manu Exp $
+$NetBSD: MESSAGE.NetBSD,v 1.14 2013/04/08 11:17:13 rodent Exp $
*** GlusterFS clients ***
This is required in /etc/sysctl.conf in order to avoid hangs on I/O operations
@@ -12,14 +12,14 @@ In order to use mount -t glusterfs, please install this link
* Only for netbsd-5 branch (later NetBSD GENERIC kernels have it enabled):
A kernel with the following option is required:
- file-system PUFFS
+ file-system PUFFS
pseudo-device putter
pseudo-device pud
*** GlusterFS servers ***
glusterfs servers will need extended attributes in exported filesystems.
This require a kernel with the following options:
- options UFS_EXTATTR
+ options UFS_EXTATTR
You will need to create the directories below on exported filesystems' roots,
and then mount with -o extattr
@@ -28,7 +28,7 @@ and then mount with -o extattr
* Only for netbsd-5 branch (later NetBSD version do not need that)
mount -o extattr shall not be used, but the kernel needs options below:
- options UFS_EXTATTR_AUTOSTART
+ options UFS_EXTATTR_AUTOSTART
options UFS_EXTATTR_AUTOCREATE=1024
===========================================================================
diff --git a/filesystems/glusterfs/options.mk b/filesystems/glusterfs/options.mk
index fbae8ca595c..2ae0cd915c3 100644
--- a/filesystems/glusterfs/options.mk
+++ b/filesystems/glusterfs/options.mk
@@ -1,4 +1,4 @@
-# $NetBSD: options.mk,v 1.7 2012/10/19 04:15:21 manu Exp $
+# $NetBSD: options.mk,v 1.8 2013/04/08 11:17:13 rodent Exp $
PKG_OPTIONS_VAR= PKG_OPTIONS.glusterfs
PKG_SUPPORTED_OPTIONS= georeplication
@@ -11,4 +11,3 @@ PLIST_SRC+= ${PKGDIR}/PLIST.georeplication
.else
CONFIGURE_ARGS+= --disable-georeplication
.endif
-