6e9d7cb SYSDB: Move sysdb initialization into a new module sysdb_init.c

Authored and Committed by jhrozek 7 years ago
    SYSDB: Move sysdb initialization into a new module sysdb_init.c
    
    The sysdb initialization was in the sysdb.c module. With adding
    initialization of the timestamp cache, this module would become too big
    with too many private functions meant only for initialization.
    
    This patch only moves code around, there are no functional changes to
    the initialization.
    
    Reviewed-by: Sumit Bose <sbose@redhat.com>
    
        
file modified
+1 -0
file modified
+0 -526
file added
+553