From: Martin Mares Date: Wed, 18 Jul 2012 10:56:24 +0000 (+0200) Subject: Config: daemon-helper is not compiled by default any longer X-Git-Tag: v5.99~139 X-Git-Url: http://mj.ucw.cz/gitweb/?a=commitdiff_plain;h=8f1823747019e07d0eaafe3af1feaf442b1098da;p=libucw.git Config: daemon-helper is not compiled by default any longer --- diff --git a/ucw/default.cfg b/ucw/default.cfg index 09d3658f..60e1c046 100644 --- a/ucw/default.cfg +++ b/ucw/default.cfg @@ -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");