Sat Nov 4 03:46:56 2017 UTC ()
Update to glusterfs 3.12.2

There have been a lot of changes since previous package version (3.8.9)
See http://docs.gluster.org/en/latest/release-notes/ for an overview


(manu)
diff -r1.78 -r1.79 pkgsrc/filesystems/glusterfs/Makefile
diff -r1.36 -r1.37 pkgsrc/filesystems/glusterfs/PLIST
diff -r1.61 -r1.62 pkgsrc/filesystems/glusterfs/distinfo

cvs diff -r1.78 -r1.79 pkgsrc/filesystems/glusterfs/Makefile (expand / switch to unified diff)

--- pkgsrc/filesystems/glusterfs/Makefile 2017/09/18 09:53:20 1.78
+++ pkgsrc/filesystems/glusterfs/Makefile 2017/11/04 03:46:56 1.79
@@ -1,45 +1,50 @@ @@ -1,45 +1,50 @@
1# $NetBSD: Makefile,v 1.78 2017/09/18 09:53:20 maya Exp $ 1# $NetBSD: Makefile,v 1.79 2017/11/04 03:46:56 manu Exp $
2 2
3DISTNAME= glusterfs-3.8.9 3DISTNAME= glusterfs-3.12.2
4#PKGREVISION= 1 4#PKGREVISION= 1
5PKGREVISION= 2 
6CATEGORIES= filesystems 5CATEGORIES= filesystems
7MASTER_SITES= http://bits.gluster.org/pub/gluster/glusterfs/src/ 6MASTER_SITES= http://bits.gluster.org/pub/gluster/glusterfs/src/
8 7
9MAINTAINER= pkgsrc-users@NetBSD.org 8MAINTAINER= pkgsrc-users@NetBSD.org
10HOMEPAGE= http://www.gluster.org/ 9HOMEPAGE= http://www.gluster.org/
11COMMENT= Cluster filesystem 10COMMENT= Cluster filesystem
12LICENSE= gnu-gpl-v3 11LICENSE= gnu-gpl-v3
13 12
14GNU_CONFIGURE= yes 13GNU_CONFIGURE= yes
15USE_LIBTOOL= yes 14USE_LIBTOOL= yes
16USE_TOOLS+= flex bison pkg-config bash 15USE_TOOLS+= flex bison pkg-config bash
17 16
18CONFIGURE_ARGS+= --disable-fusermount 17CONFIGURE_ARGS+= --disable-fusermount
19CONFIGURE_ARGS+= --localstatedir=${VARBASE} 18CONFIGURE_ARGS+= --localstatedir=${VARBASE}
20 19
21# Make sure we do not attept to link with -lfl 20# Make sure we do not attept to link with -lfl
22# Only libfl.a is available, and libtool wants libfl.so 21# Only libfl.a is available, and libtool wants libfl.so
23MAKE_FLAGS+= LEXLIB="" 22MAKE_FLAGS+= LEXLIB=""
24 23
25PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 # only 2.x supported as of 3.8.x 24PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 # only 2.x supported as of 3.8.x
26 25
27REPLACE_PYTHON+= contrib/ipaddr-py/ipaddr.py 26REPLACE_PYTHON+= contrib/ipaddr-py/ipaddr.py
 27REPLACE_PYTHON+= events/src/glustereventsd.py
 28REPLACE_PYTHON+= events/src/peer_eventsapi.py
 29REPLACE_PYTHON+= events/tools/eventsdash.py
28REPLACE_PYTHON+= extras/ganesha/scripts/generate-epoch.py 30REPLACE_PYTHON+= extras/ganesha/scripts/generate-epoch.py
29REPLACE_PYTHON+= extras/geo-rep/schedule_georep.py.in 31REPLACE_PYTHON+= extras/geo-rep/schedule_georep.py.in
30REPLACE_PYTHON+= extras/snap_scheduler/gcron.py 32REPLACE_PYTHON+= extras/snap_scheduler/gcron.py
31REPLACE_PYTHON+= extras/snap_scheduler/snap_scheduler.py 33REPLACE_PYTHON+= extras/snap_scheduler/snap_scheduler.py
 34REPLACE_PYTHON+= geo-replication/src/peer_georep-sshkey.py.in
32REPLACE_PYTHON+= geo-replication/src/peer_mountbroker.in 35REPLACE_PYTHON+= geo-replication/src/peer_mountbroker.in
 36REPLACE_PYTHON+= geo-replication/src/peer_mountbroker.py
 37REPLACE_PYTHON+= geo-replication/src/peer_mountbroker.py.in
33REPLACE_PYTHON+= geo-replication/syncdaemon/changelogagent.py 38REPLACE_PYTHON+= geo-replication/syncdaemon/changelogagent.py
34REPLACE_PYTHON+= geo-replication/syncdaemon/gsyncd.py 39REPLACE_PYTHON+= geo-replication/syncdaemon/gsyncd.py
35REPLACE_PYTHON+= geo-replication/syncdaemon/gsyncdstatus.py 40REPLACE_PYTHON+= geo-replication/syncdaemon/gsyncdstatus.py
36REPLACE_PYTHON+= tools/gfind_missing_files/gfid_to_path.py 41REPLACE_PYTHON+= tools/gfind_missing_files/gfid_to_path.py
37REPLACE_PYTHON+= tools/glusterfind/S57glusterfind-delete-post.py 42REPLACE_PYTHON+= tools/glusterfind/S57glusterfind-delete-post.py
38REPLACE_PYTHON+= tools/glusterfind/glusterfind.in 43REPLACE_PYTHON+= tools/glusterfind/glusterfind.in
39REPLACE_PYTHON+= tools/glusterfind/src/__init__.py 44REPLACE_PYTHON+= tools/glusterfind/src/__init__.py
40REPLACE_PYTHON+= tools/glusterfind/src/brickfind.py 45REPLACE_PYTHON+= tools/glusterfind/src/brickfind.py
41REPLACE_PYTHON+= tools/glusterfind/src/changelog.py 46REPLACE_PYTHON+= tools/glusterfind/src/changelog.py
42REPLACE_PYTHON+= tools/glusterfind/src/changelogdata.py 47REPLACE_PYTHON+= tools/glusterfind/src/changelogdata.py
43REPLACE_PYTHON+= tools/glusterfind/src/conf.py 48REPLACE_PYTHON+= tools/glusterfind/src/conf.py
44REPLACE_PYTHON+= tools/glusterfind/src/libgfchangelog.py 49REPLACE_PYTHON+= tools/glusterfind/src/libgfchangelog.py
45REPLACE_PYTHON+= tools/glusterfind/src/main.py 50REPLACE_PYTHON+= tools/glusterfind/src/main.py

cvs diff -r1.36 -r1.37 pkgsrc/filesystems/glusterfs/Attic/PLIST (expand / switch to unified diff)

--- pkgsrc/filesystems/glusterfs/Attic/PLIST 2016/08/11 03:43:48 1.36
+++ pkgsrc/filesystems/glusterfs/Attic/PLIST 2017/11/04 03:46:56 1.37
@@ -1,234 +1,260 @@ @@ -1,234 +1,260 @@
1@comment $NetBSD: PLIST,v 1.36 2016/08/11 03:43:48 manu Exp $ 1@comment $NetBSD: PLIST,v 1.37 2017/11/04 03:46:56 manu Exp $
2${PYSITELIB}/gluster/__init__.py 2${PYSITELIB}/gluster/__init__.py
3${PYSITELIB}/gluster/__init__.pyc 3${PYSITELIB}/gluster/__init__.pyc
4${PYSITELIB}/gluster/__init__.pyo 4${PYSITELIB}/gluster/__init__.pyo
 5${PYSITELIB}/gluster/cliutils/__init__.py
 6${PYSITELIB}/gluster/cliutils/__init__.pyc
 7${PYSITELIB}/gluster/cliutils/__init__.pyo
 8${PYSITELIB}/gluster/cliutils/cliutils.py
 9${PYSITELIB}/gluster/cliutils/cliutils.pyc
 10${PYSITELIB}/gluster/cliutils/cliutils.pyo
5${PYSITELIB}/gluster/glupy/__init__.py 11${PYSITELIB}/gluster/glupy/__init__.py
6${PYSITELIB}/gluster/glupy/__init__.pyc 12${PYSITELIB}/gluster/glupy/__init__.pyc
7${PYSITELIB}/gluster/glupy/__init__.pyo 13${PYSITELIB}/gluster/glupy/__init__.pyo
8bin/glusterfind 14bin/glusterfind
9etc/ganesha/ganesha-ha.conf.sample 15etc/glusterfs/eventsconfig.json
10etc/glusterfs/gluster-rsyslog-5.8.conf 16etc/glusterfs/gluster-rsyslog-5.8.conf
11etc/glusterfs/gluster-rsyslog-7.2.conf 17etc/glusterfs/gluster-rsyslog-7.2.conf
12etc/glusterfs/glusterd.vol.sample 18etc/glusterfs/glusterd.vol.sample
13etc/glusterfs/glusterfs-georep-logrotate 19etc/glusterfs/glusterfs-georep-logrotate
14etc/glusterfs/glusterfs-logrotate 20etc/glusterfs/glusterfs-logrotate
 21etc/glusterfs/group-gluster-block
 22etc/glusterfs/group-metadata-cache
 23etc/glusterfs/group-nl-cache
15etc/glusterfs/group-virt.example 24etc/glusterfs/group-virt.example
16etc/glusterfs/logger.conf.example 25etc/glusterfs/logger.conf.example
17include/glusterfs/api/glfs-handles.h 26include/glusterfs/api/glfs-handles.h
18include/glusterfs/api/glfs.h 27include/glusterfs/api/glfs.h
 28include/glusterfs/atomic.h
19include/glusterfs/byte-order.h 29include/glusterfs/byte-order.h
20include/glusterfs/call-stub.h 30include/glusterfs/call-stub.h
21include/glusterfs/checksum.h 31include/glusterfs/checksum.h
22include/glusterfs/circ-buff.h 32include/glusterfs/circ-buff.h
23include/glusterfs/client_t.h 33include/glusterfs/client_t.h
24include/glusterfs/cluster-syncop.h 34include/glusterfs/cluster-syncop.h
25include/glusterfs/common-utils.h 35include/glusterfs/common-utils.h
26include/glusterfs/compat-errno.h 36include/glusterfs/compat-errno.h
27include/glusterfs/compat-uuid.h 37include/glusterfs/compat-uuid.h
28include/glusterfs/compat.h 38include/glusterfs/compat.h
 39include/glusterfs/compound-fop-utils.h
29include/glusterfs/daemon.h 40include/glusterfs/daemon.h
30include/glusterfs/default-args.h 41include/glusterfs/default-args.h
31include/glusterfs/defaults.h 42include/glusterfs/defaults.h
32include/glusterfs/dict.h 43include/glusterfs/dict.h
33include/glusterfs/event-history.h 44include/glusterfs/event-history.h
34include/glusterfs/event.h 45include/glusterfs/event.h
 46include/glusterfs/events.h
35include/glusterfs/fd-lk.h 47include/glusterfs/fd-lk.h
36include/glusterfs/fd.h 48include/glusterfs/fd.h
37include/glusterfs/gf-dirent.h 49include/glusterfs/gf-dirent.h
38include/glusterfs/gfchangelog/changelog.h 50include/glusterfs/gfchangelog/changelog.h
39include/glusterfs/gfdb/gfdb_data_store.h 51include/glusterfs/gfdb/gfdb_data_store.h
40include/glusterfs/gfdb/gfdb_data_store_helper.h 52include/glusterfs/gfdb/gfdb_data_store_helper.h
41include/glusterfs/gfdb/gfdb_data_store_types.h 53include/glusterfs/gfdb/gfdb_data_store_types.h
42include/glusterfs/gfdb/gfdb_mem-types.h 54include/glusterfs/gfdb/gfdb_mem-types.h
43include/glusterfs/gfdb/gfdb_sqlite3.h 55include/glusterfs/gfdb/gfdb_sqlite3.h
44include/glusterfs/gfdb/gfdb_sqlite3_helper.h 56include/glusterfs/gfdb/gfdb_sqlite3_helper.h
45include/glusterfs/gidcache.h 57include/glusterfs/gidcache.h
46include/glusterfs/glfs-message-id.h 58include/glusterfs/glfs-message-id.h
47include/glusterfs/globals.h 59include/glusterfs/globals.h
48include/glusterfs/glusterfs-acl.h 60include/glusterfs/glusterfs-acl.h
49include/glusterfs/glusterfs-fops.h 
50include/glusterfs/glusterfs.h 61include/glusterfs/glusterfs.h
51include/glusterfs/graph-utils.h 62include/glusterfs/graph-utils.h
52include/glusterfs/hashfn.h 63include/glusterfs/hashfn.h
53include/glusterfs/iatt.h 64include/glusterfs/iatt.h
54include/glusterfs/inode.h 65include/glusterfs/inode.h
55include/glusterfs/iobuf.h 66include/glusterfs/iobuf.h
56include/glusterfs/latency.h 67include/glusterfs/latency.h
57include/glusterfs/libglusterfs-messages.h 68include/glusterfs/libglusterfs-messages.h
58include/glusterfs/list.h 69include/glusterfs/list.h
59include/glusterfs/lkowner.h 70include/glusterfs/lkowner.h
60include/glusterfs/locking.h 71include/glusterfs/locking.h
61include/glusterfs/logging.h 72include/glusterfs/logging.h
62include/glusterfs/lvm-defaults.h 73include/glusterfs/lvm-defaults.h
63include/glusterfs/mem-pool.h 74include/glusterfs/mem-pool.h
64include/glusterfs/mem-types.h 75include/glusterfs/mem-types.h
65include/glusterfs/options.h 76include/glusterfs/options.h
66include/glusterfs/parse-utils.h 77include/glusterfs/parse-utils.h
 78include/glusterfs/protocol-common.h
67include/glusterfs/quota-common-utils.h 79include/glusterfs/quota-common-utils.h
68include/glusterfs/rbthash.h 80include/glusterfs/rbthash.h
69include/glusterfs/refcount.h 81include/glusterfs/refcount.h
70include/glusterfs/revision.h 82include/glusterfs/revision.h
71include/glusterfs/rot-buffs.h 83include/glusterfs/rot-buffs.h
72include/glusterfs/rpc/acl3-xdr.h 84include/glusterfs/rpc/acl3-xdr.h
73include/glusterfs/rpc/changelog-xdr.h 85include/glusterfs/rpc/changelog-xdr.h
74include/glusterfs/rpc/cli1-xdr.h 86include/glusterfs/rpc/cli1-xdr.h
75include/glusterfs/rpc/glusterd1-xdr.h 87include/glusterfs/rpc/glusterd1-xdr.h
76include/glusterfs/rpc/glusterfs-fops.h 88include/glusterfs/rpc/glusterfs-fops.h
77include/glusterfs/rpc/glusterfs3-xdr.h 89include/glusterfs/rpc/glusterfs3-xdr.h
78include/glusterfs/rpc/glusterfs3.h 90include/glusterfs/rpc/glusterfs3.h
79include/glusterfs/rpc/mount3udp.h 91include/glusterfs/rpc/mount3udp.h
80include/glusterfs/rpc/msg-nfs3.h 92include/glusterfs/rpc/msg-nfs3.h
81include/glusterfs/rpc/nlm4-xdr.h 93include/glusterfs/rpc/nlm4-xdr.h
82include/glusterfs/rpc/nsm-xdr.h 94include/glusterfs/rpc/nsm-xdr.h
83include/glusterfs/rpc/portmap-xdr.h 95include/glusterfs/rpc/portmap-xdr.h
84include/glusterfs/rpc/protocol-common.h 96include/glusterfs/rpc/protocol-common.h
85include/glusterfs/rpc/rpc-clnt-ping.h 97include/glusterfs/rpc/rpc-clnt-ping.h
86include/glusterfs/rpc/rpc-clnt.h 98include/glusterfs/rpc/rpc-clnt.h
87include/glusterfs/rpc/rpc-common-xdr.h 99include/glusterfs/rpc/rpc-common-xdr.h
88include/glusterfs/rpc/rpc-drc.h 100include/glusterfs/rpc/rpc-drc.h
89include/glusterfs/rpc/rpc-lib-messages.h 101include/glusterfs/rpc/rpc-lib-messages.h
 102include/glusterfs/rpc/rpc-pragmas.h
90include/glusterfs/rpc/rpc-transport.h 103include/glusterfs/rpc/rpc-transport.h
91include/glusterfs/rpc/rpcsvc-common.h 104include/glusterfs/rpc/rpcsvc-common.h
92include/glusterfs/rpc/rpcsvc.h 105include/glusterfs/rpc/rpcsvc.h
93include/glusterfs/rpc/xdr-common.h 106include/glusterfs/rpc/xdr-common.h
94include/glusterfs/rpc/xdr-generic.h 107include/glusterfs/rpc/xdr-generic.h
95include/glusterfs/rpc/xdr-nfs3.h 108include/glusterfs/rpc/xdr-nfs3.h
96include/glusterfs/rpc/xdr-rpc.h 109include/glusterfs/rpc/xdr-rpc.h
97include/glusterfs/rpc/xdr-rpcclnt.h 110include/glusterfs/rpc/xdr-rpcclnt.h
98include/glusterfs/run.h 111include/glusterfs/run.h
99include/glusterfs/server/authenticate.h 112include/glusterfs/server/authenticate.h
100include/glusterfs/server/server-common.h 113include/glusterfs/server/server-common.h
101include/glusterfs/server/server-helpers.h 114include/glusterfs/server/server-helpers.h
102include/glusterfs/server/server-mem-types.h 115include/glusterfs/server/server-mem-types.h
103include/glusterfs/server/server-messages.h 116include/glusterfs/server/server-messages.h
104include/glusterfs/server/server.h 117include/glusterfs/server/server.h
105include/glusterfs/stack.h 118include/glusterfs/stack.h
106include/glusterfs/statedump.h 119include/glusterfs/statedump.h
107include/glusterfs/store.h 120include/glusterfs/store.h
108include/glusterfs/strfd.h 121include/glusterfs/strfd.h
109include/glusterfs/syncop-utils.h 122include/glusterfs/syncop-utils.h
110include/glusterfs/syncop.h 123include/glusterfs/syncop.h
111include/glusterfs/syscall.h 124include/glusterfs/syscall.h
112include/glusterfs/template-component-messages.h 125include/glusterfs/template-component-messages.h
 126include/glusterfs/throttle-tbf.h
113include/glusterfs/timer.h 127include/glusterfs/timer.h
114include/glusterfs/timespec.h 128include/glusterfs/timespec.h
115include/glusterfs/trie.h 129include/glusterfs/trie.h
116include/glusterfs/tw.h 
117include/glusterfs/upcall-utils.h 130include/glusterfs/upcall-utils.h
118include/glusterfs/xlator.h 131include/glusterfs/xlator.h
119include/glusterfs/y.tab.h 132include/glusterfs/y.tab.h
120lib/glusterfs/${GLUSTERFS_VERSION}/auth/addr.la 133lib/glusterfs/${GLUSTERFS_VERSION}/auth/addr.la
121lib/glusterfs/${GLUSTERFS_VERSION}/auth/login.la 134lib/glusterfs/${GLUSTERFS_VERSION}/auth/login.la
122lib/glusterfs/${GLUSTERFS_VERSION}/rpc-transport/socket.la 135lib/glusterfs/${GLUSTERFS_VERSION}/rpc-transport/socket.la
123lib/glusterfs/${GLUSTERFS_VERSION}/xlator/cluster/afr.la 136lib/glusterfs/${GLUSTERFS_VERSION}/xlator/cluster/afr.la
124lib/glusterfs/${GLUSTERFS_VERSION}/xlator/cluster/dht.la 137lib/glusterfs/${GLUSTERFS_VERSION}/xlator/cluster/dht.la
125lib/glusterfs/${GLUSTERFS_VERSION}/xlator/cluster/disperse.so 138lib/glusterfs/${GLUSTERFS_VERSION}/xlator/cluster/disperse.so
126lib/glusterfs/${GLUSTERFS_VERSION}/xlator/cluster/distribute.so 139lib/glusterfs/${GLUSTERFS_VERSION}/xlator/cluster/distribute.so
127lib/glusterfs/${GLUSTERFS_VERSION}/xlator/cluster/ec.la 140lib/glusterfs/${GLUSTERFS_VERSION}/xlator/cluster/ec.la
128lib/glusterfs/${GLUSTERFS_VERSION}/xlator/cluster/nufa.la 141lib/glusterfs/${GLUSTERFS_VERSION}/xlator/cluster/nufa.la
129lib/glusterfs/${GLUSTERFS_VERSION}/xlator/cluster/pump.la 
130lib/glusterfs/${GLUSTERFS_VERSION}/xlator/cluster/replicate.so 142lib/glusterfs/${GLUSTERFS_VERSION}/xlator/cluster/replicate.so
131lib/glusterfs/${GLUSTERFS_VERSION}/xlator/cluster/stripe.la 143lib/glusterfs/${GLUSTERFS_VERSION}/xlator/cluster/stripe.la
132lib/glusterfs/${GLUSTERFS_VERSION}/xlator/cluster/switch.la 144lib/glusterfs/${GLUSTERFS_VERSION}/xlator/cluster/switch.la
133lib/glusterfs/${GLUSTERFS_VERSION}/xlator/cluster/tier.la 145lib/glusterfs/${GLUSTERFS_VERSION}/xlator/cluster/tier.la
134lib/glusterfs/${GLUSTERFS_VERSION}/xlator/debug/error-gen.la 146lib/glusterfs/${GLUSTERFS_VERSION}/xlator/debug/error-gen.la
135lib/glusterfs/${GLUSTERFS_VERSION}/xlator/debug/io-stats.la 147lib/glusterfs/${GLUSTERFS_VERSION}/xlator/debug/io-stats.la
 148lib/glusterfs/${GLUSTERFS_VERSION}/xlator/debug/sink.a
 149lib/glusterfs/${GLUSTERFS_VERSION}/xlator/debug/sink.la
 150lib/glusterfs/${GLUSTERFS_VERSION}/xlator/debug/sink.so
136lib/glusterfs/${GLUSTERFS_VERSION}/xlator/debug/trace.la 151lib/glusterfs/${GLUSTERFS_VERSION}/xlator/debug/trace.la
137lib/glusterfs/${GLUSTERFS_VERSION}/xlator/encryption/crypt.la 152lib/glusterfs/${GLUSTERFS_VERSION}/xlator/encryption/crypt.la
138lib/glusterfs/${GLUSTERFS_VERSION}/xlator/encryption/rot-13.la 153lib/glusterfs/${GLUSTERFS_VERSION}/xlator/encryption/rot-13.la
139lib/glusterfs/${GLUSTERFS_VERSION}/xlator/features/access-control.so 154lib/glusterfs/${GLUSTERFS_VERSION}/xlator/features/access-control.so
140lib/glusterfs/${GLUSTERFS_VERSION}/xlator/features/arbiter.la 155lib/glusterfs/${GLUSTERFS_VERSION}/xlator/features/arbiter.la
141lib/glusterfs/${GLUSTERFS_VERSION}/xlator/features/barrier.la 156lib/glusterfs/${GLUSTERFS_VERSION}/xlator/features/barrier.la
142lib/glusterfs/${GLUSTERFS_VERSION}/xlator/features/bit-rot.la 157lib/glusterfs/${GLUSTERFS_VERSION}/xlator/features/bit-rot.la
143lib/glusterfs/${GLUSTERFS_VERSION}/xlator/features/bitrot-stub.la 158lib/glusterfs/${GLUSTERFS_VERSION}/xlator/features/bitrot-stub.la
144lib/glusterfs/${GLUSTERFS_VERSION}/xlator/features/cdc.la 159lib/glusterfs/${GLUSTERFS_VERSION}/xlator/features/cdc.la
145lib/glusterfs/${GLUSTERFS_VERSION}/xlator/features/changelog.la 160lib/glusterfs/${GLUSTERFS_VERSION}/xlator/features/changelog.la
146lib/glusterfs/${GLUSTERFS_VERSION}/xlator/features/changetimerecorder.la 161lib/glusterfs/${GLUSTERFS_VERSION}/xlator/features/changetimerecorder.la
147lib/glusterfs/${GLUSTERFS_VERSION}/xlator/features/ganesha.la 
148lib/glusterfs/${GLUSTERFS_VERSION}/xlator/features/gfid-access.la 162lib/glusterfs/${GLUSTERFS_VERSION}/xlator/features/gfid-access.la
149lib/glusterfs/${GLUSTERFS_VERSION}/xlator/features/glupy.la 163lib/glusterfs/${GLUSTERFS_VERSION}/xlator/features/glupy.la
150lib/glusterfs/${GLUSTERFS_VERSION}/xlator/features/glupy/debug-trace.py 164lib/glusterfs/${GLUSTERFS_VERSION}/xlator/features/glupy/debug-trace.py
151lib/glusterfs/${GLUSTERFS_VERSION}/xlator/features/glupy/debug-trace.pyc 165lib/glusterfs/${GLUSTERFS_VERSION}/xlator/features/glupy/debug-trace.pyc
152lib/glusterfs/${GLUSTERFS_VERSION}/xlator/features/glupy/debug-trace.pyo 166lib/glusterfs/${GLUSTERFS_VERSION}/xlator/features/glupy/debug-trace.pyo
153lib/glusterfs/${GLUSTERFS_VERSION}/xlator/features/glupy/helloworld.py 167lib/glusterfs/${GLUSTERFS_VERSION}/xlator/features/glupy/helloworld.py
154lib/glusterfs/${GLUSTERFS_VERSION}/xlator/features/glupy/helloworld.pyc 168lib/glusterfs/${GLUSTERFS_VERSION}/xlator/features/glupy/helloworld.pyc
155lib/glusterfs/${GLUSTERFS_VERSION}/xlator/features/glupy/helloworld.pyo 169lib/glusterfs/${GLUSTERFS_VERSION}/xlator/features/glupy/helloworld.pyo
156lib/glusterfs/${GLUSTERFS_VERSION}/xlator/features/glupy/negative.py 170lib/glusterfs/${GLUSTERFS_VERSION}/xlator/features/glupy/negative.py
157lib/glusterfs/${GLUSTERFS_VERSION}/xlator/features/glupy/negative.pyc 171lib/glusterfs/${GLUSTERFS_VERSION}/xlator/features/glupy/negative.pyc
158lib/glusterfs/${GLUSTERFS_VERSION}/xlator/features/glupy/negative.pyo 172lib/glusterfs/${GLUSTERFS_VERSION}/xlator/features/glupy/negative.pyo
159lib/glusterfs/${GLUSTERFS_VERSION}/xlator/features/index.la 173lib/glusterfs/${GLUSTERFS_VERSION}/xlator/features/index.la
160lib/glusterfs/${GLUSTERFS_VERSION}/xlator/features/leases.a 174lib/glusterfs/${GLUSTERFS_VERSION}/xlator/features/leases.a
161lib/glusterfs/${GLUSTERFS_VERSION}/xlator/features/leases.la 175lib/glusterfs/${GLUSTERFS_VERSION}/xlator/features/leases.la
162lib/glusterfs/${GLUSTERFS_VERSION}/xlator/features/leases.so 176lib/glusterfs/${GLUSTERFS_VERSION}/xlator/features/leases.so
163lib/glusterfs/${GLUSTERFS_VERSION}/xlator/features/locks.la 177lib/glusterfs/${GLUSTERFS_VERSION}/xlator/features/locks.la
164lib/glusterfs/${GLUSTERFS_VERSION}/xlator/features/mac-compat.la 
165lib/glusterfs/${GLUSTERFS_VERSION}/xlator/features/marker.la 178lib/glusterfs/${GLUSTERFS_VERSION}/xlator/features/marker.la
166lib/glusterfs/${GLUSTERFS_VERSION}/xlator/features/posix-locks.so 179lib/glusterfs/${GLUSTERFS_VERSION}/xlator/features/posix-locks.so
167lib/glusterfs/${GLUSTERFS_VERSION}/xlator/features/prot_client.la 
168lib/glusterfs/${GLUSTERFS_VERSION}/xlator/features/prot_dht.la 
169lib/glusterfs/${GLUSTERFS_VERSION}/xlator/features/prot_server.la 
170lib/glusterfs/${GLUSTERFS_VERSION}/xlator/features/quiesce.la 180lib/glusterfs/${GLUSTERFS_VERSION}/xlator/features/quiesce.la
171lib/glusterfs/${GLUSTERFS_VERSION}/xlator/features/quota.la 181lib/glusterfs/${GLUSTERFS_VERSION}/xlator/features/quota.la
172lib/glusterfs/${GLUSTERFS_VERSION}/xlator/features/quotad.la 182lib/glusterfs/${GLUSTERFS_VERSION}/xlator/features/quotad.la
173lib/glusterfs/${GLUSTERFS_VERSION}/xlator/features/read-only.la 183lib/glusterfs/${GLUSTERFS_VERSION}/xlator/features/read-only.la
 184lib/glusterfs/${GLUSTERFS_VERSION}/xlator/features/selinux.a
 185lib/glusterfs/${GLUSTERFS_VERSION}/xlator/features/selinux.la
 186lib/glusterfs/${GLUSTERFS_VERSION}/xlator/features/selinux.so
174lib/glusterfs/${GLUSTERFS_VERSION}/xlator/features/shard.la 187lib/glusterfs/${GLUSTERFS_VERSION}/xlator/features/shard.la
175lib/glusterfs/${GLUSTERFS_VERSION}/xlator/features/snapview-client.la 188lib/glusterfs/${GLUSTERFS_VERSION}/xlator/features/snapview-client.la
176lib/glusterfs/${GLUSTERFS_VERSION}/xlator/features/snapview-server.la 189lib/glusterfs/${GLUSTERFS_VERSION}/xlator/features/snapview-server.la
177lib/glusterfs/${GLUSTERFS_VERSION}/xlator/features/trash.la 190lib/glusterfs/${GLUSTERFS_VERSION}/xlator/features/trash.la
178lib/glusterfs/${GLUSTERFS_VERSION}/xlator/features/upcall.la 191lib/glusterfs/${GLUSTERFS_VERSION}/xlator/features/upcall.la
179lib/glusterfs/${GLUSTERFS_VERSION}/xlator/features/worm.la 192lib/glusterfs/${GLUSTERFS_VERSION}/xlator/features/worm.la
180lib/glusterfs/${GLUSTERFS_VERSION}/xlator/meta.la 193lib/glusterfs/${GLUSTERFS_VERSION}/xlator/meta.la
181lib/glusterfs/${GLUSTERFS_VERSION}/xlator/mgmt/glusterd.la 194lib/glusterfs/${GLUSTERFS_VERSION}/xlator/mgmt/glusterd.la
182lib/glusterfs/${GLUSTERFS_VERSION}/xlator/mount/api.la 195lib/glusterfs/${GLUSTERFS_VERSION}/xlator/mount/api.la
183lib/glusterfs/${GLUSTERFS_VERSION}/xlator/mount/fuse.la 196lib/glusterfs/${GLUSTERFS_VERSION}/xlator/mount/fuse.la
184lib/glusterfs/${GLUSTERFS_VERSION}/xlator/nfs/server.la 
185lib/glusterfs/${GLUSTERFS_VERSION}/xlator/performance/decompounder.a 197lib/glusterfs/${GLUSTERFS_VERSION}/xlator/performance/decompounder.a
186lib/glusterfs/${GLUSTERFS_VERSION}/xlator/performance/decompounder.la 198lib/glusterfs/${GLUSTERFS_VERSION}/xlator/performance/decompounder.la
187lib/glusterfs/${GLUSTERFS_VERSION}/xlator/performance/decompounder.so 199lib/glusterfs/${GLUSTERFS_VERSION}/xlator/performance/decompounder.so
188lib/glusterfs/${GLUSTERFS_VERSION}/xlator/performance/io-cache.la 200lib/glusterfs/${GLUSTERFS_VERSION}/xlator/performance/io-cache.la
189lib/glusterfs/${GLUSTERFS_VERSION}/xlator/performance/io-threads.la 201lib/glusterfs/${GLUSTERFS_VERSION}/xlator/performance/io-threads.la
190lib/glusterfs/${GLUSTERFS_VERSION}/xlator/performance/md-cache.la 202lib/glusterfs/${GLUSTERFS_VERSION}/xlator/performance/md-cache.la
 203lib/glusterfs/${GLUSTERFS_VERSION}/xlator/performance/nl-cache.a
 204lib/glusterfs/${GLUSTERFS_VERSION}/xlator/performance/nl-cache.la
 205lib/glusterfs/${GLUSTERFS_VERSION}/xlator/performance/nl-cache.so
191lib/glusterfs/${GLUSTERFS_VERSION}/xlator/performance/open-behind.la 206lib/glusterfs/${GLUSTERFS_VERSION}/xlator/performance/open-behind.la
192lib/glusterfs/${GLUSTERFS_VERSION}/xlator/performance/quick-read.la 207lib/glusterfs/${GLUSTERFS_VERSION}/xlator/performance/quick-read.la
193lib/glusterfs/${GLUSTERFS_VERSION}/xlator/performance/read-ahead.la 208lib/glusterfs/${GLUSTERFS_VERSION}/xlator/performance/read-ahead.la
194lib/glusterfs/${GLUSTERFS_VERSION}/xlator/performance/readdir-ahead.la 209lib/glusterfs/${GLUSTERFS_VERSION}/xlator/performance/readdir-ahead.la
195lib/glusterfs/${GLUSTERFS_VERSION}/xlator/performance/stat-prefetch.so 210lib/glusterfs/${GLUSTERFS_VERSION}/xlator/performance/stat-prefetch.so
196lib/glusterfs/${GLUSTERFS_VERSION}/xlator/performance/write-behind.la 211lib/glusterfs/${GLUSTERFS_VERSION}/xlator/performance/write-behind.la
197lib/glusterfs/${GLUSTERFS_VERSION}/xlator/protocol/client.la 212lib/glusterfs/${GLUSTERFS_VERSION}/xlator/protocol/client.la
198lib/glusterfs/${GLUSTERFS_VERSION}/xlator/protocol/server.la 213lib/glusterfs/${GLUSTERFS_VERSION}/xlator/protocol/server.la
199lib/glusterfs/${GLUSTERFS_VERSION}/xlator/storage/posix.la 214lib/glusterfs/${GLUSTERFS_VERSION}/xlator/storage/posix.la
200lib/glusterfs/${GLUSTERFS_VERSION}/xlator/system/posix-acl.la 215lib/glusterfs/${GLUSTERFS_VERSION}/xlator/system/posix-acl.la
201lib/glusterfs/${GLUSTERFS_VERSION}/xlator/testing/features/template.la 216lib/glusterfs/${GLUSTERFS_VERSION}/xlator/testing/features/template.la
202lib/glusterfs/${GLUSTERFS_VERSION}/xlator/testing/performance/symlink-cache.la 217lib/glusterfs/${GLUSTERFS_VERSION}/xlator/testing/performance/symlink-cache.la
203lib/libgfapi.la 218lib/libgfapi.la
204lib/libgfchangelog.la 219lib/libgfchangelog.la
205lib/libgfdb.la 220lib/libgfdb.la
206lib/libgfrpc.la 221lib/libgfrpc.la
207lib/libgfxdr.la 222lib/libgfxdr.la
208lib/libglusterfs.la 223lib/libglusterfs.la
209lib/ocf/resource.d/glusterfs/glusterd 224lib/ocf/resource.d/glusterfs/glusterd
210lib/ocf/resource.d/glusterfs/volume 225lib/ocf/resource.d/glusterfs/volume
211lib/ocf/resource.d/heartbeat/ganesha_grace 
212lib/ocf/resource.d/heartbeat/ganesha_mon 
213lib/ocf/resource.d/heartbeat/ganesha_nfsd 
214lib/pkgconfig/glusterfs-api.pc 226lib/pkgconfig/glusterfs-api.pc
215lib/pkgconfig/libgfchangelog.pc 227lib/pkgconfig/libgfchangelog.pc
216lib/pkgconfig/libgfdb.pc 228lib/pkgconfig/libgfdb.pc
217libexec/ganesha/copy-export-ganesha.sh 229libexec/glusterfs/events/__init__.py
218libexec/ganesha/create-export-ganesha.sh 230libexec/glusterfs/events/__init__.pyc
219libexec/ganesha/dbus-send.sh 231libexec/glusterfs/events/__init__.pyo
220libexec/ganesha/ganesha-ha.sh 232libexec/glusterfs/events/eventsapiconf.py
221libexec/ganesha/generate-epoch.py 233libexec/glusterfs/events/eventsapiconf.pyc
 234libexec/glusterfs/events/eventsapiconf.pyo
 235libexec/glusterfs/events/eventtypes.py
 236libexec/glusterfs/events/eventtypes.pyc
 237libexec/glusterfs/events/eventtypes.pyo
 238libexec/glusterfs/events/gf_event.py
 239libexec/glusterfs/events/gf_event.pyc
 240libexec/glusterfs/events/gf_event.pyo
 241libexec/glusterfs/events/glustereventsd.py
 242libexec/glusterfs/events/handlers.py
 243libexec/glusterfs/events/handlers.pyc
 244libexec/glusterfs/events/handlers.pyo
 245libexec/glusterfs/events/utils.py
 246libexec/glusterfs/events/utils.pyc
 247libexec/glusterfs/events/utils.pyo
222libexec/glusterfs/gfind_missing_files/gcrawler 248libexec/glusterfs/gfind_missing_files/gcrawler
223libexec/glusterfs/gfind_missing_files/gfid_to_path.py 249libexec/glusterfs/gfind_missing_files/gfid_to_path.py
224libexec/glusterfs/gfind_missing_files/gfid_to_path.sh 250libexec/glusterfs/gfind_missing_files/gfid_to_path.sh
225libexec/glusterfs/gfind_missing_files/gfind_missing_files.sh 251libexec/glusterfs/gfind_missing_files/gfind_missing_files.sh
226libexec/glusterfs/glusterfind/S57glusterfind-delete-post.py 252libexec/glusterfs/glusterfind/S57glusterfind-delete-post.py
227libexec/glusterfs/glusterfind/__init__.py 253libexec/glusterfs/glusterfind/__init__.py
228libexec/glusterfs/glusterfind/__init__.pyc 254libexec/glusterfs/glusterfind/__init__.pyc
229libexec/glusterfs/glusterfind/__init__.pyo 255libexec/glusterfs/glusterfind/__init__.pyo
230libexec/glusterfs/glusterfind/brickfind.py 256libexec/glusterfs/glusterfind/brickfind.py
231libexec/glusterfs/glusterfind/changelog.py 257libexec/glusterfs/glusterfind/changelog.py
232libexec/glusterfs/glusterfind/changelogdata.py 258libexec/glusterfs/glusterfind/changelogdata.py
233libexec/glusterfs/glusterfind/changelogdata.pyc 259libexec/glusterfs/glusterfind/changelogdata.pyc
234libexec/glusterfs/glusterfind/changelogdata.pyo 260libexec/glusterfs/glusterfind/changelogdata.pyo
@@ -239,35 +265,41 @@ libexec/glusterfs/glusterfind/libgfchang @@ -239,35 +265,41 @@ libexec/glusterfs/glusterfind/libgfchang
239libexec/glusterfs/glusterfind/libgfchangelog.pyc 265libexec/glusterfs/glusterfind/libgfchangelog.pyc
240libexec/glusterfs/glusterfind/libgfchangelog.pyo 266libexec/glusterfs/glusterfind/libgfchangelog.pyo
241libexec/glusterfs/glusterfind/main.py 267libexec/glusterfs/glusterfind/main.py
242libexec/glusterfs/glusterfind/main.pyc 268libexec/glusterfs/glusterfind/main.pyc
243libexec/glusterfs/glusterfind/main.pyo 269libexec/glusterfs/glusterfind/main.pyo
244libexec/glusterfs/glusterfind/nodeagent.py 270libexec/glusterfs/glusterfind/nodeagent.py
245libexec/glusterfs/glusterfind/tool.conf 271libexec/glusterfs/glusterfind/tool.conf
246libexec/glusterfs/glusterfind/utils.py 272libexec/glusterfs/glusterfind/utils.py
247libexec/glusterfs/glusterfind/utils.pyc 273libexec/glusterfs/glusterfind/utils.pyc
248libexec/glusterfs/glusterfind/utils.pyo 274libexec/glusterfs/glusterfind/utils.pyo
249libexec/glusterfs/gsyncd 275libexec/glusterfs/gsyncd
250libexec/glusterfs/gverify.sh 276libexec/glusterfs/gverify.sh
251libexec/glusterfs/peer_add_secret_pub 277libexec/glusterfs/peer_add_secret_pub
 278libexec/glusterfs/peer_eventsapi.py
 279libexec/glusterfs/peer_georep-sshkey.py
252libexec/glusterfs/peer_gsec_create 280libexec/glusterfs/peer_gsec_create
253libexec/glusterfs/peer_mountbroker 281libexec/glusterfs/peer_mountbroker
 282libexec/glusterfs/peer_mountbroker.py
254libexec/glusterfs/python/syncdaemon/README.md 283libexec/glusterfs/python/syncdaemon/README.md
255libexec/glusterfs/python/syncdaemon/__init__.py 284libexec/glusterfs/python/syncdaemon/__init__.py
256libexec/glusterfs/python/syncdaemon/__init__.pyc 285libexec/glusterfs/python/syncdaemon/__init__.pyc
257libexec/glusterfs/python/syncdaemon/__init__.pyo 286libexec/glusterfs/python/syncdaemon/__init__.pyo
258libexec/glusterfs/python/syncdaemon/changelogagent.py 287libexec/glusterfs/python/syncdaemon/changelogagent.py
259libexec/glusterfs/python/syncdaemon/changelogagent.pyc 288libexec/glusterfs/python/syncdaemon/changelogagent.pyc
260libexec/glusterfs/python/syncdaemon/changelogagent.pyo 289libexec/glusterfs/python/syncdaemon/changelogagent.pyo
 290libexec/glusterfs/python/syncdaemon/conf.py
 291libexec/glusterfs/python/syncdaemon/conf.pyc
 292libexec/glusterfs/python/syncdaemon/conf.pyo
261libexec/glusterfs/python/syncdaemon/configinterface.py 293libexec/glusterfs/python/syncdaemon/configinterface.py
262libexec/glusterfs/python/syncdaemon/configinterface.pyc 294libexec/glusterfs/python/syncdaemon/configinterface.pyc
263libexec/glusterfs/python/syncdaemon/configinterface.pyo 295libexec/glusterfs/python/syncdaemon/configinterface.pyo
264libexec/glusterfs/python/syncdaemon/gconf.py 296libexec/glusterfs/python/syncdaemon/gconf.py
265libexec/glusterfs/python/syncdaemon/gconf.pyc 297libexec/glusterfs/python/syncdaemon/gconf.pyc
266libexec/glusterfs/python/syncdaemon/gconf.pyo 298libexec/glusterfs/python/syncdaemon/gconf.pyo
267libexec/glusterfs/python/syncdaemon/gsyncd.py 299libexec/glusterfs/python/syncdaemon/gsyncd.py
268libexec/glusterfs/python/syncdaemon/gsyncd.pyc 300libexec/glusterfs/python/syncdaemon/gsyncd.pyc
269libexec/glusterfs/python/syncdaemon/gsyncd.pyo 301libexec/glusterfs/python/syncdaemon/gsyncd.pyo
270libexec/glusterfs/python/syncdaemon/gsyncdstatus.py 302libexec/glusterfs/python/syncdaemon/gsyncdstatus.py
271libexec/glusterfs/python/syncdaemon/gsyncdstatus.pyc 303libexec/glusterfs/python/syncdaemon/gsyncdstatus.pyc
272libexec/glusterfs/python/syncdaemon/gsyncdstatus.pyo 304libexec/glusterfs/python/syncdaemon/gsyncdstatus.pyo
273libexec/glusterfs/python/syncdaemon/ipaddr.py 305libexec/glusterfs/python/syncdaemon/ipaddr.py
@@ -285,46 +317,55 @@ libexec/glusterfs/python/syncdaemon/mast @@ -285,46 +317,55 @@ libexec/glusterfs/python/syncdaemon/mast
285libexec/glusterfs/python/syncdaemon/monitor.py 317libexec/glusterfs/python/syncdaemon/monitor.py
286libexec/glusterfs/python/syncdaemon/monitor.pyc 318libexec/glusterfs/python/syncdaemon/monitor.pyc
287libexec/glusterfs/python/syncdaemon/monitor.pyo 319libexec/glusterfs/python/syncdaemon/monitor.pyo
288libexec/glusterfs/python/syncdaemon/repce.py 320libexec/glusterfs/python/syncdaemon/repce.py
289libexec/glusterfs/python/syncdaemon/repce.pyc 321libexec/glusterfs/python/syncdaemon/repce.pyc
290libexec/glusterfs/python/syncdaemon/repce.pyo 322libexec/glusterfs/python/syncdaemon/repce.pyo
291libexec/glusterfs/python/syncdaemon/resource.py 323libexec/glusterfs/python/syncdaemon/resource.py
292libexec/glusterfs/python/syncdaemon/resource.pyc 324libexec/glusterfs/python/syncdaemon/resource.pyc
293libexec/glusterfs/python/syncdaemon/resource.pyo 325libexec/glusterfs/python/syncdaemon/resource.pyo
294libexec/glusterfs/python/syncdaemon/syncdutils.py 326libexec/glusterfs/python/syncdaemon/syncdutils.py
295libexec/glusterfs/python/syncdaemon/syncdutils.pyc 327libexec/glusterfs/python/syncdaemon/syncdutils.pyc
296libexec/glusterfs/python/syncdaemon/syncdutils.pyo 328libexec/glusterfs/python/syncdaemon/syncdutils.pyo
297libexec/glusterfs/set_geo_rep_pem_keys.sh 329libexec/glusterfs/set_geo_rep_pem_keys.sh
 330man/man8/gluster-setgfid2path.8
298man/man8/gluster.8 331man/man8/gluster.8
299man/man8/glusterd.8 332man/man8/glusterd.8
300man/man8/glusterfs.8 333man/man8/glusterfs.8
301man/man8/glusterfsd.8 334man/man8/glusterfsd.8
302man/man8/mount.glusterfs.8 335man/man8/mount.glusterfs.8
 336sbin/conf.py
303sbin/gcron.py 337sbin/gcron.py
 338sbin/gf_attach
304sbin/gfind_missing_files 339sbin/gfind_missing_files
305sbin/glfsheal 340sbin/glfsheal
306sbin/gluster 341sbin/gluster
 342sbin/gluster-eventsapi
 343sbin/gluster-georep-sshkey
 344sbin/gluster-mountbroker
 345sbin/gluster-setgfid2path
307sbin/glusterd 346sbin/glusterd
 347sbin/glustereventsd
308sbin/glusterfs 348sbin/glusterfs
309sbin/glusterfsd 349sbin/glusterfsd
310sbin/mount_glusterfs 350sbin/mount_glusterfs
311sbin/snap_scheduler.py 351sbin/snap_scheduler.py
312sbin/umountd 352sbin/umountd
313share/doc/glusterfs/benchmarking/README 353share/doc/glusterfs/benchmarking/README
314share/doc/glusterfs/benchmarking/glfs-bm.c 354share/doc/glusterfs/benchmarking/glfs-bm.c
315share/doc/glusterfs/benchmarking/launch-script.sh 355share/doc/glusterfs/benchmarking/launch-script.sh
316share/doc/glusterfs/benchmarking/local-script.sh 356share/doc/glusterfs/benchmarking/local-script.sh
317share/doc/glusterfs/benchmarking/rdd.c 357share/doc/glusterfs/benchmarking/rdd.c
318share/doc/glusterfs/glusterfs-mode.el 358share/doc/glusterfs/glusterfs-mode.el
319share/doc/glusterfs/glusterfs.vim 359share/doc/glusterfs/glusterfs.vim
320share/examples/rc.d/glusterd 360share/examples/rc.d/glusterd
 361share/glusterfs/scripts/eventsdash.py
321share/glusterfs/scripts/generate-gfid-file.sh 362share/glusterfs/scripts/generate-gfid-file.sh
322share/glusterfs/scripts/get-gfid.sh 363share/glusterfs/scripts/get-gfid.sh
323share/glusterfs/scripts/gsync-sync-gfid 364share/glusterfs/scripts/gsync-sync-gfid
324share/glusterfs/scripts/gsync-upgrade.sh 365share/glusterfs/scripts/gsync-upgrade.sh
325share/glusterfs/scripts/post-upgrade-script-for-quota.sh 366share/glusterfs/scripts/post-upgrade-script-for-quota.sh
326share/glusterfs/scripts/pre-upgrade-script-for-quota.sh 367share/glusterfs/scripts/pre-upgrade-script-for-quota.sh
327share/glusterfs/scripts/schedule_georep.py 368share/glusterfs/scripts/schedule_georep.py
328share/glusterfs/scripts/slave-upgrade.sh 369share/glusterfs/scripts/slave-upgrade.sh
329share/glusterfs/scripts/stop-all-gluster-processes.sh 370share/glusterfs/scripts/stop-all-gluster-processes.sh
330@exec test -d ${PKG_SYSCONFDIR}/glusterd -a ! -d ${VARBASE}/lib/glusterd && ${MKDIR} -p ${VARBASE}/lib/ && mv ${PKG_SYSCONFDIR}/glusterd ${VARBASE}/lib/glusterd && ${LN} -s ${VARBASE}/lib/glusterd ${PKG_SYSCONFDIR}/glusterd 371@exec test -d ${PKG_SYSCONFDIR}/glusterd -a ! -d ${VARBASE}/lib/glusterd && ${MKDIR} -p ${VARBASE}/lib/ && mv ${PKG_SYSCONFDIR}/glusterd ${VARBASE}/lib/glusterd && ${LN} -s ${VARBASE}/lib/glusterd ${PKG_SYSCONFDIR}/glusterd

cvs diff -r1.61 -r1.62 pkgsrc/filesystems/glusterfs/distinfo (expand / switch to unified diff)

--- pkgsrc/filesystems/glusterfs/distinfo 2017/03/07 08:39:39 1.61
+++ pkgsrc/filesystems/glusterfs/distinfo 2017/11/04 03:46:56 1.62
@@ -1,6 +1,6 @@ @@ -1,6 +1,6 @@
1$NetBSD: distinfo,v 1.61 2017/03/07 08:39:39 manu Exp $ 1$NetBSD: distinfo,v 1.62 2017/11/04 03:46:56 manu Exp $
2 2
3SHA1 (glusterfs-3.8.9.tar.gz) = 352da2354d0e67646aec62e9624302405f2f4697 3SHA1 (glusterfs-3.12.2.tar.gz) = 561c9bf5aa8fb767dc51fc20a7849c8888a2e5cd
4RMD160 (glusterfs-3.8.9.tar.gz) = ed3af2371016f94700bd15e159cfa222cb7e8ec0 4RMD160 (glusterfs-3.12.2.tar.gz) = d354c48ddd7097008f8e44b2c4c9ff9c2c935aa5
5SHA512 (glusterfs-3.8.9.tar.gz) = 43ef090dd1f48bcebb6dbd7ca4cae6d9a1a221792183e9ec6468124efa15656c451f4c67f49fa92b26532018640009bd77a034667731ba06adcc8db7cd586bd1 5SHA512 (glusterfs-3.12.2.tar.gz) = 2bcb3e9356964ea8557ea4291cf6b641122c58a3beb59c00de0acb6772b05b22c0610db4f2bde2e506e15233cfa610db415c6622933e04600ddee3cc55b01166
6Size (glusterfs-3.8.9.tar.gz) = 8511370 bytes 6Size (glusterfs-3.12.2.tar.gz) = 9404275 bytes