Hello community, here is the log from the commit of package yast2-mail for openSUSE:Factory checked in at Tue Mar 10 00:01:50 CET 2009. -------- --- yast2-mail/yast2-mail.changes 2009-01-25 19:22:36.000000000 +0100 +++ yast2-mail/yast2-mail.changes 2009-03-09 22:22:32.105710000 +0100 @@ -1,0 +2,5 @@ +Mon Mar 9 22:15:36 CET 2009 - varkoly@suse.de + +- bnc#483639 - yast2 mail server's master.cf parser do not writes some lines + +------------------------------------------------------------------- calling whatdependson for head-i586 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ yast2-mail.spec ++++++ --- /var/tmp/diff_new_pack.l17814/_old 2009-03-09 23:57:31.000000000 +0100 +++ /var/tmp/diff_new_pack.l17814/_new 2009-03-09 23:57:31.000000000 +0100 @@ -20,7 +20,7 @@ Name: yast2-mail Version: 2.17.4 -Release: 7 +Release: 9 License: GPL v2 or later Group: System/YaST BuildRoot: %{_tmppath}/%{name}-%{version}-build @@ -171,6 +171,8 @@ %dir /usr/share/YaST2/clients /usr/share/YaST2/clients/users* %changelog +* Mon Mar 09 2009 varkoly@suse.de +- bnc#483639 - yast2 mail server's master.cf parser do not writes some lines * Sun Jan 25 2009 varkoly@suse.de - saslauthd and cyrus must be started and enabled by YaPI - Serial of SOA Record must not be greater then 4294967295 ++++++ yast2-mail-2.17.4.tar.bz2 ++++++ diff -urN --exclude=CVS --exclude=.cvsignore --exclude=.svn --exclude=.svnignore old/yast2-mail-2.17.4/agents/MasterCFParser.pm new/yast2-mail-2.17.4/agents/MasterCFParser.pm --- old/yast2-mail-2.17.4/agents/MasterCFParser.pm 2009-01-08 13:15:58.000000000 +0100 +++ new/yast2-mail-2.17.4/agents/MasterCFParser.pm 2009-03-09 22:02:41.000000000 +0100 @@ -425,7 +425,9 @@ if( defined $srv->{comment} ) { $line = $srv->{comment}; } - elsif( defined $srv->{service} && $srv->{type} && $srv->{private} && $srv->{unpriv} && $srv->{chroot} && $srv->{wakeup} && $srv->{maxproc} && $srv->{command} ) + elsif( defined $srv->{service} && defined $srv->{type} && defined $srv->{private} && + defined $srv->{unpriv} && defined $srv->{chroot} && defined $srv->{wakeup} && + defined $srv->{maxproc} && defined $srv->{command} ) { $line = sprintf("%-8s %-5s %-6s %-7s %-7s %-8s %-7s %s", ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Remember to have fun... -- To unsubscribe, e-mail: opensuse-commit+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-commit+help@opensuse.org