author | octo <octo> | |
Sun, 15 Jan 2006 12:20:33 +0000 (12:20 +0000) | ||
committer | octo <octo> | |
Sun, 15 Jan 2006 12:20:33 +0000 (12:20 +0000) | ||
commit | 3cf46d9689f6fae30e19f3898852083003862552 | |
tree | 09aca181b6728979dfdd644944b6b38e942b08c1 | tree | snapshot |
parent | 280f267969dcf5297cbda9dd17a1674ec3242866 | commit | diff |
Fixed a but in the mysql module, so it builds as write-only module, too.
Shorted the command line options to `help' and `dont fork' only.
Brought `getopt' back: `libconfig' doesn't do what I want: Command line options are evaluated after config files. So I don't know what mode the daemon will be in when parsing the file. That's why I moved everything into the config file.
Removed `cf_callback_usage' again.
Changed `cf_read' to not need `argc' and `argv' anymore..
Shorted the command line options to `help' and `dont fork' only.
Brought `getopt' back: `libconfig' doesn't do what I want: Command line options are evaluated after config files. So I don't know what mode the daemon will be in when parsing the file. That's why I moved everything into the config file.
Removed `cf_callback_usage' again.
Changed `cf_read' to not need `argc' and `argv' anymore..
src/collectd.c | diff | blob | history | |
src/collectd.h | diff | blob | history | |
src/configfile.c | diff | blob | history | |
src/configfile.h | diff | blob | history | |
src/mysql.c | diff | blob | history |