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 784fcdd8492..8150a84114f 100644
--- a/databases/rrdtool/patches/patch-aw
+++ b/databases/rrdtool/patches/patch-aw
@@ -1,8 +1,8 @@
-$NetBSD: patch-aw,v 1.2 2005/07/03 15:23:34 wulf Exp $
+$NetBSD: patch-aw,v 1.3 2005/07/30 06:53:16 wulf Exp $
---- src/rrd_tool.c.orig 2005-05-28 22:31:55.000000000 +0930
-+++ src/rrd_tool.c 2005-06-19 14:09:40.000000000 +0930
-@@ -559,7 +559,7 @@
+--- 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 @@
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.2 2005/07/03 15:23:34 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)
-@@ -599,9 +599,9 @@
+@@ -604,9 +604,9 @@
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.2 2005/07/03 15:23:34 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);
-@@ -617,7 +617,7 @@
+@@ -622,7 +622,7 @@
printf(" <%s>\n", DATA_TAG);
for (ti = start+step; ti <= end; ti += step) {
printf (" <%s>", DATA_ROW_TAG);