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

diff --git a/meta b/meta
index b859dbc3e74a1565a36b927c1579aa2e4e98c502..d47fa6658786701a5b02c83ca3dc803a9419dd64 100644 (file)
--- a/meta
+++ b/meta
@@ -1,10 +1,11 @@
 Version: 1
-Previous: ba154a137737363ccb9f78204146d62eb0484e54
-Head: 297ca7056eb02223917f278363f952b4c35eb146
+Previous: a9e3675ae62ba4ef5dc0d5702e29b5b91d8e4089
+Head: cb2088c3179117fb4fabb34628cdc44556241f5f
 Applied:
   typo: e733d04dcaf637e600b3f1873befa4e8eaef4f83
   daemon: 7b29fa2e46e60f2cec734b59f7efe8cdeec59660
   cfg: 66af10c14df1055d97422bc056dc0897ac3a2773
   log: 297ca7056eb02223917f278363f952b4c35eb146
+  refresh-temp: cb2088c3179117fb4fabb34628cdc44556241f5f
 Unapplied:
 Hidden:
diff --git a/patches/refresh-temp b/patches/refresh-temp
new file mode 100644 (file)
index 0000000..0ff8008
--- /dev/null
@@ -0,0 +1,43 @@
+Bottom: a9a7ff03d17186f855af81adb232170085e921d9
+Top:    771097925f08dc918e0aa61f53943911d30ccd0e
+Author: Sean Hefty <sean.hefty@intel.com>
+Date:   2010-07-28 16:38:15 -0700
+
+Refresh of log
+
+---
+
+diff --git a/acm_opts.cfg b/acm_opts.cfg
+old mode 100644
+new mode 100755
+index 95ac15a..3e3a4a0
+--- a/acm_opts.cfg
++++ b/acm_opts.cfg
+@@ -15,9 +15,9 @@
+ # Examples:\r
+ # log_file stdout\r
+ # log_file stderr\r
+-# log_file /tmp/acm_\r
++# log_file /var/log/acm_\r
\r
+-log_file acm_\r
++log_file /var/log/acm_\r
\r
+ # log_level:\r
+ # Indicates the amount of detailed data written to the log file.  Log levels\r
+diff --git a/src/acme.c b/src/acme.c
+index 03e96ad..adf8d1f 100755
+--- a/src/acme.c
++++ b/src/acme.c
+@@ -91,9 +91,9 @@ static void gen_opts_temp(FILE *f)
+       fprintf(f, "# Examples:\n");
+       fprintf(f, "# log_file stdout\n");
+       fprintf(f, "# log_file stderr\n");
+-      fprintf(f, "# log_file /tmp/acm_\n");
++      fprintf(f, "# log_file /var/log/ibacm_\n");
+       fprintf(f, "\n");
+-      fprintf(f, "log_file acm_\n");
++      fprintf(f, "log_file /var/log/ibacm_\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");