]> mj.ucw.cz Git - libucw.git/commitdiff
Config: daemon-helper is not compiled by default any longer
authorMartin Mares <mj@ucw.cz>
Wed, 18 Jul 2012 10:56:24 +0000 (12:56 +0200)
committerMartin Mares <mj@ucw.cz>
Wed, 18 Jul 2012 10:56:24 +0000 (12:56 +0200)
ucw/default.cfg

index 09d3658f61a60cb4fe9f28df5e8bf83ce30233f7..60e1c046b8e698b717220a98dfe353b2a6fd4ef9 100644 (file)
@@ -44,7 +44,7 @@ Set("CONFIG_UCW_SHELL_UTILS" => 1);
 Set("CONFIG_UCW_UTILS" => 1);
 
 # Include obsolete daemon-helper utility
-Set("CONFIG_UCW_OBSOLETE_DAEMON_HELPER" => 1);
+UnSet("CONFIG_UCW_OBSOLETE_DAEMON_HELPER");
 
 # Default configuration file
 UnSet("CONFIG_UCW_DEFAULT_CONFIG");