Author: lslezak Date: Thu Oct 30 16:19:51 2008 New Revision: 52750 URL: http://svn.opensuse.org/viewcvs/yast?rev=52750&view=rev Log: - fixed location of "DISABLE_RESTART_ON_UPDATE" and "DISABLE_STOP_ON_REMOVAL" variables - they are in /etc/sysconfig/services now Modified: trunk/security/package/yast2-security.changes trunk/security/src/Security.ycp Modified: trunk/security/package/yast2-security.changes URL: http://svn.opensuse.org/viewcvs/yast/trunk/security/package/yast2-security.changes?rev=52750&r1=52749&r2=52750&view=diff ============================================================================== --- trunk/security/package/yast2-security.changes (original) +++ trunk/security/package/yast2-security.changes Thu Oct 30 16:19:51 2008 @@ -4,6 +4,9 @@ - better check enabled mail services (bnc#437363) - do not check "consolekit" service, it's started automatically (bnc#436797), added "boot.clock" as an optional service +- fixed location of "DISABLE_RESTART_ON_UPDATE" and + "DISABLE_STOP_ON_REMOVAL" variables - they are in + /etc/sysconfig/services now - 2.17.7 ------------------------------------------------------------------- Modified: trunk/security/src/Security.ycp URL: http://svn.opensuse.org/viewcvs/yast/trunk/security/src/Security.ycp?rev=52750&r1=52749&r2=52750&view=diff ============================================================================== --- trunk/security/src/Security.ycp (original) +++ trunk/security/src/Security.ycp Thu Oct 30 16:19:51 2008 @@ -191,6 +191,8 @@ ], ".sysconfig.security" : [ "PERMISSION_SECURITY", + ], + ".sysconfig.services" : [ "DISABLE_RESTART_ON_UPDATE", "DISABLE_STOP_ON_REMOVAL", ], -- To unsubscribe, e-mail: yast-commit+unsubscribe@opensuse.org For additional commands, e-mail: yast-commit+help@opensuse.org