Mailinglist Archive: yast-commit (129 mails)
| < Previous | Next > |
[yast-commit] r62981 - in /branches/SuSE-SLE-10-SP4-Branch/samba-client: VERSION package/yast2-samba-client.changes src/SambaConfig.pm
- From: jsuchome@xxxxxxxxxxxxxxxxx
- Date: Thu, 09 Dec 2010 15:34:35 -0000
- Message-id: <20101209153435.3D65D324A4@xxxxxxxxxxxxxxxxx>
Author: jsuchome
Date: Thu Dec 9 16:34:34 2010
New Revision: 62981
URL: http://svn.opensuse.org/viewcvs/yast?rev=62981&view=rev
Log:
- do not delete sections on Export (bnc#571073)
- 2.13.43
Modified:
branches/SuSE-SLE-10-SP4-Branch/samba-client/VERSION
branches/SuSE-SLE-10-SP4-Branch/samba-client/package/yast2-samba-client.changes
branches/SuSE-SLE-10-SP4-Branch/samba-client/src/SambaConfig.pm
Modified: branches/SuSE-SLE-10-SP4-Branch/samba-client/VERSION
URL:
http://svn.opensuse.org/viewcvs/yast/branches/SuSE-SLE-10-SP4-Branch/samba-client/VERSION?rev=62981&r1=62980&r2=62981&view=diff
==============================================================================
--- branches/SuSE-SLE-10-SP4-Branch/samba-client/VERSION (original)
+++ branches/SuSE-SLE-10-SP4-Branch/samba-client/VERSION Thu Dec 9 16:34:34
2010
@@ -1 +1 @@
-2.13.42
+2.13.43
Modified:
branches/SuSE-SLE-10-SP4-Branch/samba-client/package/yast2-samba-client.changes
URL:
http://svn.opensuse.org/viewcvs/yast/branches/SuSE-SLE-10-SP4-Branch/samba-client/package/yast2-samba-client.changes?rev=62981&r1=62980&r2=62981&view=diff
==============================================================================
---
branches/SuSE-SLE-10-SP4-Branch/samba-client/package/yast2-samba-client.changes
(original)
+++
branches/SuSE-SLE-10-SP4-Branch/samba-client/package/yast2-samba-client.changes
Thu Dec 9 16:34:34 2010
@@ -1,4 +1,10 @@
-------------------------------------------------------------------
+Thu Dec 9 16:25:39 CET 2010 - jsuchome@xxxxxxx
+
+- do not delete sections on Export (bnc#571073)
+- 2.13.43
+
+-------------------------------------------------------------------
Fri Aug 21 11:50:07 CEST 2009 - jsuchome@xxxxxxx
- include /etc/samba/dhcp.conf in temporary smb.conf if such
Modified: branches/SuSE-SLE-10-SP4-Branch/samba-client/src/SambaConfig.pm
URL:
http://svn.opensuse.org/viewcvs/yast/branches/SuSE-SLE-10-SP4-Branch/samba-client/src/SambaConfig.pm?rev=62981&r1=62980&r2=62981&view=diff
==============================================================================
--- branches/SuSE-SLE-10-SP4-Branch/samba-client/src/SambaConfig.pm (original)
+++ branches/SuSE-SLE-10-SP4-Branch/samba-client/src/SambaConfig.pm Thu Dec 9
16:34:34 2010
@@ -436,7 +436,6 @@
foreach my $share (keys %Config) {
next unless $Config{$share}; # skip removed shares
next if $share =~ /^_/; # skip internal shares
- next if Mode->config () && not $Config{$share}{_modified}; # skip
untouched shares
my %section;
$section{name} = $share;
$section{comment} = $Config{$share}{_comment} if
$Config{$share}{_comment};
--
To unsubscribe, e-mail: yast-commit+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: yast-commit+help@xxxxxxxxxxxx
Date: Thu Dec 9 16:34:34 2010
New Revision: 62981
URL: http://svn.opensuse.org/viewcvs/yast?rev=62981&view=rev
Log:
- do not delete sections on Export (bnc#571073)
- 2.13.43
Modified:
branches/SuSE-SLE-10-SP4-Branch/samba-client/VERSION
branches/SuSE-SLE-10-SP4-Branch/samba-client/package/yast2-samba-client.changes
branches/SuSE-SLE-10-SP4-Branch/samba-client/src/SambaConfig.pm
Modified: branches/SuSE-SLE-10-SP4-Branch/samba-client/VERSION
URL:
http://svn.opensuse.org/viewcvs/yast/branches/SuSE-SLE-10-SP4-Branch/samba-client/VERSION?rev=62981&r1=62980&r2=62981&view=diff
==============================================================================
--- branches/SuSE-SLE-10-SP4-Branch/samba-client/VERSION (original)
+++ branches/SuSE-SLE-10-SP4-Branch/samba-client/VERSION Thu Dec 9 16:34:34
2010
@@ -1 +1 @@
-2.13.42
+2.13.43
Modified:
branches/SuSE-SLE-10-SP4-Branch/samba-client/package/yast2-samba-client.changes
URL:
http://svn.opensuse.org/viewcvs/yast/branches/SuSE-SLE-10-SP4-Branch/samba-client/package/yast2-samba-client.changes?rev=62981&r1=62980&r2=62981&view=diff
==============================================================================
---
branches/SuSE-SLE-10-SP4-Branch/samba-client/package/yast2-samba-client.changes
(original)
+++
branches/SuSE-SLE-10-SP4-Branch/samba-client/package/yast2-samba-client.changes
Thu Dec 9 16:34:34 2010
@@ -1,4 +1,10 @@
-------------------------------------------------------------------
+Thu Dec 9 16:25:39 CET 2010 - jsuchome@xxxxxxx
+
+- do not delete sections on Export (bnc#571073)
+- 2.13.43
+
+-------------------------------------------------------------------
Fri Aug 21 11:50:07 CEST 2009 - jsuchome@xxxxxxx
- include /etc/samba/dhcp.conf in temporary smb.conf if such
Modified: branches/SuSE-SLE-10-SP4-Branch/samba-client/src/SambaConfig.pm
URL:
http://svn.opensuse.org/viewcvs/yast/branches/SuSE-SLE-10-SP4-Branch/samba-client/src/SambaConfig.pm?rev=62981&r1=62980&r2=62981&view=diff
==============================================================================
--- branches/SuSE-SLE-10-SP4-Branch/samba-client/src/SambaConfig.pm (original)
+++ branches/SuSE-SLE-10-SP4-Branch/samba-client/src/SambaConfig.pm Thu Dec 9
16:34:34 2010
@@ -436,7 +436,6 @@
foreach my $share (keys %Config) {
next unless $Config{$share}; # skip removed shares
next if $share =~ /^_/; # skip internal shares
- next if Mode->config () && not $Config{$share}{_modified}; # skip
untouched shares
my %section;
$section{name} = $share;
$section{comment} = $Config{$share}{_comment} if
$Config{$share}{_comment};
--
To unsubscribe, e-mail: yast-commit+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: yast-commit+help@xxxxxxxxxxxx
| < Previous | Next > |