diff options
author | kremlin- <ian@kremlin.cc> | 2014-06-26 10:06:06 +0800 |
---|---|---|
committer | kremlin- <ian@kremlin.cc> | 2014-06-26 10:06:06 +0800 |
commit | 94304e786b09589046e9ac4e38e2dffca29564b4 (patch) | |
tree | bc084a4febb6a89558d1b1baa0d9166fd5ed47a5 /src/main.c | |
parent | e8f563da640afecdbe77027d7d27e0768f52bebc (diff) | |
download | systembsd-94304e786b09589046e9ac4e38e2dffca29564b4.tar systembsd-94304e786b09589046e9ac4e38e2dffca29564b4.tar.gz systembsd-94304e786b09589046e9ac4e38e2dffca29564b4.tar.bz2 systembsd-94304e786b09589046e9ac4e38e2dffca29564b4.tar.lz systembsd-94304e786b09589046e9ac4e38e2dffca29564b4.tar.xz systembsd-94304e786b09589046e9ac4e38e2dffca29564b4.tar.zst systembsd-94304e786b09589046e9ac4e38e2dffca29564b4.zip |
fixing merge conflicts
Diffstat (limited to 'src/main.c')
-rw-r--r-- | src/main.c | 14 |
1 files changed, 2 insertions, 12 deletions
@@ -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() { |