]> git.openfabrics.org - ~shefty/ibacm.git/commitdiff
refresh (create temporary patch)
authorSean Hefty <sean.hefty@intel.com>
Wed, 28 Jul 2010 18:16:13 +0000 (11:16 -0700)
committerSean Hefty <sean.hefty@intel.com>
Wed, 28 Jul 2010 18:16:13 +0000 (11:16 -0700)
meta
patches/refresh-temp [new file with mode: 0644]

diff --git a/meta b/meta
index 420a3fec62bbd4b5b3afc0a3a64b22b1d77cd212..2e54238499403f4dfaf17fdbc26c2059b5232df4 100644 (file)
--- a/meta
+++ b/meta
@@ -1,9 +1,10 @@
 Version: 1
-Previous: 3b1f494b69e4e57e58a6288a289763607ea327d8
-Head: 6e80f7f707526acd055d5081b9f70d6bdda00b1a
+Previous: 5becf3a10cfec0d4d3e997ce9579d56597f8705e
+Head: 421f8c7e1ea4214072e783e0d1cfb21266a6cdc5
 Applied:
   typo: e733d04dcaf637e600b3f1873befa4e8eaef4f83
   daemon: 7b29fa2e46e60f2cec734b59f7efe8cdeec59660
   cfg: 6e80f7f707526acd055d5081b9f70d6bdda00b1a
+  refresh-temp: 421f8c7e1ea4214072e783e0d1cfb21266a6cdc5
 Unapplied:
 Hidden:
diff --git a/patches/refresh-temp b/patches/refresh-temp
new file mode 100644 (file)
index 0000000..fcca7fc
--- /dev/null
@@ -0,0 +1,24 @@
+Bottom: efb0015c28eb2e4a16212f36f9be11c5627c6ac2
+Top:    e51eb499bbd274dcb85a7a69e7837890cd9a0e16
+Author: Sean Hefty <sean.hefty@intel.com>
+Date:   2010-07-28 11:16:12 -0700
+
+Refresh of cfg
+
+---
+
+diff --git a/src/acm.c b/src/acm.c
+index d64719a..afa9917 100755
+--- a/src/acm.c
++++ b/src/acm.c
+@@ -191,8 +191,8 @@ static struct acm_client client[FD_SETSIZE - 1];
+ static FILE *flog;
+ static lock_t log_lock;
+-static char *opts_file = "/etc/ibacm/acm_opts.cfg"
+-static char *addr_file = "/etc/ibacm/acm_addr.cfg"
++static char *opts_file = "/etc/ibacm/acm_opts.cfg";
++static char *addr_file = "/etc/ibacm/acm_addr.cfg";
+ static char log_file[128] = "stdout";
+ static int log_level = 0;
+ static enum acm_addr_prot addr_prot = ACM_ADDR_PROT_ACM;