[Gluster-devel] glusterfs-shell patch for glusterfs

Basavanagowda Kanur gowda at zresearch.com
Tue Aug 1 22:34:46 UTC 2006


hi,
 attached is a patch for glusterfs, which adds glusterfs-shell. glusterfs-shell is extendable in scheme.
 extract glusterfs-shell.tar.gz to top source dir of glusterfs, after applying the patch.

regards,
gowda
-------------- next part --------------
* local directory is at gluster at sv.gnu.org/gluster--fs--1.0--patch-30
* comparing to gluster at sv.gnu.org/gluster--fs--1.0--patch-30
M  Makefile.am
M  configure.ac

* modified files

--- orig/Makefile.am
+++ mod/Makefile.am
@@ -1,3 +1,4 @@
 
-SUBDIRS = libglusterfs glusterfsd glusterfs-fuse xlators
+SUBDIRS = libglusterfs glusterfsd glusterfs-fuse xlators glusterfs-shell
 
+CLEANFILES = *~
\ No newline at end of file


--- orig/configure.ac
+++ mod/configure.ac
@@ -7,6 +7,9 @@
 		glusterfsd/src/Makefile
 		glusterfs-fuse/Makefile
 		glusterfs-fuse/src/Makefile
+		glusterfs-shell/Makefile
+		glusterfs-shell/src/Makefile
+		glusterfs-shell/extensions/Makefile
 		xlators/Makefile
 		xlators/brick/Makefile
 		xlators/brick/src/Makefile





More information about the Gluster-devel mailing list