pkgsrc-Changes archive

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

CVS commit: pkgsrc/filesystems/glusterfs



Module Name:    pkgsrc
Committed By:   gdt
Date:           Fri Aug 28 14:55:18 UTC 2020

Modified Files:
        pkgsrc/filesystems/glusterfs: MESSAGE.NetBSD

Log Message:
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.


To generate a diff of this commit:
cvs rdiff -u -r1.18 -r1.19 pkgsrc/filesystems/glusterfs/MESSAGE.NetBSD

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/filesystems/glusterfs/MESSAGE.NetBSD
diff -u pkgsrc/filesystems/glusterfs/MESSAGE.NetBSD:1.18 pkgsrc/filesystems/glusterfs/MESSAGE.NetBSD:1.19
--- pkgsrc/filesystems/glusterfs/MESSAGE.NetBSD:1.18    Tue Jul  7 01:01:27 2020
+++ pkgsrc/filesystems/glusterfs/MESSAGE.NetBSD Fri Aug 28 14:55:18 2020
@@ -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 
 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
-
 ===========================================================================



Home | Main Index | Thread Index | Old Index