Hello community, here is the log from the commit of package yast2-ftp-server for openSUSE:Factory checked in at 2014-11-29 08:39:56 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/yast2-ftp-server (Old) and /work/SRC/openSUSE:Factory/.yast2-ftp-server.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Package is "yast2-ftp-server" Changes: -------- --- /work/SRC/openSUSE:Factory/yast2-ftp-server/yast2-ftp-server.changes 2014-11-15 12:30:51.000000000 +0100 +++ /work/SRC/openSUSE:Factory/.yast2-ftp-server.new/yast2-ftp-server.changes 2014-11-29 08:40:03.000000000 +0100 @@ -1,0 +2,7 @@ +Fri Nov 28 12:39:50 CET 2014 - schubi@suse.de + +- AutoYaST import: Initialize the correct ftpserver which will + be used for configuration. (bnc#907354) +- 3.1.7 + +------------------------------------------------------------------- Old: ---- yast2-ftp-server-3.1.6.tar.bz2 New: ---- yast2-ftp-server-3.1.7.tar.bz2 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ yast2-ftp-server.spec ++++++ --- /var/tmp/diff_new_pack.1w8vMg/_old 2014-11-29 08:40:04.000000000 +0100 +++ /var/tmp/diff_new_pack.1w8vMg/_new 2014-11-29 08:40:04.000000000 +0100 @@ -17,7 +17,7 @@ Name: yast2-ftp-server -Version: 3.1.6 +Version: 3.1.7 Release: 0 BuildRoot: %{_tmppath}/%{name}-%{version}-build ++++++ yast2-ftp-server-3.1.6.tar.bz2 -> yast2-ftp-server-3.1.7.tar.bz2 ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/yast2-ftp-server-3.1.6/package/yast2-ftp-server.changes new/yast2-ftp-server-3.1.7/package/yast2-ftp-server.changes --- old/yast2-ftp-server-3.1.6/package/yast2-ftp-server.changes 2014-11-14 18:28:15.000000000 +0100 +++ new/yast2-ftp-server-3.1.7/package/yast2-ftp-server.changes 2014-11-28 18:04:57.000000000 +0100 @@ -1,4 +1,11 @@ ------------------------------------------------------------------- +Fri Nov 28 12:39:50 CET 2014 - schubi@suse.de + +- AutoYaST import: Initialize the correct ftpserver which will + be used for configuration. (bnc#907354) +- 3.1.7 + +------------------------------------------------------------------- Fri Oct 3 14:03:26 UTC 2014 - ancor@suse.com - Fixed a configuration problem preventing xinetd to handle vsftp, diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/yast2-ftp-server-3.1.6/package/yast2-ftp-server.spec new/yast2-ftp-server-3.1.7/package/yast2-ftp-server.spec --- old/yast2-ftp-server-3.1.6/package/yast2-ftp-server.spec 2014-11-14 18:28:15.000000000 +0100 +++ new/yast2-ftp-server-3.1.7/package/yast2-ftp-server.spec 2014-11-28 18:04:57.000000000 +0100 @@ -17,7 +17,7 @@ Name: yast2-ftp-server -Version: 3.1.6 +Version: 3.1.7 Release: 0 BuildRoot: %{_tmppath}/%{name}-%{version}-build diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/yast2-ftp-server-3.1.6/src/modules/FtpServer.rb new/yast2-ftp-server-3.1.7/src/modules/FtpServer.rb --- old/yast2-ftp-server-3.1.6/src/modules/FtpServer.rb 2014-11-14 13:28:13.000000000 +0100 +++ new/yast2-ftp-server-3.1.7/src/modules/FtpServer.rb 2014-11-28 13:03:12.000000000 +0100 @@ -949,9 +949,14 @@ # @return [Boolean] True on success def Import(settings) settings = deep_copy(settings) - # Evaluate the kind of ftpserver at first. + # Evaluate the kind of ftpserver at first via xinetd.... # (bnc#892701) IdFTPXinetd() + # ...and check/initialize the correct ftpserver which will + # be used for configuration. + # (bnc#907354) + InitDaemon() + result = true Builtins.foreach(@UI_keys) do |key| val = Ops.get_string(settings, key) -- To unsubscribe, e-mail: opensuse-commit+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-commit+help@opensuse.org