X-Git-Url: https://uglyman.kremlin.cc/gitweb/gitweb.cgi?a=blobdiff_plain;f=src%2Fmain.h;h=a5fd502aa5dd181248f8594eea995e887ed4bb44;hb=c3b84b0abed4c48ab8ff036081f43a523009c8a9;hp=5e8093f0139afcf80bc1e67b383925d84fee68de;hpb=45abf38b365ef9dd59961fb1f7ac70c52fa0d47b;p=systembsd.git diff --git a/src/main.h b/src/main.h index 5e8093f..a5fd502 100644 --- a/src/main.h +++ b/src/main.h @@ -1,6 +1,6 @@ #include -#include "xml_defs.h" +//TODO change this to config dir, not data dir gboolean install_conf() { gchar *our_conf_uri = "systemd-utl/xml-conf/"; gchar **data_dir = g_get_system_data_dirs(); @@ -13,7 +13,8 @@ gboolean install_conf() { /*TODO permissions w/ this */ g_mkdir_with_parents(our_conf_path, 0644); - return (errors[0] == NULL); + return FALSE; + //return (errors[0] == NULL); } else return FALSE;