View | Details | Raw Unified | Return to bug 337913
Collapse All | Expand All

(-)ProfileManager.ycp (-1 / +1 lines)
Lines 511-517 Link Here
511
 */
511
 */
512
global define boolean ReadConfigFile () ``{
512
global define boolean ReadConfigFile () ``{
513
513
514
    if (! FileUtils::Exists ("/etc/scpm.conf"))
514
    if (! FileUtils::Exists ("/etc/sysconfig/scpm"))
515
	return false;
515
	return false;
516
516
517
    scpm_conf = $[
517
    scpm_conf = $[

Return to bug 337913