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

diff --git a/meta b/meta
index 4467d86990f46378e9b496ed3ae3bafb043253b3..a4c7fe39cf298487134c0c1f8cfcdac5d609277c 100644 (file)
--- a/meta
+++ b/meta
@@ -1,9 +1,10 @@
 Version: 1
-Previous: 9ae02432c8ea2981f13ca73f76ec4cd3c3f28cbb
-Head: c05101361b7b764cdddeb74abf2a3794076d0fea
+Previous: 9ca38e709d6dffdcb3823eeb80ee04c5f9b9a462
+Head: 17adc99ea73813635abd0f8f4e6a81fbcde3f937
 Applied:
   typo: e733d04dcaf637e600b3f1873befa4e8eaef4f83
   daemon: 7b29fa2e46e60f2cec734b59f7efe8cdeec59660
   cfg: c05101361b7b764cdddeb74abf2a3794076d0fea
+  refresh-temp: 17adc99ea73813635abd0f8f4e6a81fbcde3f937
 Unapplied:
 Hidden:
diff --git a/patches/refresh-temp b/patches/refresh-temp
new file mode 100644 (file)
index 0000000..3ba9453
--- /dev/null
@@ -0,0 +1,31 @@
+Bottom: 3daa31d8f3455847d0120c57262abe465bd61e37
+Top:    9b9f7bf0bb8726c6cf07b631ea424b7797046fc0
+Author: Sean Hefty <sean.hefty@intel.com>
+Date:   2010-07-23 18:02:53 -0700
+
+Refresh of cfg
+
+---
+
+diff --git a/src/acm.c b/src/acm.c
+index 53499f9..d64719a 100755
+--- a/src/acm.c
++++ b/src/acm.c
+@@ -2200,7 +2200,7 @@ static int acm_assign_ep_names(struct acm_ep *ep)
+       acm_log(1, "device %s, port %d, pkey 0x%x\n",
+               dev_name, ep->port->port_num, ep->pkey);
+-      if (!(f = fopen("acm_addr.cfg", "r"))) {
++      if (!(f = fopen(addr_file, "r"))) {
+               acm_log(0, "ERROR - unable to open acm_addr.cfg file\n");
+               return ACM_STATUS_ENODATA;
+       }
+@@ -2539,7 +2539,7 @@ static void acm_set_options(void)
+       char s[120];
+       char opt[32], value[32];
+-      if (!(f = fopen("acm_opts.cfg", "r")))
++      if (!(f = fopen(opts_file, "r")))
+               return;
+       while (fgets(s, sizeof s, f)) {