1
0
forked from jengelh/glusterfs
2014-05-05 22:58:53 +00:00
committed by Git OBS Bridge
parent ae0e8683c4
commit a5a82a3cc1
5 changed files with 143 additions and 56 deletions

View File

@@ -15,11 +15,11 @@ not needed
libglusterfs/src/graph.c | 4 ++--
3 files changed, 4 insertions(+), 4 deletions(-)
Index: glusterfs-3.4.0alpha/cli/src/cli.c
Index: glusterfs-3.5.0/cli/src/cli.c
===================================================================
--- glusterfs-3.4.0alpha.orig/cli/src/cli.c
+++ glusterfs-3.4.0alpha/cli/src/cli.c
@@ -70,7 +70,7 @@ extern int connected;
--- glusterfs-3.5.0.orig/cli/src/cli.c
+++ glusterfs-3.5.0/cli/src/cli.c
@@ -71,7 +71,7 @@ extern int connected;
/* using argp for command line parsing */
const char *argp_program_version = "" \
@@ -28,11 +28,11 @@ Index: glusterfs-3.4.0alpha/cli/src/cli.c
"\nRepository revision: " GLUSTERFS_REPOSITORY_REVISION "\n" \
"Copyright (c) 2006-2011 Gluster Inc. " \
"<http://www.gluster.com>\n" \
Index: glusterfs-3.4.0alpha/glusterfsd/src/glusterfsd.c
Index: glusterfs-3.5.0/glusterfsd/src/glusterfsd.c
===================================================================
--- glusterfs-3.4.0alpha.orig/glusterfsd/src/glusterfsd.c
+++ glusterfs-3.4.0alpha/glusterfsd/src/glusterfsd.c
@@ -80,7 +80,7 @@ static char gf_doc[] = "";
--- glusterfs-3.5.0.orig/glusterfsd/src/glusterfsd.c
+++ glusterfs-3.5.0/glusterfsd/src/glusterfsd.c
@@ -81,7 +81,7 @@ static char gf_doc[] = "";
static char argp_doc[] = "--volfile-server=SERVER [MOUNT-POINT]\n" \
"--volfile=VOLFILE [MOUNT-POINT]";
const char *argp_program_version = ""
@@ -41,10 +41,10 @@ Index: glusterfs-3.4.0alpha/glusterfsd/src/glusterfsd.c
"\nRepository revision: " GLUSTERFS_REPOSITORY_REVISION "\n"
"Copyright (c) 2006-2013 Red Hat, Inc. <http://www.redhat.com/>\n"
"GlusterFS comes with ABSOLUTELY NO WARRANTY.\n"
Index: glusterfs-3.4.0alpha/libglusterfs/src/graph.c
Index: glusterfs-3.5.0/libglusterfs/src/graph.c
===================================================================
--- glusterfs-3.4.0alpha.orig/libglusterfs/src/graph.c
+++ glusterfs-3.4.0alpha/libglusterfs/src/graph.c
--- glusterfs-3.5.0.orig/libglusterfs/src/graph.c
+++ glusterfs-3.5.0/libglusterfs/src/graph.c
@@ -40,8 +40,8 @@ _gf_dump_details (int argc, char **argv)
fprintf (gf_log_logfile,
"========================================"