summaryrefslogtreecommitdiff
path: root/databases/rrdtool/patches/patch-aw
diff options
context:
space:
mode:
Diffstat (limited to 'databases/rrdtool/patches/patch-aw')
-rw-r--r--databases/rrdtool/patches/patch-aw12
1 files changed, 6 insertions, 6 deletions
diff --git a/databases/rrdtool/patches/patch-aw b/databases/rrdtool/patches/patch-aw
index 8150a84114f..387cf8d78d2 100644
--- a/databases/rrdtool/patches/patch-aw
+++ b/databases/rrdtool/patches/patch-aw
@@ -1,8 +1,8 @@
-$NetBSD: patch-aw,v 1.3 2005/07/30 06:53:16 wulf Exp $
+$NetBSD: patch-aw,v 1.4 2006/01/24 22:22:16 adam Exp $
---- src/rrd_tool.c.orig 2005-07-25 23:43:13.000000000 +0930
-+++ src/rrd_tool.c 2005-07-29 14:29:16.000000000 +0930
-@@ -564,7 +564,7 @@
+--- src/rrd_tool.c.orig 2005-12-18 21:30:45.000000000 +0100
++++ src/rrd_tool.c
+@@ -557,7 +557,7 @@ int HandleInputLine(int argc, char **arg
else if (strcmp("resize", argv[1]) == 0)
rrd_resize(argc-1, &argv[1]);
else if (strcmp("last", argv[1]) == 0)
@@ -11,7 +11,7 @@ $NetBSD: patch-aw,v 1.3 2005/07/30 06:53:16 wulf Exp $
else if (strcmp("first", argv[1]) == 0)
printf("%ld\n",rrd_first(argc-1, &argv[1]));
else if (strcmp("update", argv[1]) == 0)
-@@ -604,9 +604,9 @@
+@@ -597,9 +597,9 @@ int HandleInputLine(int argc, char **arg
printf("<?xml version=\"1.0\" encoding=\"%s\"?>\n\n", XML_ENCODING);
printf("<%s>\n", ROOT_TAG);
printf(" <%s>\n", META_TAG);
@@ -23,7 +23,7 @@ $NetBSD: patch-aw,v 1.3 2005/07/30 06:53:16 wulf Exp $
printf(" <%s>%lu</%s>\n", META_ROWS_TAG, row_cnt, META_ROWS_TAG);
printf(" <%s>%lu</%s>\n", META_COLS_TAG, col_cnt, META_COLS_TAG);
printf(" <%s>\n", LEGEND_TAG);
-@@ -622,7 +622,7 @@
+@@ -615,7 +615,7 @@ int HandleInputLine(int argc, char **arg
printf(" <%s>\n", DATA_TAG);
for (ti = start+step; ti <= end; ti += step) {
printf (" <%s>", DATA_ROW_TAG);