diff -r d02b8517b4af -r 3831ba5c7ba7 webalizer/webalizer.patch
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/webalizer/webalizer.patch Tue Apr 14 13:13:43 2009 +0200
@@ -0,0 +1,29 @@
+Index: graphs.c
+diff -Nau graphs.c.orig graphs.c
+--- graphs.c.orig 2009-04-14 11:58:01.576710518 +0200
++++ graphs.c 2009-04-14 12:16:00.411207613 +0200
+@@ -114,7 +114,7 @@
+ double fmaxval=0.0;
+
+ /* initalize the graph */
+- init_graph(title,512,256); /* init as 512 x 256 */
++ init_graph(title,@l_gwidth@,256); /* init as @l_gwidth@ x 256 */
+
+ gdImageLine(im, 305,25,305,233,black); /* draw section lines */
+ gdImageLine(im, 304,25,304,233,white);
+Index: output.c
+diff -Nau output.c.orig output.c
+--- output.c.orig 2009-01-13 06:34:04.000000000 +0100
++++ output.c 2009-04-14 12:46:38.913442401 +0200
+@@ -2431,9 +2431,9 @@
+
+ /* year graph */
+ fprintf(out_fp,"
\n",buffer); ++ "HEIGHT=256 WIDTH=@l_gwidth@>
\n",buffer); + /* month table */ +- fprintf(out_fp,"
",GREY); + fprintf(out_fp,"%s |
---|