]> git.openfabrics.org - ~shefty/ibacm.git/commitdiff
refresh (create temporary patch)
authorSean Hefty <sean.hefty@intel.com>
Fri, 28 Jun 2013 17:16:27 +0000 (10:16 -0700)
committerSean Hefty <sean.hefty@intel.com>
Fri, 28 Jun 2013 17:16:27 +0000 (10:16 -0700)
meta
patches/refresh-temp [new file with mode: 0644]

diff --git a/meta b/meta
index 06460a093c8372e604347e560a74aa204b521720..689264c38594f1cfcccae26aa43f844c8514b179 100644 (file)
--- a/meta
+++ b/meta
@@ -1,6 +1,6 @@
 Version: 1
-Previous: f1d24bbfb00d59321ad5b1c6a9a351eb0cd98d2d
-Head: 90272326f0d91072892ebf490a5322c0fb2ac707
+Previous: 2fa2c27ab66ce11ca4a534185d11da6743d608b9
+Head: cd6931ce01685b140eee56ca4ad5b30cd1c0a4fe
 Applied:
   rmcfg: 977896dc127018271adae25f7d637e098bad33d5
   acm_notes-txt-change-dos-forma: b07f140dd83b881c922f4c6b70cfa7145727044f
@@ -8,6 +8,7 @@ Applied:
   man-change-dos-formatting-to-u: 8c5a84af35036b2c9b9a971aae9372088e2c2840
   update-ib_acme-1-and-ibacm-1-m: ca9d356d713b8e2fcebdad65bd98736b00ad4516
   add-the-ability-to-preload-the: 90272326f0d91072892ebf490a5322c0fb2ac707
+  refresh-temp: cd6931ce01685b140eee56ca4ad5b30cd1c0a4fe
 Unapplied:
   add-description-of-preloading-: c8def6fdbf61f7a866c8c40ca3c5241e8f30e451
   increase-buffer-space-for-inet: 229be37676bff70a54464f09ac0604fafe77e820
diff --git a/patches/refresh-temp b/patches/refresh-temp
new file mode 100644 (file)
index 0000000..973dadf
--- /dev/null
@@ -0,0 +1,21 @@
+Bottom: 93227dfb6428272d14eb63946e5e2f482cc8b8b1
+Top:    1367f3bf5c625af970a6d54ab862accdbf6ad45d
+Author: Sean Hefty <sean.hefty@intel.com>
+Date:   2013-06-28 10:16:27 -0700
+
+Refresh of add-the-ability-to-preload-the
+
+---
+
+diff --git a/src/acme.c b/src/acme.c
+index 6ffa08e..a95260a 100644
+--- a/src/acme.c
++++ b/src/acme.c
+@@ -258,7 +258,7 @@ static void gen_opts_temp(FILE *f)
+       fprintf(f, "# the ACM cache.  This option is only valid if route_preload\n");
+       fprintf(f, "# indicates that routing data should be read from a file.\n");
+       fprintf(f, "# Default is ACM_CONF_DIR/ibacm_route.data\n");
+-      fprintf(f, "# /etc/rdma/ibacm_route.data\n");
++      fprintf(f, "# route_data_file /etc/rdma/ibacm_route.data\n");
+       fprintf(f, "\n");
+ }