aboutsummaryrefslogtreecommitdiffstats
path: root/databases/rrdtool10
diff options
context:
space:
mode:
Diffstat (limited to 'databases/rrdtool10')
-rw-r--r--databases/rrdtool10/files/patch-rrd_graph.c11
1 files changed, 11 insertions, 0 deletions
diff --git a/databases/rrdtool10/files/patch-rrd_graph.c b/databases/rrdtool10/files/patch-rrd_graph.c
new file mode 100644
index 000000000000..2ba5c0859e60
--- /dev/null
+++ b/databases/rrdtool10/files/patch-rrd_graph.c
@@ -0,0 +1,11 @@
+--- src/rrd_graph.c.orig Fri May 7 15:10:16 2004
++++ src/rrd_graph.c Fri May 7 15:10:34 2004
+@@ -2966,7 +2966,7 @@
+
+
+ opt = getopt_long(argc, argv,
+- "s:e:x:y:v:w:h:iu:l:rb:oc:t:f:a:zgjFYAMXL:S:RB:O:U:",
++ "s:e:x:y:v:w:h:iu:l:rb:oc:t:f:a:zgjFYNAMX:L:S:RB:O:U:",
+ long_options, &option_index);
+
+ if (opt == EOF)