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

diff --git a/meta b/meta
index 26ce17f88c9dec232845de76f04cd1cda2552e96..58487bb86bd91d455198b05405539fd5c347c68b 100644 (file)
--- a/meta
+++ b/meta
@@ -1,9 +1,10 @@
 Version: 1
-Previous: ba05c113b1f8ad7d0e08886afd78411659f064a2
-Head: 4f7ae895e5b80c367279bc94ee532d53db4cd0db
+Previous: dc4c00c1fd0859557890a2c6af5d62bff018bae8
+Head: 23e9a53f77a2776b663ce9541cc744bc987ca7b0
 Applied:
   daemon: 32ca7dbd7bb04dabb504faa3ffe319e5f965d716
   cfg: 91fd5f444591ae8691a5bcf155467d0e7c493963
   log: 4f7ae895e5b80c367279bc94ee532d53db4cd0db
+  refresh-temp: 23e9a53f77a2776b663ce9541cc744bc987ca7b0
 Unapplied:
 Hidden:
diff --git a/patches/refresh-temp b/patches/refresh-temp
new file mode 100644 (file)
index 0000000..b695281
--- /dev/null
@@ -0,0 +1,32 @@
+Bottom: 8d9d24a7b5bdfb3bfcf14bcd32fd20a7b0899eaf
+Top:    a6f613d73c16c90079e3b7f2778739cf6811510a
+Author: Sean Hefty <sean.hefty@intel.com>
+Date:   2010-07-29 10:51:27 -0700
+
+Refresh of log
+
+---
+
+diff --git a/src/acme.c b/src/acme.c
+index adf8d1f..7428a57 100644
+--- a/src/acme.c
++++ b/src/acme.c
+@@ -85,15 +85,13 @@ static void gen_opts_temp(FILE *f)
+       fprintf(f, "# log_file:\n");
+       fprintf(f, "# Specifies the location of the ACM service output.  The log file is used to\n");
+       fprintf(f, "# assist with ACM service debugging and troubleshooting.  The log_file can\n");
+-      fprintf(f, "# be set to 'stdout', 'stderr', or the base name of a file.  If a file name\n");
+-      fprintf(f, "# is specified, the actual name formed by appending a process ID and '.log'\n");
+-      fprintf(f, "# extension to the end of the specified file name.\n");
++      fprintf(f, "# be set to 'stdout', 'stderr', or the name of a file.\n");
+       fprintf(f, "# Examples:\n");
+       fprintf(f, "# log_file stdout\n");
+       fprintf(f, "# log_file stderr\n");
+-      fprintf(f, "# log_file /var/log/ibacm_\n");
++      fprintf(f, "# log_file /var/log/ibacm.log\n");
+       fprintf(f, "\n");
+-      fprintf(f, "log_file /var/log/ibacm_\n");
++      fprintf(f, "log_file /var/log/ibacm.log\n");
+       fprintf(f, "\n");
+       fprintf(f, "# log_level:\n");
+       fprintf(f, "# Indicates the amount of detailed data written to the log file.  Log levels\n");