summaryrefslogtreecommitdiff
path: root/filesystems/glusterfs
diff options
context:
space:
mode:
authorwiz <wiz>2014-11-20 16:12:48 +0000
committerwiz <wiz>2014-11-20 16:12:48 +0000
commitb1d397a86269b9e11aa98ffbf6573bcde994eea4 (patch)
tree1d42af8bfcc9f2206d7de181767df9d4d98ac070 /filesystems/glusterfs
parentd8cf05089647d88462aea6cdcd305235c39f7f2b (diff)
downloadpkgsrc-b1d397a86269b9e11aa98ffbf6573bcde994eea4.tar.gz
Remove trailing whitespace.
Diffstat (limited to 'filesystems/glusterfs')
-rw-r--r--filesystems/glusterfs/MESSAGE.NetBSD6
-rw-r--r--filesystems/glusterfs/Makefile4
2 files changed, 5 insertions, 5 deletions
diff --git a/filesystems/glusterfs/MESSAGE.NetBSD b/filesystems/glusterfs/MESSAGE.NetBSD
index ebbfbbb88bb..3033de50c48 100644
--- a/filesystems/glusterfs/MESSAGE.NetBSD
+++ b/filesystems/glusterfs/MESSAGE.NetBSD
@@ -1,5 +1,5 @@
===========================================================================
-$NetBSD: MESSAGE.NetBSD,v 1.15 2014/11/18 14:38:15 manu Exp $
+$NetBSD: MESSAGE.NetBSD,v 1.16 2014/11/20 16:12:48 wiz Exp $
*** GlusterFS clients ***
This is required in /etc/sysctl.conf in order to avoid hangs on I/O operations
@@ -19,11 +19,11 @@ A kernel with the following option is required:
*** GlusterFS servers ***
glusterfs servers will need extended attributes in exported filesystems.
This is currently only supported in UFS1 (newfs -O1). You will need to
-create the directories below on exported filesystems' roots, and then
+create the directories below on exported filesystems' roots, and then
mount with -o extattr
.attribute/system
.attribute/user
-
+
* For netbsd-6 branch and earlier (later NetBSD GENERIC kernels have it),
the kernel must have the following option enabled:
options UFS_EXTATTR
diff --git a/filesystems/glusterfs/Makefile b/filesystems/glusterfs/Makefile
index c9429b76c13..63006116b74 100644
--- a/filesystems/glusterfs/Makefile
+++ b/filesystems/glusterfs/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.44 2014/11/18 14:38:15 manu Exp $
+# $NetBSD: Makefile,v 1.45 2014/11/20 16:13:07 wiz Exp $
DISTNAME= glusterfs-3.6.0
#PKGREVISION= 1
@@ -84,7 +84,7 @@ post-install:
${DESTDIR}/${PREFIX}/sbin/mount_glusterfs
# Debug
-CFLAGS+= -g
+CFLAGS+= -g
INSTALL_UNSTRIPPED= yes
CONFIGURE_ARGS+= --enable-debug
#.include "../../devel/boehm-gc/buildlink3.mk"