summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 0478c7d)
raw | patch | inline | side by side (parent: 0478c7d)
author | octo <octo> | |
Fri, 16 Dec 2005 14:37:52 +0000 (14:37 +0000) | ||
committer | octo <octo> | |
Fri, 16 Dec 2005 14:37:52 +0000 (14:37 +0000) |
ChangeLog | patch | blob | history | |
src/Makefile.am | patch | blob | history | |
src/collectd.c | patch | blob | history |
diff --git a/ChangeLog b/ChangeLog
index 2194ed80a9dbae6aabeca09b0c63ef0a8df4a362..f6a591f34b45f48ee3767ccd93c18fefb3bcc849 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
-2005-12-07, Version 3.5.0 (Revision 321)
+2005-12-07, Version 3.5.0 (Revision 326)
* A bug in the `load' module under Solaris has been fixed.
* The `users' module has been contributed by Sebastian Harl. It counts
currently logged in users.
diff --git a/src/Makefile.am b/src/Makefile.am
index c15e91eeabe4a3c62a3996c3bf490c229c681fa6..6b94389c91faf690ddc12c579aefd3c92ffd7541 100644 (file)
--- a/src/Makefile.am
+++ b/src/Makefile.am
multicast.c multicast.h \
plugin.c plugin.h
#collectd_CFLAGS = -DPLUGINDIR='"$(pkglibdir)"'
-collectd_CPPFLAGS =
+collectd_CPPFLAGS = $(LTDLINCL)
collectd_CPPFLAGS += -DCONFIGFILE='"${sysconfdir}/${PACKAGE_NAME}.conf"'
collectd_CPPFLAGS += -DPKGLOCALSTATEDIR='"${localstatedir}/lib/${PACKAGE_NAME}"'
collectd_CPPFLAGS += -DPIDFILE='"${localstatedir}/run/${PACKAGE_NAME}.pid"'
diff --git a/src/collectd.c b/src/collectd.c
index 418a5d7433ecd789115227342907fed1eec3029d..069fb1ecad2bb03b6800fa288712913bc2187d30 100644 (file)
--- a/src/collectd.c
+++ b/src/collectd.c
"\n%s %s, http://verplant.org/collectd/\n"
"by Florian octo Forster <octo@verplant.org>\n"
"for contributions see `AUTHORS'\n",
- PACKAGE, CONFIGFILE, PIDFILE, PLUGINDIR, PKGLOCALSTATEDIR, PACKAGE, VERSION);
+ PACKAGE, /* CONFIGFILE, */ PIDFILE, PLUGINDIR, PKGLOCALSTATEDIR, PACKAGE, VERSION);
exit (0);
}