add ail_createdb & ail_syncdb sandbox/sdi2/multiuser2
authorSabera Djelti (sdi2) <sabera.djelti@open.eurogiciel.org>
Thu, 30 Oct 2014 14:59:08 +0000 (15:59 +0100)
committerSabera Djelti (sdi2) <sabera.djelti@open.eurogiciel.org>
Fri, 31 Oct 2014 15:15:43 +0000 (16:15 +0100)
commit57156cbade2260b3e83a2d3146652f7fa658ee83
treed821019fab35d67f9fefd89f35b05fe9bbda7191
parent9cb82d93d3f47584ba855648e1d727acaa5b904e
add ail_createdb & ail_syncdb

The creation and the synchronisation of the global/user application database made by ail_initdb(_user) is now split up in two separate tools ail_createdb(_user) and ail_syncdb(_user)
ail_initdb is an obsolete tool

Change-Id: I433d70b139b686f0264c41074efd13ca61f1235d
Signed-off-by: Sabera Djelti (sdi2) <sabera.djelti@open.eurogiciel.org>
packaging/ail.spec
tool/CMakeLists.txt
tool/CMakeLists.txt~ [new file with mode: 0755]
tool/src/createdb.c [new file with mode: 0644]
tool/src/createdb_user.c [new file with mode: 0644]
tool/src/syncdb.c [new file with mode: 0644]
tool/src/syncdb_user.c [new file with mode: 0644]