b3e6befe51
Bugfixes: * rrdcached: print \n at the end of log messages when running rrdcached in the foreground -- Bernard Li * rrdcached: Let the -s, -m and -P options affect the default socket as well -- Sebastian Harl * rrdgraph: font related memory leaks fixed #208 -- tobi * rrdgraph-libdbi: print error message instead of dumping core on sql problem -- Pavel Nikiforov * rrdgraph-libdbi: properly allocated response buffer -- Pavel Nikiforov * rrdtool: in remote mode, make argument count for remote commmands strict -- Dave Peticolas * rrdgraph: fix problems with second %s in right-axis format -- tobi * and many more: for full changelog http://oss.oetiker.ch/rrdtool/pub/CHANGES Enhancements: * rrdcached: add hosts_access support added -- Shaun Reitan * rrdfetch/graph: introduce "epoch" as a new base time reference, meaning timestamp 0: you can now write epoch+11111111s or epoch+19711205s -- Peter Stamfest
13 lines
340 B
Text
13 lines
340 B
Text
$NetBSD: patch-az,v 1.3 2011/01/05 18:12:39 kefren Exp $
|
|
|
|
--- src/rrd_daemon.c.orig 2010-12-21 18:06:32.000000000 +0200
|
|
+++ src/rrd_daemon.c 2011-01-05 18:10:33.000000000 +0200
|
|
@@ -113,7 +113,7 @@
|
|
#include <tcpd.h>
|
|
#endif /* HAVE_LIBWRAP */
|
|
|
|
-#include <glib-2.0/glib.h>
|
|
+#include <glib.h>
|
|
/* }}} */
|
|
|
|
#define RRDD_LOG(severity, ...) \
|