Code

Renamed the project to SysDB (System DataBase).
authorSebastian Harl <sh@tokkee.org>
Wed, 2 Jan 2013 21:10:00 +0000 (22:10 +0100)
committerSebastian Harl <sh@tokkee.org>
Wed, 2 Jan 2013 21:10:48 +0000 (22:10 +0100)
commitbef7167f0dc1fd405e35d5cbffb3c0820945a9ea
tree0d350b1d194aca419a4d6a2801b840291781f341
parent3a179f6f4ad2586325656b49bd9d5a53efc8700c
Renamed the project to SysDB (System DataBase).

This name more closely resembles the actual intent / goal of the project.

The prefix for defines / function / etc. has been changed to sdb_.
41 files changed:
.gitignore
README
THANKS
configure.ac
doc/Makefile.am
doc/syscollectord.1.txt [deleted file]
doc/sysdbd.1.txt [new file with mode: 0644]
m4/sc_plugin.m4 [deleted file]
m4/sdb_plugin.m4 [new file with mode: 0644]
src/Makefile.am
src/backend/collectd.c
src/backend/mk-livestatus.c
src/backend/puppet-storeconfigs.c
src/core/object.c
src/core/plugin.c
src/core/store.c
src/daemon/config.c
src/daemon/syscollectord.c [deleted file]
src/daemon/syscollectord.conf [deleted file]
src/daemon/sysdbd.c [new file with mode: 0644]
src/daemon/sysdbd.conf [new file with mode: 0644]
src/include/core/object.h
src/include/core/plugin.h
src/include/core/store.h
src/include/daemon/config.h
src/include/syscollector.h.in [deleted file]
src/include/sysdb.h.in [new file with mode: 0644]
src/include/utils/data.h
src/include/utils/dbi.h
src/include/utils/llist.h
src/include/utils/string.h
src/include/utils/time.h
src/include/utils/unixsock.h
src/syscollector.c [deleted file]
src/sysdb.c [new file with mode: 0644]
src/utils/dbi.c
src/utils/llist.c
src/utils/string.c
src/utils/time.c
src/utils/unixsock.c
version-gen.sh