diff options
author | rodent <rodent> | 2013-04-08 11:17:08 +0000 |
---|---|---|
committer | rodent <rodent> | 2013-04-08 11:17:08 +0000 |
commit | 964e82f84a31c3742d196f3ebcf9cf755a13725d (patch) | |
tree | a54d33520d98c61ee2a68e3afa6cf5aa83a00659 /filesystems | |
parent | 2b8b863a838ccafa8e1e81cc77647db048d0077f (diff) | |
download | pkgsrc-964e82f84a31c3742d196f3ebcf9cf755a13725d.tar.gz |
Remove "Trailing empty lines." and/or "Trailing white-space."
Diffstat (limited to 'filesystems')
-rw-r--r-- | filesystems/fuse/builtin.mk | 3 | ||||
-rw-r--r-- | filesystems/glusterfs/MESSAGE.NetBSD | 8 | ||||
-rw-r--r-- | filesystems/glusterfs/options.mk | 3 | ||||
-rw-r--r-- | filesystems/openafs/options.mk | 2 |
4 files changed, 7 insertions, 9 deletions
diff --git a/filesystems/fuse/builtin.mk b/filesystems/fuse/builtin.mk index 8fda87ee3f1..29445218874 100644 --- a/filesystems/fuse/builtin.mk +++ b/filesystems/fuse/builtin.mk @@ -1,4 +1,4 @@ -# $NetBSD: builtin.mk,v 1.1 2012/02/28 15:03:39 hans Exp $ +# $NetBSD: builtin.mk,v 1.2 2013/04/08 11:17:13 rodent Exp $ BUILTIN_PKG:= fuse PKGCONFIG_BASE.fuse= /usr @@ -8,4 +8,3 @@ PKGCONFIG_FILE.fuse= /usr/lib/pkgconfig/fuse.pc .if !empty(USE_BUILTIN.fuse:M[yY][eE][sS]) BUILDLINK_FILES.fuse+= lib/pkgconfig/fuse.pc .endif - 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 - diff --git a/filesystems/openafs/options.mk b/filesystems/openafs/options.mk index 918f46320ce..fc57c357665 100644 --- a/filesystems/openafs/options.mk +++ b/filesystems/openafs/options.mk @@ -1,4 +1,4 @@ -# $NetBSD: options.mk,v 1.1 2012/08/30 17:37:55 jakllsch Exp $ +# $NetBSD: options.mk,v 1.2 2013/04/08 11:17:13 rodent Exp $ .include "../../mk/bsd.prefs.mk" |