[yast-commit] r51862 - in /trunk/mail: package/yast2-mail.changes src/YaPI/MailServer.pm
Author: varkoly Date: Mon Oct 6 13:41:16 2008 New Revision: 51862 URL: http://svn.opensuse.org/viewcvs/yast?rev=51862&view=rev Log: hide debug messages Modified: trunk/mail/package/yast2-mail.changes trunk/mail/src/YaPI/MailServer.pm Modified: trunk/mail/package/yast2-mail.changes URL: http://svn.opensuse.org/viewcvs/yast/trunk/mail/package/yast2-mail.changes?rev=51862&r1=51861&r2=51862&view=diff ============================================================================== --- trunk/mail/package/yast2-mail.changes (original) +++ trunk/mail/package/yast2-mail.changes Mon Oct 6 13:41:16 2008 @@ -1,4 +1,9 @@ ------------------------------------------------------------------- +Mon Oct 6 12:17:22 CEST 2008 - varkoly@suse.de + +- (bnc#432405) - typo in mail.pot + +------------------------------------------------------------------- Sun Sep 28 10:28:17 CEST 2008 - varkoly@suse.de - Fixing (bnc#422022) - HTML markup shows in YAST dialogue Modified: trunk/mail/src/YaPI/MailServer.pm URL: http://svn.opensuse.org/viewcvs/yast/trunk/mail/src/YaPI/MailServer.pm?rev=51862&r1=51861&r2=51862&view=diff ============================================================================== --- trunk/mail/src/YaPI/MailServer.pm (original) +++ trunk/mail/src/YaPI/MailServer.pm Mon Oct 6 13:41:16 2008 @@ -1167,10 +1167,10 @@ my $smtp = SCR->Execute('.mail.postfix.mastercf.findService', { 'service' => 'smtp', 'command' => 'smtpd'}); -print "SMTP"; -print Dumper ($smtp); -print "VSCAN"; -print Dumper ($vscan); +#print "SMTP"; +#print Dumper ($smtp); +#print "VSCAN"; +#print Dumper ($vscan); if( defined $smtp->[0] && defined $smtp->[0]->{'options'} ) { if( $smtp->[0]->{'options'}->{'content_filter'} eq 'smtp:[localhost]:10024' && $vscan ) -- To unsubscribe, e-mail: yast-commit+unsubscribe@opensuse.org For additional commands, e-mail: yast-commit+help@opensuse.org
participants (1)
-
varkoly@svn.opensuse.org