Remove trailing whitespace.
This commit is contained in:
parent
c0b1e26a22
commit
67fac37734
2 changed files with 5 additions and 5 deletions
|
@ -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 ***
|
*** GlusterFS clients ***
|
||||||
This is required in /etc/sysctl.conf in order to avoid hangs on I/O operations
|
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 ***
|
||||||
glusterfs servers will need extended attributes in exported filesystems.
|
glusterfs servers will need extended attributes in exported filesystems.
|
||||||
This is currently only supported in UFS1 (newfs -O1). You will need to
|
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
|
mount with -o extattr
|
||||||
.attribute/system
|
.attribute/system
|
||||||
.attribute/user
|
.attribute/user
|
||||||
|
|
||||||
* For netbsd-6 branch and earlier (later NetBSD GENERIC kernels have it),
|
* For netbsd-6 branch and earlier (later NetBSD GENERIC kernels have it),
|
||||||
the kernel must have the following option enabled:
|
the kernel must have the following option enabled:
|
||||||
options UFS_EXTATTR
|
options UFS_EXTATTR
|
||||||
|
|
|
@ -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
|
DISTNAME= glusterfs-3.6.0
|
||||||
#PKGREVISION= 1
|
#PKGREVISION= 1
|
||||||
|
@ -84,7 +84,7 @@ post-install:
|
||||||
${DESTDIR}/${PREFIX}/sbin/mount_glusterfs
|
${DESTDIR}/${PREFIX}/sbin/mount_glusterfs
|
||||||
|
|
||||||
# Debug
|
# Debug
|
||||||
CFLAGS+= -g
|
CFLAGS+= -g
|
||||||
INSTALL_UNSTRIPPED= yes
|
INSTALL_UNSTRIPPED= yes
|
||||||
CONFIGURE_ARGS+= --enable-debug
|
CONFIGURE_ARGS+= --enable-debug
|
||||||
#.include "../../devel/boehm-gc/buildlink3.mk"
|
#.include "../../devel/boehm-gc/buildlink3.mk"
|
||||||
|
|
Loading…
Reference in a new issue