Hello community, here is the log from the commit of package yast2-iplb for openSUSE:Factory checked in at 2018-02-14 10:52:07 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/yast2-iplb (Old) and /work/SRC/openSUSE:Factory/.yast2-iplb.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "yast2-iplb" Wed Feb 14 10:52:07 2018 rev:7 rq:576318 version:4.0.0 Changes: -------- --- /work/SRC/openSUSE:Factory/yast2-iplb/yast2-iplb.changes 2016-06-07 23:50:16.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.yast2-iplb.new/yast2-iplb.changes 2018-02-14 10:52:08.116575446 +0100 @@ -1,0 +2,7 @@ +Sun Feb 11 03:17:49 UTC 2018 - [email protected] + +- bsc#1080332, split large strings into smaller combination + to ease translation +- Version 4.0.0 + +------------------------------------------------------------------- Old: ---- yast2-iplb-3.1.6.tar.bz2 New: ---- yast2-iplb-4.0.0.tar.bz2 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ yast2-iplb.spec ++++++ --- /var/tmp/diff_new_pack.TMBsq2/_old 2018-02-14 10:52:08.800550828 +0100 +++ /var/tmp/diff_new_pack.TMBsq2/_new 2018-02-14 10:52:08.804550684 +0100 @@ -1,7 +1,7 @@ # # spec file for package yast2-iplb # -# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -17,7 +17,7 @@ Name: yast2-iplb -Version: 3.1.6 +Version: 4.0.0 Release: 0 BuildRoot: %{_tmppath}/%{name}-%{version}-build ++++++ yast2-iplb-3.1.6.tar.bz2 -> yast2-iplb-4.0.0.tar.bz2 ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/yast2-iplb-3.1.6/.travis.yml new/yast2-iplb-4.0.0/.travis.yml --- old/yast2-iplb-3.1.6/.travis.yml 2016-06-07 12:56:24.082920987 +0200 +++ new/yast2-iplb-4.0.0/.travis.yml 2018-02-13 16:30:57.000000000 +0100 @@ -1,16 +1,11 @@ -language: cpp -compiler: - - gcc +sudo: required +language: bash +services: + - docker + before_install: - # disable rvm, use system Ruby - - rvm reset - - wget https://raw.githubusercontent.com/yast/yast-devtools/master/travis-tools/travis_setup.sh - - sh ./travis_setup.sh -p "rake yast2-devtools yast2-testsuite yast2" -g "yast-rake gettext" + - docker build -t yast-iplb-image . script: - - rake check:syntax - - rake check:pot - - make -f Makefile.cvs - - make - - sudo make install - - make check - + # the "yast-travis-ruby" script is included in the base yastdevel/ruby image + # see https://github.com/yast/docker-yast-ruby/blob/master/yast-travis-ruby + - docker run -it -e TRAVIS=1 -e TRAVIS_JOB_ID="$TRAVIS_JOB_ID" yast-iplb-image yast-travis-ruby diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/yast2-iplb-3.1.6/Dockerfile new/yast2-iplb-4.0.0/Dockerfile --- old/yast2-iplb-3.1.6/Dockerfile 1970-01-01 01:00:00.000000000 +0100 +++ new/yast2-iplb-4.0.0/Dockerfile 2018-02-13 16:30:57.000000000 +0100 @@ -0,0 +1,3 @@ +FROM yastdevel/ruby +COPY . /usr/src/app + diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/yast2-iplb-3.1.6/package/yast2-iplb.changes new/yast2-iplb-4.0.0/package/yast2-iplb.changes --- old/yast2-iplb-3.1.6/package/yast2-iplb.changes 2016-06-07 12:56:24.102920987 +0200 +++ new/yast2-iplb-4.0.0/package/yast2-iplb.changes 2018-02-13 16:30:57.000000000 +0100 @@ -1,4 +1,11 @@ ------------------------------------------------------------------- +Sun Feb 11 03:17:49 UTC 2018 - [email protected] + +- bsc#1080332, split large strings into smaller combination + to ease translation +- Version 4.0.0 + +------------------------------------------------------------------- Tue Jun 7 10:43:50 UTC 2016 - [email protected] - Stop generating autodocs (fate#320356) diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/yast2-iplb-3.1.6/package/yast2-iplb.spec new/yast2-iplb-4.0.0/package/yast2-iplb.spec --- old/yast2-iplb-3.1.6/package/yast2-iplb.spec 2016-06-07 12:56:24.102920987 +0200 +++ new/yast2-iplb-4.0.0/package/yast2-iplb.spec 2018-02-13 16:30:57.000000000 +0100 @@ -17,7 +17,7 @@ Name: yast2-iplb -Version: 3.1.6 +Version: 4.0.0 Release: 0 BuildRoot: %{_tmppath}/%{name}-%{version}-build diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/yast2-iplb-3.1.6/src/include/iplb/complex.rb new/yast2-iplb-4.0.0/src/include/iplb/complex.rb --- old/yast2-iplb-3.1.6/src/include/iplb/complex.rb 2016-06-07 12:56:24.122920987 +0200 +++ new/yast2-iplb-4.0.0/src/include/iplb/complex.rb 2018-02-13 16:30:57.000000000 +0100 @@ -82,11 +82,6 @@ # Iplb summary dialog caption caption = _("IPLB Configuration") - # FIXME - summary = Iplb.Summary - unconfigured = Ops.get_list(summary, 1, []) - configured = Ops.get_string(summary, 0, "") - # Frame label contents = nil # Wizard_hw::DetectedContent(_("IPLB to Configure"), # unconfigured, false, configured); @@ -141,8 +136,6 @@ # Iplb overview dialog caption caption = _("IPLB Overview") - overview = Iplb.Overview - # FIXME table header contents = nil #Wizard_hw::ConfiguredContent( diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/yast2-iplb-3.1.6/src/include/iplb/helps.rb new/yast2-iplb-4.0.0/src/include/iplb/helps.rb --- old/yast2-iplb-3.1.6/src/include/iplb/helps.rb 2016-06-07 12:56:24.134920987 +0200 +++ new/yast2-iplb-4.0.0/src/include/iplb/helps.rb 2018-02-13 16:30:57.000000000 +0100 @@ -37,69 +37,69 @@ "<p><b><big>check interval</big> =</b> <i>n</i>\n" + "</p><p>Defines the number of second between server checks.\n" + "</p><p>Default: 10 seconds\n" + - "\n" + - "</p><p><b><big>check timeout</big> =</b> <i>n</i>\n" + + "\n") + + _("</p><p><b><big>check timeout</big> =</b> <i>n</i>\n" + "</p><p>Timeout in seconds for connect, external and ping checks. If the timeout is exceeded then the real server is declared dead.\n" + "</p><p>If defined in a virtual server section then the global value is overridden.\n" + "</p><p>If undefined then the value of negotiatetimeout is used. negotiatetimeout is also a global value that may be overriden by a per-virtual setting.\n" + "</p><p>If both checktimeout and negotiatetimeout are unset, the default is used.\n" + "</p><p>Default: 5 seconds\n" + - "\n" + - "</p><p><b><big>failure count</big> =</b> <i>n</i>\n" + + "\n") + + _("</p><p><b><big>failure count</big> =</b> <i>n</i>\n" + "</p><p>The number of consecutive times a failure will have to be reported by a check before the realserver is considered to have failed. A value of 1 will have the realserver considered failed on the first failure. A successful check will reset the failure counter to 0.\n" + "</p><p>If defined in a virtual server section then the global value is overridden.\n" + "</p><p>Default: 1\n" + - "\n" + - "</p><p><b><big>negotiate timeout</big> =</b> <i>n</i>\n" + + "\n") + + _("</p><p><b><big>negotiate timeout</big> =</b> <i>n</i>\n" + "</p><p>Timeout in seconds for negotiate checks.\n" + "</p><p>If defined in a virtual server section then the global value is overridden.\n" + "</p><p>If undefined then the value of connecttimeout is used. connecttimeout is also a global value that may be overriden by a per-virtual setting.\n" + "</p><p>If both negotiatetimeout and connecttimeout are unset, the default is used.\n" + "</p><p>Default: 30 seconds\n" + - "\n" + - "</p><p><b><big>fallback</big> =</b> <i>ip_address|hostname[:portnumber|sercvicename]</i> [<b>gate</b>|<b>masq</b>|<b>ipip</b>]\n" + + "\n") + + _("</p><p><b><big>fallback</big> =</b> <i>ip_address|hostname[:portnumber|sercvicename]</i> [<b>gate</b>|<b>masq</b>|<b>ipip</b>]\n" + "</p><p>the server onto which a webservice is redirected if all real servers are down. Typically this would be 127.0.0.1 with an emergency page.\n" + "</p><p>If defined in a virtual server section then the global value is overridden.\n" + - "\n" + - "</p><p><b><big>log file</big> = \"</b><i>/path/to/logfile</i><b>\"</b>|syslog_facility\n" + + "\n") + + _("</p><p><b><big>log file</big> = \"</b><i>/path/to/logfile</i><b>\"</b>|syslog_facility\n" + "</p><p>An alternative logfile might be specified with this directive. If the logfile does not have a leading '/', it is assumed to be a <b><a href=\"/man/3/syslog\">syslog</a></b>(3) facility name.\n" + "</p><p>Default: log directly to the file <i>/var/log/ldirectord.log</i>.\n" + - "\n" + - "</p><p><b><big>email alert</big> = \"</b><i>emailaddress</i><b>\"</b>\n" + + "\n") + + _("</p><p><b><big>email alert</big> = \"</b><i>emailaddress</i><b>\"</b>\n" + "</p><p>A valid email address for sending alerts about the changed connection status to any real server defined in the virtual service. This option requires perl\n" + "module MailTools to be installed. Automatically tries to send email using any of the built-in methods. See perldoc Mail::Mailer for more info on methods.\n" + "</p><p>If defined in a virtual server section then the global value is overridden.\n" + - "\n" + - "</p><p><b><big>email alert freq</big> =</b> <i>n</i>\n" + + "\n") + + _("</p><p><b><big>email alert freq</big> =</b> <i>n</i>\n" + "</p><p>Delay in seconds between repeating email alerts while any given real server in the virtual service remains inaccessible. A setting of zero seconds will\n" + "inhibit the repeating alerts. The email timing accuracy of this setting is dependent on the number of seconds defined in the checkinterval configuration\n" + "option.\n" + "</p><p>If defined in a virtual server section then the global value is overridden.\n" + "</p><p>Default: 0\n" + - "\n" + - "</p><p><b><big>email alert status</big> = all</b>|<b>none</b>|<b>starting</b>|<b>running</b>|<b>stopping</b>|<b>reloading</b>,...\n" + + "\n") + + _("</p><p><b><big>email alert status</big> = all</b>|<b>none</b>|<b>starting</b>|<b>running</b>|<b>stopping</b>|<b>reloading</b>,...\n" + "</p><p>Comma delimited list of server states in which email alerts should be sent. <b>all</b> is a short-hand for\n" + "\"<b>starting</b>,<b>running</b>,<b>stopping</b>,<b>reloading</b>\". If <b>none</b> is specified, no other option may be specified, otherwise options are ORed\n" + "with each other.\n" + "</p><p>If defined in a virtual server section then the global value is overridden.\n" + "</p><p>Default: all\n" + - "\n" + - "</p><p><b><big>callback</big> = \"</b><i>/path/to/callback</i><b>\"</b>\n" + + "\n") + + _("</p><p><b><big>callback</big> = \"</b><i>/path/to/callback</i><b>\"</b>\n" + "</p><p>If this directive is defined, <b>ldirectord</b> automatically calls the executable <i>/path/to/callback</i> after the configuration file has changed on\n" + "disk. This is useful to update the configuration file through <b>scp</b> on the other heartbeated host. The first argument to the callback is the name of the\n" + "configuration.\n" + "</p><p>This directive might also be used to restart <b>ldirectord</b> automatically after the configuration file changed on disk. However, if <b>autoreload</b> is\n" + "set to yes, the configuration is reloaded anyway.\n" + - "\n" + - "</p><p><b><big>execute</big> = \"</b><i>configuration</i><b>\"</b>\n" + + "\n") + + _("</p><p><b><big>execute</big> = \"</b><i>configuration</i><b>\"</b>\n" + "</p><p>Use this directive to start an instance of ldirectord for the named <i>configuration</i>.\n" + - "\n" + - "</p><p><b><big>auto reload</big> = yes</b>|<b>no</b>\n" + + "\n") + + _("</p><p><b><big>auto reload</big> = yes</b>|<b>no</b>\n" + "</p><p>Defines if <ldirectord> should continuously check the configuration file for modification. If this is set to 'yes' and the configuration file changed\n" + "on disk and its modification time (mtime) is newer than the previous version, the configuration is automatically reloaded.\n" + "</p><p>Default: no\n" + - "\n" + - "</p><p><b><big>quiescent</big> = yes</b>|<b>no</b>\n" + + "\n") + + _("</p><p><b><big>quiescent</big> = yes</b>|<b>no</b>\n" + "</p><p>If <i>yes</i>, then when real or failback servers are determined to be down, they are not actually removed from the kernel's <small>LVS</small> table.\n" + "Rather, their weight is set to zero which means that no new connections will be accepted.\n" + "</p><p>This has the side effect, that if the real server has persistent connections, new connections from any existing clients will continue to be routed to the\n" + @@ -111,14 +111,14 @@ "</p><p>If <i>no</i>, then the real or failback servers will be removed from the kernel's <small>LVS</small> table. The default is <i>yes</i>.\n" + "</p><p>If defined in a virtual server section then the global value is overridden.\n" + "</p><p>Default: <i>yes</i>\n" + - "\n" + - "</p><p><b><big>fork</big> = yes</b>|<b>no</b>\n" + + "\n") + + _("</p><p><b><big>fork</big> = yes</b>|<b>no</b>\n" + "</p><p>If <i>yes</i>, then ldirectord will spawn a child proccess for every virtual server, and run checks against the real servers from them. This will increase\n" + "response times to changes in real server status in configurations with many virtual servers. This may also use less memory then running many seperate instances\n" + "of ldirectord. Child processes will be automaticly restarted if they die.\n" + "</p><p>Default: <i>no</i>\n" + - "\n" + - "</p><p><b><big>supervised</big> = yes</b>|<b>no</b>\n" + + "\n") + + _("</p><p><b><big>supervised</big> = yes</b>|<b>no</b>\n" + "</p><p>If <i>yes</i>, then ldirectord does not go into background mode. All log-messages are redirected to stdout instead of a logfile. This is useful to run\n" + "<b>ldirectord</b> supervised from daemontools. See <a href=\"http://untroubled.org/rpms/daemontools/\">http://untroubled.org/rpms/daemontools/</a> or <a href=\"http://cr.yp.to/daemontools.html\">http://cr.yp.to/daemontools.html</a> for details.\n" + "</p><p>Default: <i>no</i>\n" + @@ -131,8 +131,8 @@ "configuration of marking packets is controled using the <tt>\"-m\"</tt> option to <b>ipchains</b>(8). All real services and flags for a virtual service\n" + "must follow this line immediately and be indented.\n" + "\n" + - "\n" + - "</p><p><b><big>real servers</big> =</b> <i>ip_address|hostname[->ip_address|hostname][:portnumber|servicename</i>]\n" + + "\n") + + _("</p><p><b><big>real servers</big> =</b> <i>ip_address|hostname[->ip_address|hostname][:portnumber|servicename</i>]\n" + "<b>gate</b>|<b>masq</b>|<b>ipip</b> [<i>weight</i>] [<b>\"</b><i>request</i><b>\", \"</b><i>receive</i><b>\"</b>]\n" + "</p><p>Defines a real service by IP-address (or hostname) and port (or servicename). If the port is omitted then a 0 will be used, this is intended primarily for\n" + "fwmark services where the port for real servers is ignored. Optionally a range of <small>IP</small> addresses (or two hostnames) may be given, in which case\n" + @@ -140,16 +140,16 @@ "<b>gate</b>, <b>ipip</b> or <b>masq</b>. The thrid argument is optional and defines the weight for that real server. If omitted then a weight of 1 will be\n" + "used. The last two arguments are also optional. They define a request-receive pair to be used to check if a server is alive. They override the request-receive\n" + "pair in the virtual server section. These two strings must be quoted. If the request string starts with http://... the IP-address and port of the real\n" + - "server is overridden, otherwise the IP-address and port of the real server is used.\n" + - "</p><p>For <small>TCP</small> and <small>UDP</small> (non fwmark) virtual services, unless the forwarding method is masq and the <small>IP</small> address of a\n" + + "server is overridden, otherwise the IP-address and port of the real server is used.\n") + + _("</p><p>For <small>TCP</small> and <small>UDP</small> (non fwmark) virtual services, unless the forwarding method is masq and the <small>IP</small> address of a\n" + "real server is non-local (not present on a interface on the host running ldirectord) then the port of the real server will be set to that of its virtual\n" + "service. That is, port-mapping is only available to if the real server is another machine and the forwarding method is masq. This is due to the way that the\n" + "underlying <small>LVS</small> code in the kernel functions.\n" + "</p><p>More than one of these entries may be inside a virtual section. The checktimeout, negotiatetimeout, failurecount, fallback, emailalert, emailalertfreq and\n" + "quiescent options listed above may also appear inside a virtual section, in which case the global setting is overridden.\n" + "\n" + - "\n" + - "</p><p><b><big>check type</big> = connect</b>|<b>external</b>|<b>negotiate</b>|<b>off</b>|<b>on</b>|<b>ping</b>|<b>checktimeout</b><i>N</i>\n" + + "\n") + + _("</p><p><b><big>check type</big> = connect</b>|<b>external</b>|<b>negotiate</b>|<b>off</b>|<b>on</b>|<b>ping</b>|<b>checktimeout</b><i>N</i>\n" + "</p><p>Type of check to perform. Negotiate sends a request and matches a receive string. Connect only attemts to make a <small>TCP/IP</small> connection, thus the\n" + "request and receive strings may be omitted. If checktype is a number then negotiate and connect is combined so that after each N connect attempts one negotiate\n" + "attempt is performed. This is useful to check often if a service answers and in much longer intervalls a negotiating check is done. Ping means that\n" + @@ -157,13 +157,13 @@ "means no checking will take place and no real or fallback servers will be activated. On means no checking will take place and real servers will always be\n" + "activated. Default is <i>negotiate</i>.\n" + "\n" + - "\n" + - "</p><p><b><big>service</big> = dns</b>|<b>ftp</b>|<b>http</b>|<b>https</b>|<b>imap</b>|<b>imaps</b>|<b>ldap</b>|<b>mysql</b>|<b>nntp</b>|<b>none</b>|<b>oracle</b>|<b>pgsql</b>|<b>pop</b>|<b>pops</b>|<b>radius</b>|<b>simpletcp</b>|<b>sip</b>|<b>smtp</b>\n" + + "\n") + + _("</p><p><b><big>service</big> = dns</b>|<b>ftp</b>|<b>http</b>|<b>https</b>|<b>imap</b>|<b>imaps</b>|<b>ldap</b>|<b>mysql</b>|<b>nntp</b>|<b>none</b>|<b>oracle</b>|<b>pgsql</b>|<b>pop</b>|<b>pops</b>|<b>radius</b>|<b>simpletcp</b>|<b>sip</b>|<b>smtp</b>\n" + "</p><p>The type of service to monitor when using checktype=negotiate. None denotes a service that will not be monitored.\n" + "</p><p>simpletcp sends the <b>request</b> string to the server and tests it against the <b>receive</b> regexp. The other types of checks connect to the server\n" + "using the specified protocol. Please see the <b>request</b> and <b>receive</b> sections for protocol specific information.\n" + - "</p><p>Default:\n" + - "</p><dl compact=\"compact\">\n" + + "</p><p>Default:\n") + + _("</p><dl compact=\"compact\">\n" + "<dt>* Virtual server port is 21: ftp\n" + "</dt><dt>* Virtual server port is 25: smtp\n" + "</dt><dt>* Virtual server port is 53: dns\n" + @@ -182,8 +182,8 @@ "</dt><dt>* Virtual server port is 5060: sip\n" + "</dt><dt>* Otherwise: none\n" + "\n" + - "\n" + - "</dt><dt><b><big>check command</big> = \"</b><i>path to script</i><b>\"</b>\n" + + "\n") + + _("</dt><dt><b><big>check command</big> = \"</b><i>path to script</i><b>\"</b>\n" + "<p>This setting is used if checktype is external and is the command to be run to check the status of a real server. It should exit with status 0 if everything\n" + "is ok, or non-zero otherwise.\n" + "</p><p>Four parameters are passed to the script:\n" + @@ -193,13 +193,13 @@ "</dt><dt>* real server port\n" + "</dt><dt>Default: /bin/true\n" + "\n" + - "\n" + - "<p><b><big>check port</big> =</b> <i>n</i>\n" + + "\n") + + _("<p><b><big>check port</big> =</b> <i>n</i>\n" + "</p><p>Number of port to monitor. Sometimes check port differs from service port.\n" + "</p><p>Default: port specified for each real server\n" + "\n" + - "\n" + - "</p><p><b><big>request</big> = \"</b><i>uri to requested object</i><b>\"</b>\n" + + "\n") + + _("</p><p><b><big>request</big> = \"</b><i>uri to requested object</i><b>\"</b>\n" + "</p><p>This object will be requested each checkinterval seconds on each real server. The string must be inside quotes. Note that this string may be overridden by\n" + "an optional per real-server based request-string.\n" + "</p><p>For a <small>DNS</small> check this should the name of an A record, or the address of a <small>PTR</small> record to look up.\n" + @@ -208,28 +208,28 @@ "</p><p>For a simpletcp check, this string is sent verbatim except any occurances of \n" + " are replaced with a new line character.\n" + "\n" + - "\n" + - "</p><p><b><big>receive</big> = \"</b><i>regexp to compare</i><b>\"</b>\n" + + "\n") + + _("</p><p><b><big>receive</big> = \"</b><i>regexp to compare</i><b>\"</b>\n" + "</p><p>If the requested result contains this <i>regexp to compare</i>, the real server is declared alive. The regexp must be inside quotes. Keep in mind that\n" + "regexps are not plain strings and that you need to escape the special characters if they should as literals. Note that this regexp may be overridden by an\n" + "optional per real-server based receive regexp.\n" + "</p><p>For a <small>DNS</small> check this should be any one the A record's addresses or any one of the <small>PTR</small> record's names.\n" + "</p><p>For a MySQL check, the receive setting is not used.\n" + "\n" + - "\n" + - "</p><p><b><big>http method</big> = <small>GET</small></b> | <b><small>HEAD</small></b>\n" + + "\n") + + _("</p><p><b><big>http method</big> = <small>GET</small></b> | <b><small>HEAD</small></b>\n" + "</p><p>Sets the <small>HTTP</small> method which should be used to fetch the <small>URI</small> specified in the request-string. <small>GET</small> is the\n" + "method used by default if the parameter is not set. If <small>HEAD</small> is used, the receive-string should be unset.\n" + "</p><p>Default: <small>GET</small>\n" + "\n" + - "\n" + - "</p><p><b><big>virtual host</big> = \"</b><i>hostname</i><b>\"</b>\n" + + "\n") + + _("</p><p><b><big>virtual host</big> = \"</b><i>hostname</i><b>\"</b>\n" + "</p><p>Used when using a negotiate check with <small>HTTP</small> or <small>HTTPS</small> . Sets the host header used in the <small>HTTP</small> request. In the\n" + "case of <small>HTTPS</small> this generally needs to match the common name of the <small>SSL</small> certificate. If not set then the host header will be\n" + "derived from the request url for the real server if present. As a last resort the <small>IP</small> address of the real server will be used.\n" + "\n" + - "\n" + - "</p><p><b><big>login</big> = \"</b><i>username</i><b>\"</b>\n" + + "\n") + + _("</p><p><b><big>login</big> = \"</b><i>username</i><b>\"</b>\n" + "</p><p>For <small>FTP</small> , <small>IMAP</small> , <small>LDAP</small> , MySQL, Oracle, <small>POP</small> and PostgreSQL, the username used to log in.\n" + "</p><p>For Radius the passwd is used for the attribute User-Name.\n" + "</p><p>For <small>SIP</small> , the username is used as both the to and from address for an <small>OPTIONS</small> query.\n" + @@ -239,8 +239,8 @@ "</dt><dt>* <small>SIP:</small> ldirectord@<hostname>, hostname is derived as per the passwd option below.\n" + "</dt><dt>* Otherwise: empty string, which denotes that case authentication will not be attempted.\n" + "\n" + - "\n" + - "</dt><dt><b><big>password</big> = \"</b><i>password</i><b>\"</b>\n" + + "\n") + + _("</dt><dt><b><big>password</big> = \"</b><i>password</i><b>\"</b>\n" + "<p>Password to use to login to <small>FTP</small> , <small>IMAP</small> , <small>LDAP</small> , MySQL, Oracle, <small>POP</small> , PostgreSQL and\n" + "<small>SIP</small> servers.\n" + "</p><p>For Radius the passwd is used for the attribute User-Password.\n" + @@ -249,32 +249,32 @@ "from uname if unset.\n" + "</dt><dt>* Otherwise: empty string. In the case of <small>LDAP</small> , MySQL, Oracle, and PostgreSQL this means that authentication will not be performed.\n" + "\n" + - "\n" + - "</dt><dt><b><big>database name</big> = \"</b><i>databasename</i><b>\"</b>\n" + + "\n") + + _("</dt><dt><b><big>database name</big> = \"</b><i>databasename</i><b>\"</b>\n" + "<p>Database to use for MySQL, Oracle and PostgreSQL servers, this is the database that the query (set by <b>receive</b> above) will be performed against. This\n" + "is a required setting.\n" + "\n" + - "\n" + - "</p><p><b><big>radius secret</big> = \"</b><i>radiussecret</i><b>\"</b>\n" + + "\n") + + _("</p><p><b><big>radius secret</big> = \"</b><i>radiussecret</i><b>\"</b>\n" + "</p><p>Secret to use for Radius servers, this is the secret used to perform an Access-Request with the username (set by <b>login</b> above) and passwd (set by\n" + "<b>passwd</b> above).\n" + "</p><p>Default: empty string\n" + "\n" + - "\n" + - "</p><p><b><big>persistent</big> =</b> <i>n</i>\n" + + "\n") + + _("</p><p><b><big>persistent</big> =</b> <i>n</i>\n" + "</p><p>Number of seconds for persistent client connections.\n" + "\n" + - "\n" + - "</p><p><b><big>netmask</big> =</b> <i>w.x.y.z</i>\n" + + "\n") + + _("</p><p><b><big>netmask</big> =</b> <i>w.x.y.z</i>\n" + "</p><p>Netmask to be used for granularity of persistent client connections.\n" + "\n" + - "\n" + - "</p><p><b><big>scheduler</big> =</b> <i>scheduler_name</i>\n" + + "\n") + + _("</p><p><b><big>scheduler</big> =</b> <i>scheduler_name</i>\n" + "</p><p>Scheduler to be used by <small>LVS</small> for loadbalancing. For an information on the available sehedulers please see the <b><a href=\"ipvsadm\">ipvsadm</a></b>(8) man page.\n" + "</p><p>Default: \"wrr\"\n" + "\n" + - "\n" + - "</p><p><b><big>protocol</big> = tcp</b>|<b>udp</b>|<b>fwm</b>\n" + + "\n") + + _("</p><p><b><big>protocol</big> = tcp</b>|<b>udp</b>|<b>fwm</b>\n" + "</p><p>Protocol to be used. If the virtual is specified as an <small>IP</small> address and port then it must be one of tcp or udp. If a firewall mark then the\n" + "protocol must be fwm.\n" + "</p><p>Default:\n" + @@ -283,50 +283,50 @@ "</dt><dt>* Virtual is a firewall mark: fwm\n" + "</dt></dl>\n" + "\n" + - "\n" + - "</p><p><b><big>check timeout</big> =</b> <i>n</i>\n" + + "\n") + + _("</p><p><b><big>check timeout</big> =</b> <i>n</i>\n" + "</p><p>Timeout in seconds for connect, external and ping checks. If the timeout is exceeded then the real server is declared dead.\n" + "</p><p>If defined in a virtual server section then the global value is overridden.\n" + "</p><p>If undefined then the value of negotiatetimeout is used. negotiatetimeout is also a global value that may be overriden by a per-virtual setting.\n" + "</p><p>If both checktimeout and negotiatetimeout are unset, the default is used.\n" + "</p><p>Default: 5 seconds\n" + - "\n" + - "</p><p><b><big>negotiate timeout</big> =</b> <i>n</i>\n" + + "\n") + + _("</p><p><b><big>negotiate timeout</big> =</b> <i>n</i>\n" + "</p><p>Timeout in seconds for negotiate checks.\n" + "</p><p>If defined in a virtual server section then the global value is overridden.\n" + "</p><p>If undefined then the value of connecttimeout is used. connecttimeout is also a global value that may be overriden by a per-virtual setting.\n" + "</p><p>If both negotiatetimeout and connecttimeout are unset, the default is used.\n" + "</p><p>Default: 30 seconds\n" + - "\n" + - "</p><p><b><big>failure count</big> =</b> <i>n</i>\n" + + "\n") + + _("</p><p><b><big>failure count</big> =</b> <i>n</i>\n" + "</p><p>The number of consecutive times a failure will have to be reported by a check before the realserver is considered to have failed. A value of 1 will have the realserver considered failed on the first failure. A successful check will reset the failure counter to 0.\n" + "</p><p>If defined in a virtual server section then the global value is overridden.\n" + "</p><p>Default: 1\n" + - "\n" + - "</p><p><b><big>email alert</big> = \"</b><i>emailaddress</i><b>\"</b>\n" + + "\n") + + _("</p><p><b><big>email alert</big> = \"</b><i>emailaddress</i><b>\"</b>\n" + "</p><p>A valid email address for sending alerts about the changed connection status to any real server defined in the virtual service. This option requires perl\n" + "module MailTools to be installed. Automatically tries to send email using any of the built-in methods. See perldoc Mail::Mailer for more info on methods.\n" + "</p><p>If defined in a virtual server section then the global value is overridden.\n" + - "\n" + - "</p><p><b><big>email alert freq</big> =</b> <i>n</i>\n" + + "\n") + + _("</p><p><b><big>email alert freq</big> =</b> <i>n</i>\n" + "</p><p>Delay in seconds between repeating email alerts while any given real server in the virtual service remains inaccessible. A setting of zero seconds will\n" + "inhibit the repeating alerts. The email timing accuracy of this setting is dependent on the number of seconds defined in the checkinterval configuration\n" + "option.\n" + "</p><p>If defined in a virtual server section then the global value is overridden.\n" + "</p><p>Default: 0\n" + - "\n" + - "</p><p><b><big>email alert status</big> = all</b>|<b>none</b>|<b>starting</b>|<b>running</b>|<b>stopping</b>|<b>reloading</b>,...\n" + + "\n") + + _("</p><p><b><big>email alert status</big> = all</b>|<b>none</b>|<b>starting</b>|<b>running</b>|<b>stopping</b>|<b>reloading</b>,...\n" + "</p><p>Comma delimited list of server states in which email alerts should be sent. <b>all</b> is a short-hand for\n" + "\"<b>starting</b>,<b>running</b>,<b>stopping</b>,<b>reloading</b>\". If <b>none</b> is specified, no other option may be specified, otherwise options are ORed\n" + "with each other.\n" + "</p><p>If defined in a virtual server section then the global value is overridden.\n" + "</p><p>Default: all\n" + - "\n" + - "</p><p><b><big>fallback</big> =</b> <i>ip_address|hostname[:portnumber|sercvicename]</i> [<b>gate</b>|<b>masq</b>|<b>ipip</b>]\n" + - "</p><p>the server onto which a webservice is redirected if all real servers are down. Typically this would be 127.0.0.1 with an emergency page.\n" + + "\n") + + _("</p><p><b><big>fallback</big> =</b> <i>ip_address|hostname[:portnumber|sercvicename]</i> [<b>gate</b>|<b>masq</b>|<b>ipip</b>]\n" + + "</p><p>the server onto which a webservice is redirected if all real servers are down. Typically this would be 127.0.0.1 with an emergency page.\n" + "</p><p>If defined in a virtual server section then the global value is overridden.\n" + - "\n" + - "</p><p><b><big>quiescent</big> = yes</b>|<b>no</b>\n" + + "\n") + + _("</p><p><b><big>quiescent</big> = yes</b>|<b>no</b>\n" + "</p><p>If <i>yes</i>, then when real or failback servers are determined to be down, they are not actually removed from the kernel's <small>LVS</small> table.\n" + "Rather, their weight is set to zero which means that no new connections will be accepted.\n" + "</p><p>This has the side effect, that if the real server has persistent connections, new connections from any existing clients will continue to be routed to the\n" + diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/yast2-iplb-3.1.6/src/include/iplb/vserver_conf.rb new/yast2-iplb-4.0.0/src/include/iplb/vserver_conf.rb --- old/yast2-iplb-3.1.6/src/include/iplb/vserver_conf.rb 2016-06-07 12:56:24.138920987 +0200 +++ new/yast2-iplb-4.0.0/src/include/iplb/vserver_conf.rb 2018-02-13 16:30:57.000000000 +0100 @@ -397,7 +397,6 @@ ip = "" fwd_method = "" weight = 1 - pos = 0 real_ip = Builtins.splitstring(value, " \t") ip = Ops.get(real_ip, 0, "") fwd_method = Ops.get(real_ip, 1, "") diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/yast2-iplb-3.1.6/src/modules/Iplb.rb new/yast2-iplb-4.0.0/src/modules/Iplb.rb --- old/yast2-iplb-3.1.6/src/modules/Iplb.rb 2016-06-07 12:56:24.138920987 +0200 +++ new/yast2-iplb-4.0.0/src/modules/Iplb.rb 2018-02-13 16:30:57.000000000 +0100 @@ -278,7 +278,6 @@ end #check for IPv6 address is_ipv6 = false - sect_path = Builtins.topath("") ipv6_address = Builtins.regexpsub(vs_name, "\\[(.+)\\]", "\\1") is_ipv6 = IP.Check6(ipv6_address) if ipv6_address != nil if is_ipv6 diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/yast2-iplb-3.1.6/testsuite/Makefile new/yast2-iplb-4.0.0/testsuite/Makefile --- old/yast2-iplb-3.1.6/testsuite/Makefile 2016-06-07 12:56:24.142920987 +0200 +++ new/yast2-iplb-4.0.0/testsuite/Makefile 1970-01-01 01:00:00.000000000 +0100 @@ -1,387 +0,0 @@ -# Makefile.in generated by automake 1.10.1 from Makefile.am. -# testsuite/Makefile. Generated from Makefile.in by configure. - -# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, -# 2003, 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc. -# This Makefile.in is free software; the Free Software Foundation -# gives unlimited permission to copy and/or distribute it, -# with or without modifications, as long as this notice is preserved. - -# This program is distributed in the hope that it will be useful, -# but WITHOUT ANY WARRANTY, to the extent permitted by law; without -# even the implied warranty of MERCHANTABILITY or FITNESS FOR A -# PARTICULAR PURPOSE. - - - -# -# Makefile.am for .../testsuite -# -# Do not edit this file (Makefile.am) as it will be overwritten! -# - -pkgdatadir = $(datadir)/yast2-iplb -pkglibdir = $(libdir)/yast2-iplb -pkgincludedir = $(includedir)/yast2-iplb -am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd -install_sh_DATA = $(install_sh) -c -m 644 -install_sh_PROGRAM = $(install_sh) -c -install_sh_SCRIPT = $(install_sh) -c -INSTALL_HEADER = $(INSTALL_DATA) -transform = $(program_transform_name) -NORMAL_INSTALL = : -PRE_INSTALL = : -POST_INSTALL = : -NORMAL_UNINSTALL = : -PRE_UNINSTALL = : -POST_UNINSTALL = : -build_triplet = i686-suse-linux-gnu -host_triplet = i686-suse-linux-gnu -target_triplet = i686-suse-linux-gnu -subdir = testsuite -DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in -ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 -am__aclocal_m4_deps = $(top_srcdir)/configure.in -am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ - $(ACLOCAL_M4) -mkinstalldirs = $(install_sh) -d -CONFIG_CLEAN_FILES = -SOURCES = -DIST_SOURCES = -DEJATOOL = $(PACKAGE) -RUNTESTDEFAULTFLAGS = --tool $$tool --srcdir $$srcdir -EXPECT = expect -RUNTEST = runtest -DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) -ACLOCAL = ${SHELL} /home/cmeng/work/yast2-iplb/home:cmeng:Factory/yast2-iplb/yast2-iplb-2.15.0/missing --run aclocal-1.10 -AMTAR = ${SHELL} /home/cmeng/work/yast2-iplb/home:cmeng:Factory/yast2-iplb/yast2-iplb-2.15.0/missing --run tar -AUTOCONF = ${SHELL} /home/cmeng/work/yast2-iplb/home:cmeng:Factory/yast2-iplb/yast2-iplb-2.15.0/missing --run autoconf -AUTOHEADER = ${SHELL} /home/cmeng/work/yast2-iplb/home:cmeng:Factory/yast2-iplb/yast2-iplb-2.15.0/missing --run autoheader -AUTOMAKE = ${SHELL} /home/cmeng/work/yast2-iplb/home:cmeng:Factory/yast2-iplb/yast2-iplb-2.15.0/missing --run automake-1.10 -AWK = gawk -CYGPATH_W = echo -DEFS = -DPACKAGE_NAME=\"yast2-iplb\" -DPACKAGE_TARNAME=\"yast2-iplb\" -DPACKAGE_VERSION=\"2.15.0\" -DPACKAGE_STRING=\"yast2-iplb\ 2.15.0\" -DPACKAGE_BUGREPORT=\"http://bugs.opensuse.org/\" -DPACKAGE=\"yast2-iplb\" -DVERSION=\"2.15.0\" -ECHO_C = -ECHO_N = -n -ECHO_T = -INSTALL = /usr/bin/install -c -p -INSTALL_DATA = ${INSTALL} -m 644 -INSTALL_PROGRAM = ${INSTALL} -INSTALL_SCRIPT = ${INSTALL} -INSTALL_STRIP_PROGRAM = $(install_sh) -c -s -LIBOBJS = -LIBS = -LN_S = ln -s -LTLIBOBJS = -MAINTAINER = Cong Meng <[email protected]> -MAKEINFO = ${SHELL} /home/cmeng/work/yast2-iplb/home:cmeng:Factory/yast2-iplb/yast2-iplb-2.15.0/missing --run makeinfo -MKDIR_P = /bin/mkdir -p -PACKAGE = yast2-iplb -PACKAGE_BUGREPORT = http://bugs.opensuse.org/ -PACKAGE_NAME = yast2-iplb -PACKAGE_STRING = yast2-iplb 2.15.0 -PACKAGE_TARNAME = yast2-iplb -PACKAGE_VERSION = 2.15.0 -PATH_SEPARATOR = : -PKG_CONFIG_PATH = -RPMNAME = yast2-iplb -SET_MAKE = -SHELL = /bin/sh -STRIP = -STYLESHEET_CSS = /usr/share/YaST2/data/docbook/css/yast2docs.css -STYLESHEET_HTML = /usr/share/YaST2/data/docbook/stylesheets/customize-html.xsl -STYLESHEET_PDF = /usr/share/YaST2/data/docbook/stylesheets/customize-fo.xsl -STYLESHEET_YCPDOC = /usr/share/YaST2/data/docbook/stylesheets/ycpdoc.xsl -STYLESHEET_YDOC = /usr/share/YaST2/data/docbook/stylesheets/ydoc.xsl -VERSION = 2.15.0 -XGETTEXT = /usr/bin/xgettext -Y2DEVTOOLS_PREFIX = /usr -YCPC = /usr/bin/ycpc -YCPDOC = /usr/lib/YaST2/bin/ycpdoc -YCPMAKEDEP = /usr/lib/YaST2/bin/ycpmakedep -abs_builddir = /home/cmeng/work/yast2-iplb/home:cmeng:Factory/yast2-iplb/yast2-iplb-2.15.0/testsuite -abs_srcdir = /home/cmeng/work/yast2-iplb/home:cmeng:Factory/yast2-iplb/yast2-iplb-2.15.0/testsuite -abs_top_builddir = /home/cmeng/work/yast2-iplb/home:cmeng:Factory/yast2-iplb/yast2-iplb-2.15.0 -abs_top_srcdir = /home/cmeng/work/yast2-iplb/home:cmeng:Factory/yast2-iplb/yast2-iplb-2.15.0 -agentdir = ${prefix}/lib/YaST2/servers_non_y2 -am__leading_dot = . -am__tar = tar --format=ustar -chf - "$$tardir" -am__untar = tar -xf - -bindir = ${exec_prefix}/bin -build = i686-suse-linux-gnu -build_alias = -build_cpu = i686 -build_os = linux-gnu -build_vendor = suse -builddir = . -clientdir = ${prefix}/share/YaST2/clients -datadir = ${datarootdir} -datarootdir = ${prefix}/share -desktopdir = ${prefix}/share/applications/YaST2 -docdir = ${prefix}/share/doc/packages/yast2-iplb -dvidir = ${docdir} -exec_prefix = ${prefix} -execcompdir = ${prefix}/lib/YaST2 -fillupdir = /var/adm/fillup-templates -host = i686-suse-linux-gnu -host_alias = -host_cpu = i686 -host_os = linux-gnu -host_vendor = suse -htmldir = ${docdir} -imagedir = ${prefix}/share/YaST2/images -includedir = ${prefix}/include/YaST2 -infodir = ${datarootdir}/info -install_sh = $(SHELL) /home/cmeng/work/yast2-iplb/home:cmeng:Factory/yast2-iplb/yast2-iplb-2.15.0/install-sh -libdir = /usr/lib -libexecdir = ${exec_prefix}/libexec -localedir = ${prefix}/share/YaST2/locale -localstatedir = ${prefix}/var -mandir = ${prefix}/share/man -mkdir_p = /bin/mkdir -p -moduledir = ${prefix}/share/YaST2/modules -oldincludedir = /usr/include -pdfdir = ${docdir} -pkgconfigdatadir = ${datadir}/pkgconfig -pkgconfigdir = ${libdir}/pkgconfig -plugindir = ${libdir}/YaST2/plugin -potdir = ${docdir}/pot -prefix = /usr -program_transform_name = s,x,x, -psdir = ${docdir} -sbindir = ${exec_prefix}/sbin -schemadir = ${prefix}/share/YaST2/schema -scrconfdir = ${prefix}/share/YaST2/scrconf -sharedstatedir = ${prefix}/com -srcdir = . -sysconfdir = ${prefix}/etc -target = i686-suse-linux-gnu -target_alias = -target_cpu = i686 -target_os = linux-gnu -target_vendor = suse -themedir = ${prefix}/share/YaST2/theme -top_build_prefix = ../ -top_builddir = .. -top_srcdir = .. -yast2dir = ${prefix}/share/YaST2 -ybindir = ${prefix}/lib/YaST2/bin -ydatadir = ${prefix}/share/YaST2/data -yncludedir = ${prefix}/share/YaST2/include -ystartupdir = ${prefix}/lib/YaST2 -AUTOMAKE_OPTIONS = dejagnu -EXTRA_DIST = $(wildcard tests/*.out) $(wildcard tests/*.err) $(wildcard tests/*.ycp) $(wildcard tests/*.yh) -testsuite_prepare = ${prefix}/share/YaST2/data/testsuite/Makefile.testsuite -all: all-am - -.SUFFIXES: -$(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps) - @for dep in $?; do \ - case '$(am__configure_deps)' in \ - *$$dep*) \ - cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \ - && exit 0; \ - exit 1;; \ - esac; \ - done; \ - echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu testsuite/Makefile'; \ - cd $(top_srcdir) && \ - $(AUTOMAKE) --gnu testsuite/Makefile -.PRECIOUS: Makefile -Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status - @case '$?' in \ - *config.status*) \ - cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \ - *) \ - echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \ - cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \ - esac; - -$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) - cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh - -$(top_srcdir)/configure: $(am__configure_deps) - cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh -$(ACLOCAL_M4): $(am__aclocal_m4_deps) - cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh -tags: TAGS -TAGS: - -ctags: CTAGS -CTAGS: - - -check-DEJAGNU: site.exp - srcdir=`$(am__cd) $(srcdir) && pwd`; export srcdir; \ - EXPECT=$(EXPECT); export EXPECT; \ - runtest=$(RUNTEST); \ - if $(SHELL) -c "$$runtest --version" > /dev/null 2>&1; then \ - exit_status=0; l='$(DEJATOOL)'; for tool in $$l; do \ - if $$runtest $(AM_RUNTESTFLAGS) $(RUNTESTDEFAULTFLAGS) $(RUNTESTFLAGS); \ - then :; else exit_status=1; fi; \ - done; \ - else echo "WARNING: could not find \`runtest'" 1>&2; :;\ - fi; \ - exit $$exit_status -site.exp: Makefile - @echo 'Making a new site.exp file...' - @echo '## these variables are automatically generated by make ##' >site.tmp - @echo '# Do not edit here. If you wish to override these values' >>site.tmp - @echo '# edit the last section' >>site.tmp - @echo 'set srcdir $(srcdir)' >>site.tmp - @echo "set objdir `pwd`" >>site.tmp - @echo 'set build_alias "$(build_alias)"' >>site.tmp - @echo 'set build_triplet $(build_triplet)' >>site.tmp - @echo 'set host_alias "$(host_alias)"' >>site.tmp - @echo 'set host_triplet $(host_triplet)' >>site.tmp - @echo 'set target_alias "$(target_alias)"' >>site.tmp - @echo 'set target_triplet $(target_triplet)' >>site.tmp - @echo '## All variables above are generated by configure. Do Not Edit ##' >>site.tmp - @test ! -f site.exp || \ - sed '1,/^## All variables above are.*##/ d' site.exp >> site.tmp - @-rm -f site.bak - @test ! -f site.exp || mv site.exp site.bak - @mv site.tmp site.exp - -distclean-DEJAGNU: - -rm -f site.exp site.bak - -l='$(DEJATOOL)'; for tool in $$l; do \ - rm -f $$tool.sum $$tool.log; \ - done - -distdir: $(DISTFILES) - @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ - topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ - list='$(DISTFILES)'; \ - dist_files=`for file in $$list; do echo $$file; done | \ - sed -e "s|^$$srcdirstrip/||;t" \ - -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \ - case $$dist_files in \ - */*) $(MKDIR_P) `echo "$$dist_files" | \ - sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \ - sort -u` ;; \ - esac; \ - for file in $$dist_files; do \ - if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ - if test -d $$d/$$file; then \ - dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ - if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ - cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \ - fi; \ - cp -pR $$d/$$file $(distdir)$$dir || exit 1; \ - else \ - test -f $(distdir)/$$file \ - || cp -p $$d/$$file $(distdir)/$$file \ - || exit 1; \ - fi; \ - done -check-am: all-am - $(MAKE) $(AM_MAKEFLAGS) check-DEJAGNU check-local -check: check-am -all-am: Makefile all-local -installdirs: -install: install-am -install-exec: install-exec-am -install-data: install-data-am -uninstall: uninstall-am - -install-am: all-am - @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am - -installcheck: installcheck-am -install-strip: - $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ - install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ - `test -z '$(STRIP)' || \ - echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install -mostlyclean-generic: - -clean-generic: - -distclean-generic: - -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) - -maintainer-clean-generic: - @echo "This command is intended for maintainers to use" - @echo "it deletes files that may require special tools to rebuild." -clean: clean-am - -clean-am: clean-generic clean-local mostlyclean-am - -distclean: distclean-am - -rm -f Makefile -distclean-am: clean-am distclean-DEJAGNU distclean-generic - -dvi: dvi-am - -dvi-am: - -html: html-am - -info: info-am - -info-am: - -install-data-am: - -install-dvi: install-dvi-am - -install-exec-am: - -install-html: install-html-am - -install-info: install-info-am - -install-man: - -install-pdf: install-pdf-am - -install-ps: install-ps-am - -installcheck-am: - -maintainer-clean: maintainer-clean-am - -rm -f Makefile -maintainer-clean-am: distclean-am maintainer-clean-generic - -mostlyclean: mostlyclean-am - -mostlyclean-am: mostlyclean-generic - -pdf: pdf-am - -pdf-am: - -ps: ps-am - -ps-am: - -uninstall-am: - -.MAKE: install-am install-strip - -.PHONY: all all-am all-local check check-DEJAGNU check-am check-local \ - clean clean-generic clean-local distclean distclean-DEJAGNU \ - distclean-generic distdir dvi dvi-am html html-am info info-am \ - install install-am install-data install-data-am install-dvi \ - install-dvi-am install-exec install-exec-am install-html \ - install-html-am install-info install-info-am install-man \ - install-pdf install-pdf-am install-ps install-ps-am \ - install-strip installcheck installcheck-am installdirs \ - maintainer-clean maintainer-clean-generic mostlyclean \ - mostlyclean-generic pdf pdf-am ps ps-am uninstall uninstall-am - - -all-local: $(testsuite_prepare) - make -f $(testsuite_prepare) RPMNAME=$(RPMNAME) srcdir=$(srcdir) - -clean-local: $(testsuite_prepare) - make -f $(testsuite_prepare) RPMNAME=$(RPMNAME) srcdir=$(srcdir) clean - -check-local: $(testsuite_prepare) - make -f $(testsuite_prepare) RPMNAME=$(RPMNAME) srcdir=$(srcdir) check - -# EOF -# Tell versions [3.59,3.63) of GNU make to not export all variables. -# Otherwise a system limit (for SysV at least) may be exceeded. -.NOEXPORT: diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/yast2-iplb-3.1.6/testsuite/Makefile.in new/yast2-iplb-4.0.0/testsuite/Makefile.in --- old/yast2-iplb-3.1.6/testsuite/Makefile.in 2016-06-07 12:56:24.162920987 +0200 +++ new/yast2-iplb-4.0.0/testsuite/Makefile.in 1970-01-01 01:00:00.000000000 +0100 @@ -1,387 +0,0 @@ -# Makefile.in generated by automake 1.10.1 from Makefile.am. -# @configure_input@ - -# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, -# 2003, 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc. -# This Makefile.in is free software; the Free Software Foundation -# gives unlimited permission to copy and/or distribute it, -# with or without modifications, as long as this notice is preserved. - -# This program is distributed in the hope that it will be useful, -# but WITHOUT ANY WARRANTY, to the extent permitted by law; without -# even the implied warranty of MERCHANTABILITY or FITNESS FOR A -# PARTICULAR PURPOSE. - -@SET_MAKE@ - -# -# Makefile.am for .../testsuite -# -# Do not edit this file (Makefile.am) as it will be overwritten! -# -VPATH = @srcdir@ -pkgdatadir = $(datadir)/@PACKAGE@ -pkglibdir = $(libdir)/@PACKAGE@ -pkgincludedir = $(includedir)/@PACKAGE@ -am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd -install_sh_DATA = $(install_sh) -c -m 644 -install_sh_PROGRAM = $(install_sh) -c -install_sh_SCRIPT = $(install_sh) -c -INSTALL_HEADER = $(INSTALL_DATA) -transform = $(program_transform_name) -NORMAL_INSTALL = : -PRE_INSTALL = : -POST_INSTALL = : -NORMAL_UNINSTALL = : -PRE_UNINSTALL = : -POST_UNINSTALL = : -build_triplet = @build@ -host_triplet = @host@ -target_triplet = @target@ -subdir = testsuite -DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in -ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 -am__aclocal_m4_deps = $(top_srcdir)/configure.in -am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ - $(ACLOCAL_M4) -mkinstalldirs = $(install_sh) -d -CONFIG_CLEAN_FILES = -SOURCES = -DIST_SOURCES = -DEJATOOL = $(PACKAGE) -RUNTESTDEFAULTFLAGS = --tool $$tool --srcdir $$srcdir -EXPECT = expect -RUNTEST = runtest -DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) -ACLOCAL = @ACLOCAL@ -AMTAR = @AMTAR@ -AUTOCONF = @AUTOCONF@ -AUTOHEADER = @AUTOHEADER@ -AUTOMAKE = @AUTOMAKE@ -AWK = @AWK@ -CYGPATH_W = @CYGPATH_W@ -DEFS = @DEFS@ -ECHO_C = @ECHO_C@ -ECHO_N = @ECHO_N@ -ECHO_T = @ECHO_T@ -INSTALL = @INSTALL@ -INSTALL_DATA = @INSTALL_DATA@ -INSTALL_PROGRAM = @INSTALL_PROGRAM@ -INSTALL_SCRIPT = @INSTALL_SCRIPT@ -INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ -LIBOBJS = @LIBOBJS@ -LIBS = @LIBS@ -LN_S = @LN_S@ -LTLIBOBJS = @LTLIBOBJS@ -MAINTAINER = @MAINTAINER@ -MAKEINFO = @MAKEINFO@ -MKDIR_P = @MKDIR_P@ -PACKAGE = @PACKAGE@ -PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ -PACKAGE_NAME = @PACKAGE_NAME@ -PACKAGE_STRING = @PACKAGE_STRING@ -PACKAGE_TARNAME = @PACKAGE_TARNAME@ -PACKAGE_VERSION = @PACKAGE_VERSION@ -PATH_SEPARATOR = @PATH_SEPARATOR@ -PKG_CONFIG_PATH = @PKG_CONFIG_PATH@ -RPMNAME = @RPMNAME@ -SET_MAKE = @SET_MAKE@ -SHELL = @SHELL@ -STRIP = @STRIP@ -STYLESHEET_CSS = @STYLESHEET_CSS@ -STYLESHEET_HTML = @STYLESHEET_HTML@ -STYLESHEET_PDF = @STYLESHEET_PDF@ -STYLESHEET_YCPDOC = @STYLESHEET_YCPDOC@ -STYLESHEET_YDOC = @STYLESHEET_YDOC@ -VERSION = @VERSION@ -XGETTEXT = @XGETTEXT@ -Y2DEVTOOLS_PREFIX = @Y2DEVTOOLS_PREFIX@ -YCPC = @YCPC@ -YCPDOC = @YCPDOC@ -YCPMAKEDEP = @YCPMAKEDEP@ -abs_builddir = @abs_builddir@ -abs_srcdir = @abs_srcdir@ -abs_top_builddir = @abs_top_builddir@ -abs_top_srcdir = @abs_top_srcdir@ -agentdir = @agentdir@ -am__leading_dot = @am__leading_dot@ -am__tar = @am__tar@ -am__untar = @am__untar@ -bindir = @bindir@ -build = @build@ -build_alias = @build_alias@ -build_cpu = @build_cpu@ -build_os = @build_os@ -build_vendor = @build_vendor@ -builddir = @builddir@ -clientdir = @clientdir@ -datadir = @datadir@ -datarootdir = @datarootdir@ -desktopdir = @desktopdir@ -docdir = @docdir@ -dvidir = @dvidir@ -exec_prefix = @exec_prefix@ -execcompdir = @execcompdir@ -fillupdir = @fillupdir@ -host = @host@ -host_alias = @host_alias@ -host_cpu = @host_cpu@ -host_os = @host_os@ -host_vendor = @host_vendor@ -htmldir = @htmldir@ -imagedir = @imagedir@ -includedir = @includedir@ -infodir = @infodir@ -install_sh = @install_sh@ -libdir = @libdir@ -libexecdir = @libexecdir@ -localedir = @localedir@ -localstatedir = @localstatedir@ -mandir = @mandir@ -mkdir_p = @mkdir_p@ -moduledir = @moduledir@ -oldincludedir = @oldincludedir@ -pdfdir = @pdfdir@ -pkgconfigdatadir = @pkgconfigdatadir@ -pkgconfigdir = @pkgconfigdir@ -plugindir = @plugindir@ -potdir = @potdir@ -prefix = @prefix@ -program_transform_name = @program_transform_name@ -psdir = @psdir@ -sbindir = @sbindir@ -schemadir = @schemadir@ -scrconfdir = @scrconfdir@ -sharedstatedir = @sharedstatedir@ -srcdir = @srcdir@ -sysconfdir = @sysconfdir@ -target = @target@ -target_alias = @target_alias@ -target_cpu = @target_cpu@ -target_os = @target_os@ -target_vendor = @target_vendor@ -themedir = @themedir@ -top_build_prefix = @top_build_prefix@ -top_builddir = @top_builddir@ -top_srcdir = @top_srcdir@ -yast2dir = @yast2dir@ -ybindir = @ybindir@ -ydatadir = @ydatadir@ -yncludedir = @yncludedir@ -ystartupdir = @ystartupdir@ -AUTOMAKE_OPTIONS = dejagnu -EXTRA_DIST = $(wildcard tests/*.out) $(wildcard tests/*.err) $(wildcard tests/*.ycp) $(wildcard tests/*.yh) -testsuite_prepare = @ydatadir@/testsuite/Makefile.testsuite -all: all-am - -.SUFFIXES: -$(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps) - @for dep in $?; do \ - case '$(am__configure_deps)' in \ - *$$dep*) \ - cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \ - && exit 0; \ - exit 1;; \ - esac; \ - done; \ - echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu testsuite/Makefile'; \ - cd $(top_srcdir) && \ - $(AUTOMAKE) --gnu testsuite/Makefile -.PRECIOUS: Makefile -Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status - @case '$?' in \ - *config.status*) \ - cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \ - *) \ - echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \ - cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \ - esac; - -$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) - cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh - -$(top_srcdir)/configure: $(am__configure_deps) - cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh -$(ACLOCAL_M4): $(am__aclocal_m4_deps) - cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh -tags: TAGS -TAGS: - -ctags: CTAGS -CTAGS: - - -check-DEJAGNU: site.exp - srcdir=`$(am__cd) $(srcdir) && pwd`; export srcdir; \ - EXPECT=$(EXPECT); export EXPECT; \ - runtest=$(RUNTEST); \ - if $(SHELL) -c "$$runtest --version" > /dev/null 2>&1; then \ - exit_status=0; l='$(DEJATOOL)'; for tool in $$l; do \ - if $$runtest $(AM_RUNTESTFLAGS) $(RUNTESTDEFAULTFLAGS) $(RUNTESTFLAGS); \ - then :; else exit_status=1; fi; \ - done; \ - else echo "WARNING: could not find \`runtest'" 1>&2; :;\ - fi; \ - exit $$exit_status -site.exp: Makefile - @echo 'Making a new site.exp file...' - @echo '## these variables are automatically generated by make ##' >site.tmp - @echo '# Do not edit here. If you wish to override these values' >>site.tmp - @echo '# edit the last section' >>site.tmp - @echo 'set srcdir $(srcdir)' >>site.tmp - @echo "set objdir `pwd`" >>site.tmp - @echo 'set build_alias "$(build_alias)"' >>site.tmp - @echo 'set build_triplet $(build_triplet)' >>site.tmp - @echo 'set host_alias "$(host_alias)"' >>site.tmp - @echo 'set host_triplet $(host_triplet)' >>site.tmp - @echo 'set target_alias "$(target_alias)"' >>site.tmp - @echo 'set target_triplet $(target_triplet)' >>site.tmp - @echo '## All variables above are generated by configure. Do Not Edit ##' >>site.tmp - @test ! -f site.exp || \ - sed '1,/^## All variables above are.*##/ d' site.exp >> site.tmp - @-rm -f site.bak - @test ! -f site.exp || mv site.exp site.bak - @mv site.tmp site.exp - -distclean-DEJAGNU: - -rm -f site.exp site.bak - -l='$(DEJATOOL)'; for tool in $$l; do \ - rm -f $$tool.sum $$tool.log; \ - done - -distdir: $(DISTFILES) - @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ - topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ - list='$(DISTFILES)'; \ - dist_files=`for file in $$list; do echo $$file; done | \ - sed -e "s|^$$srcdirstrip/||;t" \ - -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \ - case $$dist_files in \ - */*) $(MKDIR_P) `echo "$$dist_files" | \ - sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \ - sort -u` ;; \ - esac; \ - for file in $$dist_files; do \ - if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ - if test -d $$d/$$file; then \ - dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ - if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ - cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \ - fi; \ - cp -pR $$d/$$file $(distdir)$$dir || exit 1; \ - else \ - test -f $(distdir)/$$file \ - || cp -p $$d/$$file $(distdir)/$$file \ - || exit 1; \ - fi; \ - done -check-am: all-am - $(MAKE) $(AM_MAKEFLAGS) check-DEJAGNU check-local -check: check-am -all-am: Makefile all-local -installdirs: -install: install-am -install-exec: install-exec-am -install-data: install-data-am -uninstall: uninstall-am - -install-am: all-am - @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am - -installcheck: installcheck-am -install-strip: - $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ - install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ - `test -z '$(STRIP)' || \ - echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install -mostlyclean-generic: - -clean-generic: - -distclean-generic: - -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) - -maintainer-clean-generic: - @echo "This command is intended for maintainers to use" - @echo "it deletes files that may require special tools to rebuild." -clean: clean-am - -clean-am: clean-generic clean-local mostlyclean-am - -distclean: distclean-am - -rm -f Makefile -distclean-am: clean-am distclean-DEJAGNU distclean-generic - -dvi: dvi-am - -dvi-am: - -html: html-am - -info: info-am - -info-am: - -install-data-am: - -install-dvi: install-dvi-am - -install-exec-am: - -install-html: install-html-am - -install-info: install-info-am - -install-man: - -install-pdf: install-pdf-am - -install-ps: install-ps-am - -installcheck-am: - -maintainer-clean: maintainer-clean-am - -rm -f Makefile -maintainer-clean-am: distclean-am maintainer-clean-generic - -mostlyclean: mostlyclean-am - -mostlyclean-am: mostlyclean-generic - -pdf: pdf-am - -pdf-am: - -ps: ps-am - -ps-am: - -uninstall-am: - -.MAKE: install-am install-strip - -.PHONY: all all-am all-local check check-DEJAGNU check-am check-local \ - clean clean-generic clean-local distclean distclean-DEJAGNU \ - distclean-generic distdir dvi dvi-am html html-am info info-am \ - install install-am install-data install-data-am install-dvi \ - install-dvi-am install-exec install-exec-am install-html \ - install-html-am install-info install-info-am install-man \ - install-pdf install-pdf-am install-ps install-ps-am \ - install-strip installcheck installcheck-am installdirs \ - maintainer-clean maintainer-clean-generic mostlyclean \ - mostlyclean-generic pdf pdf-am ps ps-am uninstall uninstall-am - - -all-local: $(testsuite_prepare) - make -f $(testsuite_prepare) RPMNAME=$(RPMNAME) srcdir=$(srcdir) - -clean-local: $(testsuite_prepare) - make -f $(testsuite_prepare) RPMNAME=$(RPMNAME) srcdir=$(srcdir) clean - -check-local: $(testsuite_prepare) - make -f $(testsuite_prepare) RPMNAME=$(RPMNAME) srcdir=$(srcdir) check - -# EOF -# Tell versions [3.59,3.63) of GNU make to not export all variables. -# Otherwise a system limit (for SysV at least) may be exceeded. -.NOEXPORT:
