Author: kmachalkova Date: Thu Sep 20 18:11:01 2007 New Revision: 40995 URL: http://svn.opensuse.org/viewcvs/yast?rev=40995&view=rev Log: Set write_only mode at the end of 1st stage, do not start NTP service (#326478 related) Modified: trunk/ntp-client/src/ntp-client_finish.ycp Modified: trunk/ntp-client/src/ntp-client_finish.ycp URL: http://svn.opensuse.org/viewcvs/yast/trunk/ntp-client/src/ntp-client_finish.ycp?rev=40995&r1=40994&r2=40995&view=diff ============================================================================== --- trunk/ntp-client/src/ntp-client_finish.ycp (original) +++ trunk/ntp-client/src/ntp-client_finish.ycp Thu Sep 20 18:11:01 2007 @@ -42,6 +42,8 @@ NtpClient::Import( ex ); + NtpClient::write_only = true; + NtpClient::Write(); } -- To unsubscribe, e-mail: yast-commit+unsubscribe@opensuse.org For additional commands, e-mail: yast-commit+help@opensuse.org