]> git.openfabrics.org - ~shefty/ibacm.git/commitdiff
refresh (create temporary patch)
authorSean Hefty <sean.hefty@intel.com>
Wed, 1 Dec 2010 22:55:26 +0000 (14:55 -0800)
committerSean Hefty <sean.hefty@intel.com>
Wed, 1 Dec 2010 22:55:26 +0000 (14:55 -0800)
meta
patches/refresh-temp [new file with mode: 0644]

diff --git a/meta b/meta
index f56d6656bf00c652b525a0373173a95fde74efdc..6a6464ac3dbfcebcd3fbd9142ec938cbe25a310b 100644 (file)
--- a/meta
+++ b/meta
@@ -1,6 +1,6 @@
 Version: 1
-Previous: bb591085d4b53bca30357d265112ec85746c7f82
-Head: 6e729cc54373a79464bbb26f66eea130becb19d8
+Previous: 5762fac8fdaa926ebf7a8431b959c52e3bc9c17a
+Head: fd8c8abe34484766c27dac7e1aacfc84b1e2d95f
 Applied:
   logging: 549692c49922dce3911d97dcc6d0a2fc583ab5f7
   acm_snoop: dd5542fbaa1c5a92367d0552ef3525d5ea0a4638
@@ -8,6 +8,7 @@ Applied:
   fix-text: 6d9535384c392e24b6820e6de50112b39883fe56
   dist-cfg: 1e9fcfee450ca11bdb5cbcab7e4024f14deccf31
   lower_retries: 6e729cc54373a79464bbb26f66eea130becb19d8
+  refresh-temp: fd8c8abe34484766c27dac7e1aacfc84b1e2d95f
 Unapplied:
   1.0.4: db24cd6696165aaa0710030188e77be4d6b4cbfd
 Hidden:
diff --git a/patches/refresh-temp b/patches/refresh-temp
new file mode 100644 (file)
index 0000000..2d64b27
--- /dev/null
@@ -0,0 +1,35 @@
+Bottom: 7e7ebdc1e3ec2f10946795e454eb68b35e22ec44
+Top:    dbfdf6b9c93daaf62e352c35bb0183c3b5668f98
+Author: Sean Hefty <sean.hefty@intel.com>
+Date:   2010-12-01 14:55:26 -0800
+
+Refresh of lower_retries
+
+---
+
+diff --git a/src/acm.c b/src/acm.c
+index 099518e..3152392 100644
+--- a/src/acm.c
++++ b/src/acm.c
+@@ -213,7 +213,7 @@ static enum acm_route_prot route_prot = ACM_ROUTE_PROT_ACM;
+ static enum acm_loopback_prot loopback_prot = ACM_LOOPBACK_PROT_LOCAL;
+ static short server_port = 6125;
+ static int timeout = 2000;
+-static int retries = 15;
++static int retries = 2;
+ static int resolve_depth = 1;
+ static int sa_depth = 1;
+ static int send_depth = 1;
+diff --git a/src/acme.c b/src/acme.c
+index 4deea47..218dbe8 100644
+--- a/src/acme.c
++++ b/src/acme.c
+@@ -101,7 +101,7 @@ static void gen_opts_temp(FILE *f)
+       fprintf(f, "# Indicates the amount of detailed data written to the log file.  Log levels\n");
+       fprintf(f, "# should be one of the following values:\n");
+       fprintf(f, "# 0 - basic configuration & errors\n");
+-      fprintf(f, "# 1 - verbose configuation & errors\n");
++      fprintf(f, "# 1 - verbose configuration & errors\n");
+       fprintf(f, "# 2 - verbose operation\n");
+       fprintf(f, "\n");
+       fprintf(f, "log_level 0\n");