[yast-commit] r64684 - /trunk/cluster/src/Cluster.ycp
Author: xwhu Date: Fri Jul 1 07:35:07 2011 New Revision: 64684 URL: http://svn.opensuse.org/viewcvs/yast?rev=64684&view=rev Log: add new package dependency on conntrack-tools Modified: trunk/cluster/src/Cluster.ycp Modified: trunk/cluster/src/Cluster.ycp URL: http://svn.opensuse.org/viewcvs/yast/trunk/cluster/src/Cluster.ycp?rev=64684&r1=64683&r2=64684&view=diff ============================================================================== --- trunk/cluster/src/Cluster.ycp (original) +++ trunk/cluster/src/Cluster.ycp Fri Jul 1 07:35:07 2011 @@ -337,7 +337,7 @@ ); boolean ret = false; - list<string> required_pack_list = ["pacemaker", "pacemaker-mgmt", "pacemaker-mgmt-client", "csync2"]; + list<string> required_pack_list = ["pacemaker", "pacemaker-mgmt", "pacemaker-mgmt-client", "csync2", "conntrack-tools"]; ret = PackageSystem::CheckAndInstallPackagesInteractive(required_pack_list); if (ret == false) { Report::Error(_("Cannot install required package")); -- To unsubscribe, e-mail: yast-commit+unsubscribe@opensuse.org For additional commands, e-mail: yast-commit+help@opensuse.org
participants (1)
-
xwhu@svn2.opensuse.org