[ccze] * Mon Apr 5 2010 Pavel Alexeev <Pahan at Hubbitus.info> - 0.2.1-6 - Port from Debian Patch1: ccze-opts

Pavel Alexeev hubbitus at fedoraproject.org
Mon Aug 9 21:07:58 UTC 2010


commit b3315af74afa6970e3282e171cd3b4fa24bf758c
Author: Pavel Alexeev aka Pahan-Hubbitus <pahan at hubbitus.info>
Date:   Tue Aug 10 01:05:11 2010 +0400

    * Mon Apr 5 2010 Pavel Alexeev <Pahan at Hubbitus.info> - 0.2.1-6
    - Port from Debian Patch1:		ccze-opts.diff. BZ#578958

 ccze-opts.diff |   29 +++++++++++++++++++++++++++++
 1 files changed, 29 insertions(+), 0 deletions(-)
---
diff --git a/ccze-opts.diff b/ccze-opts.diff
new file mode 100644
index 0000000..63b711f
--- /dev/null
+++ b/ccze-opts.diff
@@ -0,0 +1,29 @@
+--- ccze-0.2.1.orig/src/ccze.c
++++ ccze-0.2.1/src/ccze.c
+@@ -209,7 +209,7 @@
+ 	}
+       break;
+     case 'a':
+-      plugin = strtok (optarg, "=");
++      plugin = strtok (arg, "=");
+       value = strtok (NULL, "\n");
+       ccze_plugin_argv_set (plugin, value);
+       break;
+@@ -249,7 +249,7 @@
+       ccze_config.remfac = 1;
+       break;
+     case 'm':
+-      subopts = optarg;
++      subopts = arg;
+       while (*subopts != '\0')
+ 	{
+ 	  switch (getsubopt (&subopts, m_subopts, &value))
+@@ -273,7 +273,7 @@
+ 	}
+       break;
+     case 'o':
+-      subopts = optarg;
++      subopts = arg;
+       while (*subopts != '\0')
+ 	{
+ 	  switch (getsubopt (&subopts, o_subopts, &value))


More information about the scm-commits mailing list