summaryrefslogtreecommitdiff
path: root/filesystems
diff options
context:
space:
mode:
authorgdt <gdt@pkgsrc.org>2020-08-28 14:55:18 +0000
committergdt <gdt@pkgsrc.org>2020-08-28 14:55:18 +0000
commit982fe04bf99c79bb3602999d5d8f7b00ad95cb90 (patch)
tree81c994835d26c1ed33108cf5d83a58a77f433c77 /filesystems
parentd51e1d51a1e66dcf3fdfb074cc4564a95fa1d4f5 (diff)
downloadpkgsrc-982fe04bf99c79bb3602999d5d8f7b00ad95cb90.tar.gz
filesystems/glusterfs: Drop netbsd-5/6 info from MESSAGE
Now, pkgsrc support is for 8, 9 and current, so information about enabling things in 5 and 6 is on balance more distracting than helpful.
Diffstat (limited to 'filesystems')
-rw-r--r--filesystems/glusterfs/MESSAGE.NetBSD12
1 files changed, 1 insertions, 11 deletions
diff --git a/filesystems/glusterfs/MESSAGE.NetBSD b/filesystems/glusterfs/MESSAGE.NetBSD
index d24c4852f3f..c9c12522170 100644
--- a/filesystems/glusterfs/MESSAGE.NetBSD
+++ b/filesystems/glusterfs/MESSAGE.NetBSD
@@ -1,5 +1,5 @@
===========================================================================
-$NetBSD: MESSAGE.NetBSD,v 1.18 2020/07/07 01:01:27 manu Exp $
+$NetBSD: MESSAGE.NetBSD,v 1.19 2020/08/28 14:55:18 gdt Exp $
*** GlusterFS clients ***
This is required in /etc/sysctl.conf in order to avoid hangs on I/O operations
@@ -10,12 +10,6 @@ This is required in /etc/sysctl.conf in order to avoid hangs on I/O operations
In order to use mount -t glusterfs, please install this link
ln -s ${PREFIX}/sbin/mount_glusterfs /sbin/mount_glusterfs
-* Only for netbsd-5 branch (later NetBSD GENERIC kernels have it enabled):
-A kernel with the following option is required:
- file-system PUFFS
- pseudo-device putter
- pseudo-device pud
-
*** GlusterFS servers ***
glusterfs servers will need extended attributes in exported filesystems.
This is currently only supported in UFS1 (newfs -O1). You will need to
@@ -24,8 +18,4 @@ 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
-
===========================================================================