[yast-commit] r60518 - in /branches/SuSE-Code-11-SP1-Branch/samba-server: VERSION package/yast2-samba-server.changes src/SambaServer.pm
Author: locilka Date: Mon Jan 25 17:03:24 2010 New Revision: 60518 URL: http://svn.opensuse.org/viewcvs/yast?rev=60518&view=rev Log: - Import sets Modified to true (BNC #572670). - 2.17.10 Modified: branches/SuSE-Code-11-SP1-Branch/samba-server/VERSION branches/SuSE-Code-11-SP1-Branch/samba-server/package/yast2-samba-server.changes branches/SuSE-Code-11-SP1-Branch/samba-server/src/SambaServer.pm Modified: branches/SuSE-Code-11-SP1-Branch/samba-server/VERSION URL: http://svn.opensuse.org/viewcvs/yast/branches/SuSE-Code-11-SP1-Branch/samba-server/VERSION?rev=60518&r1=60517&r2=60518&view=diff ============================================================================== --- branches/SuSE-Code-11-SP1-Branch/samba-server/VERSION (original) +++ branches/SuSE-Code-11-SP1-Branch/samba-server/VERSION Mon Jan 25 17:03:24 2010 @@ -1 +1 @@ -2.17.9 +2.17.10 Modified: branches/SuSE-Code-11-SP1-Branch/samba-server/package/yast2-samba-server.changes URL: http://svn.opensuse.org/viewcvs/yast/branches/SuSE-Code-11-SP1-Branch/samba-server/package/yast2-samba-server.changes?rev=60518&r1=60517&r2=60518&view=diff ============================================================================== --- branches/SuSE-Code-11-SP1-Branch/samba-server/package/yast2-samba-server.changes (original) +++ branches/SuSE-Code-11-SP1-Branch/samba-server/package/yast2-samba-server.changes Mon Jan 25 17:03:24 2010 @@ -1,3 +1,9 @@ +----------------------------------------------------------------- +Mon Jan 25 17:00:20 CET 2010 - locilka@suse.cz + +- Import sets Modified to true (BNC #572670). +- 2.17.10 + ------------------------------------------------------------------- Mon Mar 30 15:58:03 CEST 2009 - locilka@suse.cz Modified: branches/SuSE-Code-11-SP1-Branch/samba-server/src/SambaServer.pm URL: http://svn.opensuse.org/viewcvs/yast/branches/SuSE-Code-11-SP1-Branch/samba-server/src/SambaServer.pm?rev=60518&r1=60517&r2=60518&view=diff ============================================================================== --- branches/SuSE-Code-11-SP1-Branch/samba-server/src/SambaServer.pm (original) +++ branches/SuSE-Code-11-SP1-Branch/samba-server/src/SambaServer.pm Mon Jan 25 17:03:24 2010 @@ -304,7 +304,7 @@ } else { $GlobalsConfigured = 0; } - $Modified = 0; + $Modified = 1; y2debug("Importing: ", Dumper($settings)); @@ -323,7 +323,8 @@ my ($self) = @_; $GlobalsConfigured = 1 if $self->GetModified(); - $Modified = 0; + # Export does not change the status, only Import and Write + # $Modified = 0; return { version => "2.11", -- To unsubscribe, e-mail: yast-commit+unsubscribe@opensuse.org For additional commands, e-mail: yast-commit+help@opensuse.org
participants (1)
-
locilka@svn.opensuse.org