diff options
author | kremlin- <ian@kremlin.cc> | 2014-06-27 07:18:26 +0800 |
---|---|---|
committer | kremlin- <ian@kremlin.cc> | 2014-06-27 07:18:26 +0800 |
commit | 36961b20f9c3d6698db46c1bea91ed93f7122d9c (patch) | |
tree | bc2813a11c4e2ae42e418b741fbe83fee5757f02 /src/config.h | |
parent | 10aafb894ef3d0c148e686179e1c350cd05361e1 (diff) | |
download | systembsd-36961b20f9c3d6698db46c1bea91ed93f7122d9c.tar systembsd-36961b20f9c3d6698db46c1bea91ed93f7122d9c.tar.gz systembsd-36961b20f9c3d6698db46c1bea91ed93f7122d9c.tar.bz2 systembsd-36961b20f9c3d6698db46c1bea91ed93f7122d9c.tar.lz systembsd-36961b20f9c3d6698db46c1bea91ed93f7122d9c.tar.xz systembsd-36961b20f9c3d6698db46c1bea91ed93f7122d9c.tar.zst systembsd-36961b20f9c3d6698db46c1bea91ed93f7122d9c.zip |
cut out install code that should be handled in makefile
Diffstat (limited to 'src/config.h')
-rw-r--r-- | src/config.h | 13 |
1 files changed, 3 insertions, 10 deletions
diff --git a/src/config.h b/src/config.h index a209a1c..3fdf183 100644 --- a/src/config.h +++ b/src/config.h @@ -7,12 +7,13 @@ static gchar **hostnamed_ispect_xml, **hostnamed_dbus_xml, /* manually increment this if adding new functionality/config files */ static const guint XML_FILE_COUNT = 8; -static gchar **xml_contents[] = { +/* i'm not sure we even need to load in ispect xml.. +gchar **xml_contents[] = { hostnamed_ispect_xml, hostnamed_dbus_xml, localed_ispect_xml, localed_dbus_xml, timedated_ispect_xml, timedated_dbus_xml, logind_ispect_xml, logind_dbus_xml -}; +};*/ /* TODO ifdef allowed editable xml only take files that meet exact sizes * of ones hashed below */ @@ -29,11 +30,3 @@ static const gchar *timedated_dbus_sum = "d7d67482a821cbc7a6ab3a68f1c00e0dc61a static const gchar *timedated_ispect_sum = "f576cb908636a285c9cd2e42a71ad243a0d5eb0ff12398f0627cce56c15a8268"; #endif - -static gboolean populate_xml_data_dir() { - -} - -static gboolean read_xml_from_installconf() { - -} |