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

(-)Timezone.ycp (+4 lines)
Lines 163-168 Link Here
163
    //
163
    //
164
    if (!Mode::config () && really )
164
    if (!Mode::config () && really )
165
    {
165
    {
166
	if (Stage::initial () || Stage::cont ())
167
	    SCR::Execute ( .target.bash, "/usr/bin/xset -dpms");
166
	string cmd = "/usr/sbin/zic -l " + timezone;
168
	string cmd = "/usr/sbin/zic -l " + timezone;
167
	y2milestone( "Set cmd %1", cmd );
169
	y2milestone( "Set cmd %1", cmd );
168
	y2milestone( "Set ret %1", SCR::Execute( .target.bash_output, cmd ));
170
	y2milestone( "Set ret %1", SCR::Execute( .target.bash_output, cmd ));
Lines 172-177 Link Here
172
	    y2milestone( "Set cmd %1", cmd );
174
	    y2milestone( "Set cmd %1", cmd );
173
	    y2milestone( "Set ret %1", SCR::Execute(.target.bash_output, cmd ));
175
	    y2milestone( "Set ret %1", SCR::Execute(.target.bash_output, cmd ));
174
	}
176
	}
177
	if (Stage::initial () || Stage::cont ())
178
	    SCR::Execute ( .target.bash, "/usr/bin/xset +dpms");
175
    }
179
    }
176
180
177
    // On first assignment store default timezone.
181
    // On first assignment store default timezone.

Return to bug 294292