pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/filesystems/glusterfs Remove trailing whitespace.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/6408f2a83393
branches:  trunk
changeset: 641907:6408f2a83393
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Thu Nov 20 16:12:48 2014 +0000

description:
Remove trailing whitespace.

diffstat:

 filesystems/glusterfs/MESSAGE.NetBSD |  6 +++---
 filesystems/glusterfs/Makefile       |  4 ++--
 2 files changed, 5 insertions(+), 5 deletions(-)

diffs (42 lines):

diff -r 1ff7b150820b -r 6408f2a83393 filesystems/glusterfs/MESSAGE.NetBSD
--- a/filesystems/glusterfs/MESSAGE.NetBSD      Thu Nov 20 16:12:29 2014 +0000
+++ b/filesystems/glusterfs/MESSAGE.NetBSD      Thu Nov 20 16:12:48 2014 +0000
@@ -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 @@
 *** 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 -r 1ff7b150820b -r 6408f2a83393 filesystems/glusterfs/Makefile
--- a/filesystems/glusterfs/Makefile    Thu Nov 20 16:12:29 2014 +0000
+++ b/filesystems/glusterfs/Makefile    Thu Nov 20 16:12:48 2014 +0000
@@ -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 @@
            ${DESTDIR}/${PREFIX}/sbin/mount_glusterfs
 
 # Debug
-CFLAGS+=               -g 
+CFLAGS+=               -g
 INSTALL_UNSTRIPPED=    yes
 CONFIGURE_ARGS+=       --enable-debug
 #.include "../../devel/boehm-gc/buildlink3.mk"



Home | Main Index | Thread Index | Old Index