X-Git-Url: https://uglyman.kremlin.cc/gitweb/gitweb.cgi?p=systembsd.git;a=blobdiff_plain;f=src%2Fmain.c;h=da8cdc68333c80aea24f55ce82985edae9d2037b;hp=fc50a2445cdd8bc547163381d62f59c52ea7f6ab;hb=8f18585d9b77a7e006f74fd94be74e014c791843;hpb=e3382563a24b6a3c162763942edefee462b2d752 diff --git a/src/main.c b/src/main.c index fc50a24..da8cdc6 100644 --- a/src/main.c +++ b/src/main.c @@ -28,7 +28,6 @@ //#include "main/h" gboolean systemd_utils_init() { -<<<<<<< HEAD #ifdef INSTALL if(!config_init()) { gchar *tmp; @@ -37,24 +36,15 @@ gboolean systemd_utils_init() { g_printf("FAILED to install configs in %s!\n", tmp); return FALSE; } - if(!init_xml()) { + /*if(!init_xml()) { gchar **tmp; tmp = g_get_system_data_dirs(); g_printf("FAILED to install xml configs in %s!\n", tmp[0]); return FALSE; - } + }*/ #endif return TRUE; -======= - #ifdef INSTALL - if(!config_init()) { - g_printf("%s\n", "FAILED to install configs in /etc/!"); - return FALSE; - } - #endif - return TRUE; ->>>>>>> master } int main() {