Moved `exit_usage' from `collectd.c' to `configfile.c' and renamed it to `cf_callback...
authorocto <octo>
Sun, 8 Jan 2006 08:22:46 +0000 (08:22 +0000)
committerocto <octo>
Sun, 8 Jan 2006 08:22:46 +0000 (08:22 +0000)
commit0334d1bf754bf285668cdbc4243a972495f25dd7
treefb75c63e9cb0bba3c0b590d07cb35cc686806db6
parent5006d867f46366564a399ddb056f07737a635de4
Moved `exit_usage' from `collectd.c' to `configfile.c' and renamed it to `cf_callback_usage'.
Removed the `getopt' code. Argument parsing is now done by `libconfig' as well.
Fixed a typo in `collectd.c' which prevented collectd from catching a SIGINT..
src/collectd.c
src/configfile.c
src/configfile.h