add ail_createdb & ail_syncdb 98/29698/5
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>
Tue, 4 Nov 2014 10:24:00 +0000 (11:24 +0100)
commit1c2cd625924b29fd07c81063d4bf834e151e3f75
tree731869c5452db445480492d50cfe04080f318b65
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/src/createdb.c [new file with mode: 0644]
tool/src/createdb_user.c [new file with mode: 0644]
tool/src/initdb.c
tool/src/initdb_user.c
tool/src/syncdb.c [new file with mode: 0644]
tool/src/syncdb_user.c [new file with mode: 0644]