Hello community,

here is the log from the commit of package yast2-nis-server for openSUSE:Factory
checked in at Tue Oct 4 17:05:28 CEST 2011.



--------
--- openSUSE:Factory/yast2-nis-server/yast2-nis-server.changes  2011-09-23 
12:53:17.000000000 +0200
+++ /mounts/work_src_done/STABLE/yast2-nis-server/yast2-nis-server.changes      
2011-09-28 18:56:11.000000000 +0200
@@ -1,0 +2,6 @@
+Wed Sep 28 18:53:45 CEST 2011 - vis...@suse.cz
+
+- set dialog title
+- 2.21.1 
+
+-------------------------------------------------------------------

calling whatdependson for head-i586


Old:
----
  yast2-nis-server-2.21.0.tar.bz2

New:
----
  yast2-nis-server-2.21.1.tar.bz2

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ yast2-nis-server.spec ++++++
--- /var/tmp/diff_new_pack.33yzMl/_old  2011-10-04 17:05:20.000000000 +0200
+++ /var/tmp/diff_new_pack.33yzMl/_new  2011-10-04 17:05:20.000000000 +0200
@@ -19,11 +19,11 @@
 
 
 Name:           yast2-nis-server
-Version:        2.21.0
-Release:        1
+Version:        2.21.1
+Release:        0
 
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
-Source0:        yast2-nis-server-2.21.0.tar.bz2
+Source0:        yast2-nis-server-%{version}.tar.bz2
 
 Prefix:         /usr
 
@@ -33,7 +33,8 @@
 Requires:       yast2-network yast2-nis-client
 
 # NetworkInterfaces
-Requires:       yast2 >= 2.16.23
+# Wizard::SetDesktopTitleAndIcon
+Requires:       yast2 >= 2.21.22
 
 Provides:       yast2-config-nis-server
 Obsoletes:      yast2-config-nis-server
@@ -45,7 +46,6 @@
 Summary:        YaST2 - Network Information Services (NIS) Server Configuration
 
 %package devel-doc
-
 Group:          System/YaST
 Requires:       yast2-nis-server >= 2.16.1
 Summary:        YaST2 - Developer documentation for yast2-nis-server
@@ -58,7 +58,7 @@
 This package contains documentation for yast2-nis-server
 
 %prep
-%setup -n yast2-nis-server-2.21.0
+%setup -n yast2-nis-server-%{version}
 
 %build
 %{prefix}/bin/y2tool y2autoconf
@@ -113,4 +113,5 @@
 %doc %{prefix}/share/doc/packages/yast2-nis-server
 %exclude %{prefix}/share/doc/packages/yast2-nis-server/COPYING
 %exclude %{prefix}/share/doc/packages/yast2-nis-server/README
+
 %changelog

++++++ yast2-nis-server-2.21.0.tar.bz2 -> yast2-nis-server-2.21.1.tar.bz2 ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-nis-server-2.21.0/Makefile.am 
new/yast2-nis-server-2.21.1/Makefile.am
--- old/yast2-nis-server-2.21.0/Makefile.am     2011-06-23 15:58:36.000000000 
+0200
+++ new/yast2-nis-server-2.21.1/Makefile.am     2011-09-28 18:54:01.000000000 
+0200
@@ -20,7 +20,6 @@
 IS_DEVTOOLS            = $(findstring yast2-devtools,$(RPMNAME))
 
 DEVTOOLS_DIR           = $(if 
$(IS_DEVTOOLS),$(srcdir)/devtools,$(Y2DEVTOOLS_PREFIX)/share/YaST2/data/devtools)
-ALL_PACKAGES           = $(DEVTOOLS_DIR)/admin/all-packages
 LEGALESE_DIR           = $(if 
$(HAS_YAST_LICENSE),$(DEVTOOLS_DIR)/admin/copyright/yast,$(DEVTOOLS_DIR)/admin/copyright/gpl)
 
 COPYRIGHT_files_gpl    = README COPYING
@@ -155,7 +154,7 @@
            $(Y2TOOL) create-spec < $$i > $$here/package/$${newname} ; \
        done
 
-package: check-up-to-date check-tagversion check-all-packages check-textdomain 
package-local
+package: check-up-to-date check-tagversion check-textdomain package-local
 
 TAGVERSION      = $(Y2TOOL) tagversion
 
@@ -185,21 +184,6 @@
 check-parse:
        @echo "Not running parseycp."
 
-check-all-packages:
-       @if [ ! -e "$(ALL_PACKAGES)" ]; then                            \
-               echo ERROR: "Can't find $(ALL_PACKAGES)"; false;        \
-       fi
-       @if ! grep -q "^$(RPMNAME)[[:space:]]" $(ALL_PACKAGES); then            
\
-               echo ERROR: "$(RPMNAME) not in $(ALL_PACKAGES)"; false; \
-       fi
-       @if grep -q "^$(RPMNAME)[[:space:]]\+.*?" $(ALL_PACKAGES); then \
-               echo ERROR: "$(RPMNAME) info in $(ALL_PACKAGES) contains some 
unknown (?) fields:";     \
-               echo;                                                   \
-               grep "^$(RPMNAME)[[:space:]]\+.*?" $(ALL_PACKAGES);     \
-               echo;                                                   \
-               false;                                                  \
-       fi
-
 check-textdomain:
        $(Y2TOOL) check-textdomain $(srcdir)
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-nis-server-2.21.0/Makefile.in 
new/yast2-nis-server-2.21.1/Makefile.in
--- old/yast2-nis-server-2.21.0/Makefile.in     2011-06-23 15:58:39.000000000 
+0200
+++ new/yast2-nis-server-2.21.1/Makefile.in     2011-09-28 18:54:04.000000000 
+0200
@@ -263,7 +263,6 @@
 # do we do Makefile.am for devtools? It is a little special...
 IS_DEVTOOLS = $(findstring yast2-devtools,$(RPMNAME))
 DEVTOOLS_DIR = $(if 
$(IS_DEVTOOLS),$(srcdir)/devtools,$(Y2DEVTOOLS_PREFIX)/share/YaST2/data/devtools)
-ALL_PACKAGES = $(DEVTOOLS_DIR)/admin/all-packages
 LEGALESE_DIR = $(if 
$(HAS_YAST_LICENSE),$(DEVTOOLS_DIR)/admin/copyright/yast,$(DEVTOOLS_DIR)/admin/copyright/gpl)
 COPYRIGHT_files_gpl = README COPYING
 COPYRIGHT_files_yast = YAST_LICENSE README COPYING COPYRIGHT.english \
@@ -904,7 +903,7 @@
            $(Y2TOOL) create-spec < $$i > $$here/package/$${newname} ; \
        done
 
-package: check-up-to-date check-tagversion check-all-packages check-textdomain 
package-local
+package: check-up-to-date check-tagversion check-textdomain package-local
 
 check-up-to-date check-cvs-up-to-date check-svn-up-to-date:
        if [ -d $(srcdir)/CVS ]; then \
@@ -932,21 +931,6 @@
 check-parse:
        @echo "Not running parseycp."
 
-check-all-packages:
-       @if [ ! -e "$(ALL_PACKAGES)" ]; then                            \
-               echo ERROR: "Can't find $(ALL_PACKAGES)"; false;        \
-       fi
-       @if ! grep -q "^$(RPMNAME)[[:space:]]" $(ALL_PACKAGES); then            
\
-               echo ERROR: "$(RPMNAME) not in $(ALL_PACKAGES)"; false; \
-       fi
-       @if grep -q "^$(RPMNAME)[[:space:]]\+.*?" $(ALL_PACKAGES); then \
-               echo ERROR: "$(RPMNAME) info in $(ALL_PACKAGES) contains some 
unknown (?) fields:";     \
-               echo;                                                   \
-               grep "^$(RPMNAME)[[:space:]]\+.*?" $(ALL_PACKAGES);     \
-               echo;                                                   \
-               false;                                                  \
-       fi
-
 check-textdomain:
        $(Y2TOOL) check-textdomain $(srcdir)
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-nis-server-2.21.0/VERSION 
new/yast2-nis-server-2.21.1/VERSION
--- old/yast2-nis-server-2.21.0/VERSION 2011-08-08 10:25:18.000000000 +0200
+++ new/yast2-nis-server-2.21.1/VERSION 2011-09-28 18:53:56.000000000 +0200
@@ -1 +1 @@
-2.21.0
+2.21.1
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-nis-server-2.21.0/configure 
new/yast2-nis-server-2.21.1/configure
--- old/yast2-nis-server-2.21.0/configure       2011-06-23 15:58:38.000000000 
+0200
+++ new/yast2-nis-server-2.21.1/configure       2011-09-28 18:54:04.000000000 
+0200
@@ -1,6 +1,6 @@
 #! /bin/sh
 # Guess values for system-dependent variables and create Makefiles.
-# Generated by GNU Autoconf 2.68 for yast2-nis-server 2.18.0.
+# Generated by GNU Autoconf 2.68 for yast2-nis-server 2.21.1.
 #
 # Report bugs to <http://bugs.opensuse.org/>.
 #
@@ -559,8 +559,8 @@
 # Identity of this package.
 PACKAGE_NAME='yast2-nis-server'
 PACKAGE_TARNAME='yast2-nis-server'
-PACKAGE_VERSION='2.18.0'
-PACKAGE_STRING='yast2-nis-server 2.18.0'
+PACKAGE_VERSION='2.21.1'
+PACKAGE_STRING='yast2-nis-server 2.21.1'
 PACKAGE_BUGREPORT='http://bugs.opensuse.org/'
 PACKAGE_URL=''
 
@@ -1231,7 +1231,7 @@
   # Omit some internal or obsolete options to make the list less imposing.
   # This message is too long to be a string in the A/UX 3.1 sh.
   cat <<_ACEOF
-\`configure' configures yast2-nis-server 2.18.0 to adapt to many kinds of 
systems.
+\`configure' configures yast2-nis-server 2.21.1 to adapt to many kinds of 
systems.
 
 Usage: $0 [OPTION]... [VAR=VALUE]...
 
@@ -1303,7 +1303,7 @@
 
 if test -n "$ac_init_help"; then
   case $ac_init_help in
-     short | recursive ) echo "Configuration of yast2-nis-server 2.18.0:";;
+     short | recursive ) echo "Configuration of yast2-nis-server 2.21.1:";;
    esac
   cat <<\_ACEOF
 
@@ -1383,7 +1383,7 @@
 test -n "$ac_init_help" && exit $ac_status
 if $ac_init_version; then
   cat <<\_ACEOF
-yast2-nis-server configure 2.18.0
+yast2-nis-server configure 2.21.1
 generated by GNU Autoconf 2.68
 
 Copyright (C) 2010 Free Software Foundation, Inc.
@@ -1400,7 +1400,7 @@
 This file contains any messages produced by compilers while
 running configure, to aid debugging if configure makes a mistake.
 
-It was created by yast2-nis-server $as_me 2.18.0, which was
+It was created by yast2-nis-server $as_me 2.21.1, which was
 generated by GNU Autoconf 2.68.  Invocation command line was
 
   $ $0 $@
@@ -2330,7 +2330,7 @@
 
 # Define the identity of the package.
  PACKAGE='yast2-nis-server'
- VERSION='2.18.0'
+ VERSION='2.21.1'
 
 
 cat >>confdefs.h <<_ACEOF
@@ -2452,7 +2452,7 @@
 
 
 
-VERSION="2.18.0"
+VERSION="2.21.1"
 RPMNAME="yast2-nis-server"
 MAINTAINER="Jiri Suchomel <jsuch...@suse.cz>"
 
@@ -3471,7 +3471,7 @@
 # report actual input values of CONFIG_FILES etc. instead of their
 # values after options handling.
 ac_log="
-This file was extended by yast2-nis-server $as_me 2.18.0, which was
+This file was extended by yast2-nis-server $as_me 2.21.1, which was
 generated by GNU Autoconf 2.68.  Invocation command line was
 
   CONFIG_FILES    = $CONFIG_FILES
@@ -3524,7 +3524,7 @@
 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
 ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; 
s/[\\""\`\$]/\\\\&/g'`"
 ac_cs_version="\\
-yast2-nis-server config.status 2.18.0
+yast2-nis-server config.status 2.21.1
 configured by $0, generated by GNU Autoconf 2.68,
   with options \\"\$ac_cs_config\\"
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-nis-server-2.21.0/configure.in 
new/yast2-nis-server-2.21.1/configure.in
--- old/yast2-nis-server-2.21.0/configure.in    2011-06-23 15:58:36.000000000 
+0200
+++ new/yast2-nis-server-2.21.1/configure.in    2011-09-28 18:54:01.000000000 
+0200
@@ -1,9 +1,9 @@
 dnl configure.in for yast2-nis-server
 dnl
-dnl -- This file is generated by y2autoconf 2.18.11 - DO NOT EDIT! --
+dnl -- This file is generated by y2autoconf 2.21.2 - DO NOT EDIT! --
 dnl    (edit configure.in.in instead)
 
-AC_INIT(yast2-nis-server, 2.18.0, http://bugs.opensuse.org/, yast2-nis-server)
+AC_INIT(yast2-nis-server, 2.21.1, http://bugs.opensuse.org/, yast2-nis-server)
 dnl Check for presence of file 'RPMNAME'
 AC_CONFIG_SRCDIR([RPMNAME])
 
@@ -18,7 +18,7 @@
 AM_INIT_AUTOMAKE(tar-ustar -Wno-portability)
 
 dnl Important YaST2 variables
-VERSION="2.18.0"
+VERSION="2.21.1"
 RPMNAME="yast2-nis-server"
 MAINTAINER="Jiri Suchomel <jsuch...@suse.cz>"
 
Files old/yast2-nis-server-2.21.0/doc/images/workflow.jpg and 
new/yast2-nis-server-2.21.1/doc/images/workflow.jpg differ
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-nis-server-2.21.0/nis_server.pot 
new/yast2-nis-server-2.21.1/nis_server.pot
--- old/yast2-nis-server-2.21.0/nis_server.pot  2011-06-23 15:58:41.000000000 
+0200
+++ new/yast2-nis-server-2.21.1/nis_server.pot  1970-01-01 01:00:00.000000000 
+0100
@@ -1,857 +0,0 @@
-# SOME DESCRIPTIVE TITLE.
-# Copyright (C) YEAR SuSE Linux Products GmbH, Nuernberg
-# This file is distributed under the same license as the PACKAGE package.
-# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
-#
-#, fuzzy
-msgid ""
-msgstr ""
-"Project-Id-Version: PACKAGE VERSION\n"
-"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2011-06-23 15:58+0200\n"
-"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
-"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
-"Language-Team: LANGUAGE <l...@li.org>\n"
-"Language: \n"
-"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=CHARSET\n"
-"Content-Transfer-Encoding: 8bit\n"
-
-#. help text 1/1
-#: src/NisServer.ycp:205
-msgid "<p>Please wait while reading the configuration.</p>"
-msgstr ""
-
-#. dialog heading
-#: src/NisServer.ycp:207
-msgid "Initializing NIS server setup"
-msgstr ""
-
-#. To translators: progress label %1 is filename
-#: src/NisServer.ycp:228
-#, ycp-format
-msgid "Load '%1' file"
-msgstr ""
-
-#. Trans: progress label
-#: src/NisServer.ycp:231
-msgid "Determine running services"
-msgstr ""
-
-#. Trans: progress label
-#: src/NisServer.ycp:233
-msgid "Determine server type"
-msgstr ""
-
-#. progress stage label
-#: src/NisServer.ycp:235
-msgid "Read firewall settings"
-msgstr ""
-
-#. To translators: progress label %1 is filename
-#: src/NisServer.ycp:238
-#, ycp-format
-msgid "Loading '%1'..."
-msgstr ""
-
-#. Trans: progress label
-#: src/NisServer.ycp:241
-msgid "Determining running services..."
-msgstr ""
-
-#. Trans: progress label
-#: src/NisServer.ycp:243
-msgid "Determining server type..."
-msgstr ""
-
-#. progress step label
-#: src/NisServer.ycp:245
-msgid "Reading firewall settings..."
-msgstr ""
-
-#. Trans: progress label
-#. progress step
-#: src/NisServer.ycp:247 src/NisServer.ycp:522
-msgid "Done."
-msgstr ""
-
-#. help text 1/1
-#: src/NisServer.ycp:502
-msgid "<p>Please wait until the configuration is saved.</p>"
-msgstr ""
-
-#. dialog heading
-#: src/NisServer.ycp:504
-msgid "Saving NIS server setup"
-msgstr ""
-
-#. progress bar stage
-#: src/NisServer.ycp:515
-msgid "Save firewall settings"
-msgstr ""
-
-#. progress step
-#: src/NisServer.ycp:520
-msgid "Saving firewall settings..."
-msgstr ""
-
-#. To translators: message in the popup dialog
-#: src/NisServer.ycp:568
-#, ycp-format
-msgid "Error while removing %1\n"
-msgstr ""
-
-#. To translators: message in the popup dialog
-#: src/NisServer.ycp:589
-#, ycp-format
-msgid "Directory %1 cannot be created.\n"
-msgstr ""
-
-#. To translators: message in the popup dialog
-#: src/NisServer.ycp:617
-#, ycp-format
-msgid "Cannot get list of maps.\n"
-msgstr ""
-
-#. To translators: message in the popup dialog
-#: src/NisServer.ycp:636
-#, ycp-format
-msgid "Error while retrieving %1 map from master.\n"
-msgstr ""
-
-#. To translators: message in the popup dialog
-#: src/NisServer.ycp:645
-msgid "Could not get list with slaves.\n"
-msgstr ""
-
-#. To translators: message in the popup dialog, %1 is hostname
-#: src/NisServer.ycp:668
-#, ycp-format
-msgid ""
-"Hostname of this host (%1)\n"
-"is not listed in the master's list.\n"
-msgstr ""
-
-#. To translators: message in the popup dialog
-#: src/NisServer.ycp:687 src/NisServer.ycp:701 src/NisServer.ycp:743
-#: src/NisServer.ycp:749
-#, ycp-format
-msgid "Error saving file %1\n"
-msgstr ""
-
-#. To translators: message in the popup dialog
-#: src/NisServer.ycp:713
-msgid "Error setting up domain name\n"
-msgstr ""
-
-#. To translators: message in the popup dialog
-#: src/NisServer.ycp:735
-#, ycp-format
-msgid "Error setting up variable %1\n"
-msgstr ""
-
-#. To translators: message in the popup dialog
-#: src/NisServer.ycp:810
-#, ycp-format
-msgid "Error while stopping %1 daemon\n"
-msgstr ""
-
-#. To translators: message in the popup dialog
-#: src/NisServer.ycp:822
-#, ycp-format
-msgid "Error while starting %1 daemon\n"
-msgstr ""
-
-#. error popup
-#: src/NisServer.ycp:858
-#, ycp-format
-msgid "Error while creating an empty user database.\n"
-msgstr ""
-
-#. To translators: message in the popup dialog
-#: src/NisServer.ycp:871
-msgid "Error while creating the ypservers map.\n"
-msgstr ""
-
-#. To translators: message in the popup dialog
-#: src/NisServer.ycp:880
-msgid "Error while creating database.\n"
-msgstr ""
-
-#. To translators: message in the popup dialog
-#: src/NisServer.ycp:903
-msgid "Error while configuring the client.\n"
-msgstr ""
-
-#. To translators: progress label
-#: src/NisServer.ycp:927
-#, ycp-format
-msgid "Remove /var/yp/%1"
-msgstr ""
-
-#. To translators: progress label
-#: src/NisServer.ycp:929
-#, ycp-format
-msgid "Removing /var/yp/%1"
-msgstr ""
-
-#. To translators: progress label
-#: src/NisServer.ycp:940
-msgid "Stop running daemons."
-msgstr ""
-
-#. To translators: progress label
-#: src/NisServer.ycp:942
-msgid "Stopping running daemons."
-msgstr ""
-
-#. To translators: progress label
-#: src/NisServer.ycp:953
-msgid "Get maps from master."
-msgstr ""
-
-#. To translators: progress label
-#: src/NisServer.ycp:955
-msgid "Getting maps from master."
-msgstr ""
-
-#. To translators: progress label
-#: src/NisServer.ycp:959 src/NisServer.ycp:984
-msgid "Save hosts allowed to query server."
-msgstr ""
-
-#. To translators: progress label
-#: src/NisServer.ycp:961 src/NisServer.ycp:986
-msgid "Saving hosts allowed to query server."
-msgstr ""
-
-#. To translators: progress label
-#: src/NisServer.ycp:965 src/NisServer.ycp:1004
-msgid "Set config variables."
-msgstr ""
-
-#. To translators: progress label
-#: src/NisServer.ycp:967 src/NisServer.ycp:1006
-msgid "Setting config variables."
-msgstr ""
-
-#. To translators: progress label
-#: src/NisServer.ycp:971
-msgid "Start daemon."
-msgstr ""
-
-#. To translators: progress label
-#: src/NisServer.ycp:973
-msgid "Starting daemon."
-msgstr ""
-
-#. To translators: progress label
-#: src/NisServer.ycp:995
-msgid "Save slaves."
-msgstr ""
-
-#. To translators: progress label
-#: src/NisServer.ycp:997
-msgid "Saving slaves."
-msgstr ""
-
-#. To translators: progress label
-#: src/NisServer.ycp:1010
-msgid "Start daemons."
-msgstr ""
-
-#. To translators: progress label
-#: src/NisServer.ycp:1012
-msgid "Starting daemons."
-msgstr ""
-
-#. To translators: progress label
-#: src/NisServer.ycp:1016
-msgid "Create initial database."
-msgstr ""
-
-#. To translators: progress label
-#: src/NisServer.ycp:1018
-msgid "Creating database."
-msgstr ""
-
-#. To translators: progress label
-#: src/NisServer.ycp:1031
-msgid "Start NIS client."
-msgstr ""
-
-#. To translators: progress label
-#: src/NisServer.ycp:1033
-msgid "Starting NIS client."
-msgstr ""
-
-#. To translators: progress label
-#: src/NisServer.ycp:1042
-msgid "Stop NIS client."
-msgstr ""
-
-#. To translators: progress label
-#: src/NisServer.ycp:1044
-msgid "Stopping NIS client."
-msgstr ""
-
-#. summary label
-#: src/NisServer.ycp:1162 src/nis_server.ycp:58
-msgid "NIS Domain"
-msgstr ""
-
-#. help text 1/3
-#: src/details.ycp:48
-msgid ""
-"<p>You can change NIS server source directory (usually\n"
-"<i>'/etc'</i>).</p>"
-msgstr ""
-
-#. help text 2/3
-#: src/details.ycp:52
-msgid ""
-"<p>Select if your <i>passwd</i> file should be merged with the 
<i>shadow</i>\n"
-"file (only possible if the <i>shadow</i> file exists).</p>\n"
-msgstr ""
-
-#. help text 3/3
-#: src/details.ycp:57
-msgid "<p>You can also adjust the minimum user and group id.</p>"
-msgstr ""
-
-#. To translators: intfield label
-#: src/details.ycp:61
-msgid "Minimum &UID"
-msgstr ""
-
-#. To translators: intfield label
-#: src/details.ycp:64
-msgid "Minimum &GID"
-msgstr ""
-
-#. To translators: textentry label
-#: src/details.ycp:70
-msgid "&YP Source directory"
-msgstr ""
-
-#. check box label
-#: src/details.ycp:73
-msgid "Merge pa&sswords"
-msgstr ""
-
-#. To translators: dialog label
-#: src/details.ycp:81
-msgid "NIS Master Server Details Setup"
-msgstr ""
-
-#. help text 1/1
-#. Translators: the text was truncated because now there's
-#. a MultiSelectionBox instead of two SelectionBoxes that
-#. were a pain to use.
-#: src/maps.ycp:43
-msgid "<p>With this dialog, adjust which maps will be available.</p>"
-msgstr ""
-
-#. multilesection box label
-#: src/maps.ycp:84
-msgid "&Maps"
-msgstr ""
-
-#. To translators: dialog label
-#: src/maps.ycp:88
-msgid "NIS Server Maps Setup"
-msgstr ""
-
-#. help text 1/3
-#: src/master.ycp:53
-msgid ""
-"<p>Enter a NIS <b>domain</b>. If this host is also a NIS client using this 
machine as a server, check\n"
-"the corresponding option.</p>\n"
-msgstr ""
-
-#. help text 2/3
-#: src/master.ycp:58
-msgid ""
-"<p>For slave servers to cooperate with this master, check\n"
-"<i>Active Slave NIS server exists</i>. If you check\n"
-"<i>Fast Map distribution</i>, it will speed up the transfer of maps to the\n"
-"slaves.</p>\n"
-msgstr ""
-
-#. help text 3/3
-#: src/master.ycp:65
-msgid ""
-"<p><i>Allow changes to passwords</i> lets the users change their\n"
-"passwords in the presence of NIS. Buttons to allow\n"
-"changing the login shell or GECOS (full name and related information) can\n"
-"be used to set up these more specific options.</p>\n"
-msgstr ""
-
-#. To translators: checkbox label
-#: src/master.ycp:76
-msgid "Allow changes to &GECOS field"
-msgstr ""
-
-#. To translators: checkbox label
-#: src/master.ycp:79
-msgid "Allow changes to login &shell"
-msgstr ""
-
-#. To translators: checkbox label
-#: src/master.ycp:86
-msgid "Allow changes to &passwords"
-msgstr ""
-
-#. To translators: checkbox label
-#. checkbox label
-#: src/master.ycp:99 src/slave.ycp:63
-msgid "This host is also a NIS &client"
-msgstr ""
-
-#. To translators: frame label
-#: src/master.ycp:107
-msgid "NIS &Domain Name"
-msgstr ""
-
-#. To translators: checkbox label
-#: src/master.ycp:111
-msgid "Active Slave NIS server &exists"
-msgstr ""
-
-#. To translators: checkbox label
-#: src/master.ycp:116
-msgid "&Fast Map distribution (rpc.ypxfrd)"
-msgstr ""
-
-#. To translators: frame label
-#: src/master.ycp:120
-msgid "Changing of passwords"
-msgstr ""
-
-#. To translators: pushbutton label
-#: src/master.ycp:126
-msgid "&Other global settings ..."
-msgstr ""
-
-#. To translators: dialog label
-#: src/master.ycp:130
-msgid "Master Server Setup"
-msgstr ""
-
-#. summary label
-#. To translators: label in the dialog
-#: src/nis_server.ycp:46 src/what.ycp:60 src/what.ycp:102
-msgid "No NIS Server is configured."
-msgstr ""
-
-#. summary label
-#: src/nis_server.ycp:52
-msgid "A NIS master server is configured."
-msgstr ""
-
-#. summary label
-#: src/nis_server.ycp:55
-msgid "A NIS slave server is configured."
-msgstr ""
-
-#. summary label:
-#: src/nis_server.ycp:64
-msgid "YP Source Directory: "
-msgstr ""
-
-#. summary label:
-#: src/nis_server.ycp:66
-msgid "Available Maps: "
-msgstr ""
-
-#. summary label:
-#: src/nis_server.ycp:72
-msgid "NIS Master Server: "
-msgstr ""
-
-#. summary label (netmask:network shows output format)
-#: src/nis_server.ycp:84
-#, ycp-format
-msgid ""
-"Hosts Allowed to Query Server (netmask:network):\n"
-"%1"
-msgstr ""
-
-#. error message
-#: src/nis_server.ycp:106
-#, ycp-format
-msgid "Required packages (%1) are not installed."
-msgstr ""
-
-#. error message
-#: src/nis_server.ycp:128
-#, ycp-format
-msgid "Invalid netmask: %1.\n"
-msgstr ""
-
-#. error message
-#: src/nis_server.ycp:133
-#, ycp-format
-msgid "Invalid network: %1.\n"
-msgstr ""
-
-#. error message
-#: src/nis_server.ycp:203
-#, ycp-format
-msgid ""
-"These maps are not supported:\n"
-"%1"
-msgstr ""
-
-#. error message
-#: src/nis_server.ycp:256
-msgid "NIS master server IP was not specified."
-msgstr ""
-
-#. translators: command line help text for nis server module
-#: src/nis_server.ycp:276
-msgid "NIS server configuration module."
-msgstr ""
-
-#. command line help text for 'summary' action
-#: src/nis_server.ycp:284
-msgid "Configuration summary of NIS server"
-msgstr ""
-
-#. command line action help
-#: src/nis_server.ycp:289
-msgid "Stop NIS server"
-msgstr ""
-
-#. command line action help
-#: src/nis_server.ycp:294
-msgid "Configure NIS master server"
-msgstr ""
-
-#. command line action help
-#: src/nis_server.ycp:299
-msgid "Configure NIS slave server"
-msgstr ""
-
-#. command line help text for the 'domain' option
-#: src/nis_server.ycp:306
-msgid "NIS domain"
-msgstr ""
-
-#. command line help text for the 'master_ip' option
-#: src/nis_server.ycp:311
-msgid "IP address of master NIS server"
-msgstr ""
-
-#. command line help text for the 'yppasswd' option
-#: src/nis_server.ycp:316
-msgid "Start or stop yppasswd service"
-msgstr ""
-
-#. command line help text for the 'ypdir' option
-#: src/nis_server.ycp:322
-msgid "YP source directory"
-msgstr ""
-
-#. command line help text for the 'maps' option
-#: src/nis_server.ycp:327
-msgid "Maps distributed by server"
-msgstr ""
-
-#. command line help text for the 'hosts' option
-#: src/nis_server.ycp:332
-msgid "Hosts allowed to query server ('netmask:network')"
-msgstr ""
-
-#. warning popup
-#: src/routines.ycp:108
-msgid ""
-"Your machine is set up to change the NIS domain name via DHCP.\n"
-"This may replace the domain name just entered. Check your\n"
-"settings and consider not running a DHCP client on a NIS server.\n"
-msgstr ""
-
-#. firewall openning help
-#: src/routines.ycp:128
-msgid ""
-"<p><b>Firewall Settings</b><br>\n"
-"To open the firewall to allow accessing the NIS server\n"
-"from remote computers, set <b>Open Port in Firewall</b>.\n"
-"To select interfaces on which to open the port, click <b>Firewall 
Details</b>.\n"
-"This option is only available if the firewall is enabled.</p>\n"
-msgstr ""
-
-#. To translators: popup dialog heading
-#: src/securenets.ycp:87
-msgid "Edit netmask and network"
-msgstr ""
-
-#. To translators: textentry label
-#: src/securenets.ycp:90
-msgid "Net&mask"
-msgstr ""
-
-#. To translators: textentry label
-#: src/securenets.ycp:94
-msgid "Net&work"
-msgstr ""
-
-#. To translators: error message
-#: src/securenets.ycp:122
-msgid "Wrong netmask!\n"
-msgstr ""
-
-#. To translators: error message
-#: src/securenets.ycp:125
-msgid "Wrong network!\n"
-msgstr ""
-
-#. help text 1/4
-#: src/securenets.ycp:147
-msgid "<p>Please enter which hosts are allowed to query the NIS server.</p>"
-msgstr ""
-
-#. help text 2/4
-#: src/securenets.ycp:149
-msgid ""
-"<p>A host address will be allowed if <b>network</b> is equal\n"
-"to the  bitwise <i>AND</i> of the host's address and the <b>netmask</b>.</p>"
-msgstr ""
-
-#. help text 3/4
-#: src/securenets.ycp:152
-msgid ""
-"<p>The entry with <b>netmask</b> <tt>255.0.0.0</tt> and <b>network</b>\n"
-"<tt>127.0.0.0</tt> must exist to allow connections from the local host.</p>\n"
-msgstr ""
-
-#. help text 4/4
-#: src/securenets.ycp:156
-msgid ""
-"<p>Entering <b>netmask</b> <tt>0.0.0.0</tt> and\n"
-"<b>network</b> <tt>0.0.0.0</tt> gives access to all hosts.</p>"
-msgstr ""
-
-#. To translators: table header
-#: src/securenets.ycp:165
-msgid "Netmask"
-msgstr ""
-
-#. To translators: table header
-#: src/securenets.ycp:167
-msgid "Network"
-msgstr ""
-
-#. To translators: dialog label
-#: src/securenets.ycp:178
-msgid "NIS Server Query Hosts Setup"
-msgstr ""
-
-#. help text 1/2
-#: src/slave.ycp:46
-msgid "<p>Enter the NIS <b>domain</b> and the IP <b>address</b> or host name 
of the master NIS server.</p>"
-msgstr ""
-
-#. help text 2/2
-#: src/slave.ycp:48
-msgid "<p>If this host is also a NIS client using this machine as a server, 
check the corresponding option.</p>"
-msgstr ""
-
-#. textentry label
-#: src/slave.ycp:54
-msgid "N&IS domain name:"
-msgstr ""
-
-#. To translators: dialog label
-#: src/slave.ycp:70
-msgid "Slave Server Setup"
-msgstr ""
-
-#. To translators: selection box label
-#: src/slaves.ycp:49
-msgid "&Remote hosts"
-msgstr ""
-
-#. To translators: textentry label
-#: src/slaves.ycp:79
-msgid "&Slave's host name"
-msgstr ""
-
-#. To translators: popup dialog heading
-#: src/slaves.ycp:91
-msgid "Edit slave"
-msgstr ""
-
-#. To translators: label message
-#: src/slaves.ycp:125
-msgid "Scanning for hosts on this LAN..."
-msgstr ""
-
-#. help text 1/1
-#: src/slaves.ycp:157
-msgid "<p>Here, enter the names of hosts to configure as NIS server slaves. 
Use <i>Add</i> to add a new one, <i>Edit</i>  to change an existing entry, and 
<i>Delete</i> to remove an entry.</p>"
-msgstr ""
-
-#. To translators: selection box label
-#: src/slaves.ycp:171 src/slaves.ycp:208 src/slaves.ycp:220 src/slaves.ycp:232
-msgid "&Slaves"
-msgstr ""
-
-#. To translators: dialog label
-#: src/slaves.ycp:178
-msgid "NIS Master Server Slaves Setup"
-msgstr ""
-
-#. To translators: ContinueCancel Popup headline
-#: src/ui.ycp:63
-msgid "Finish"
-msgstr ""
-
-#. To translators: ContinueCancel Popup
-#: src/ui.ycp:65
-msgid "Really save configuration ?"
-msgstr ""
-
-#. To translators: YesNo Popup headline
-#: src/ui.ycp:79
-msgid "Exit"
-msgstr ""
-
-#. To translators: YesNo Popup
-#: src/ui.ycp:81
-msgid "Really exit configuration without saving ?"
-msgstr ""
-
-#. To translators: popup label
-#: src/ui.ycp:95
-msgid "Error details"
-msgstr ""
-
-#. To translators: popup label
-#: src/ui.ycp:109
-#, ycp-format
-msgid ""
-"Error during configuration:\n"
-"%1"
-msgstr ""
-
-#. To translators: Error popup
-#: src/ui.ycp:113
-msgid "&Details"
-msgstr ""
-
-#. help text 1/2
-#: src/what.ycp:39
-msgid ""
-"<p>Select whether to configure the NIS server as a <b>master</b> or a\n"
-"<b>slave</b> or not to configure a NIS server.</p>\n"
-msgstr ""
-
-#. help text 2/2
-#: src/what.ycp:54
-msgid ""
-"<p>The NIS server package will be <b>installed</b> first if you want to\n"
-"configure it.</p>"
-msgstr ""
-
-#. To translators: label in the dialog
-#: src/what.ycp:58
-msgid "No NIS Software is installed."
-msgstr ""
-
-#. To translators: label in the dialog
-#: src/what.ycp:63
-msgid "Install and set up an NIS &Master Server"
-msgstr ""
-
-#. To translators: label in the dialog
-#: src/what.ycp:65
-msgid "Install and set up an NIS &Slave Server"
-msgstr ""
-
-#. To translators: label in the dialog
-#. To translators: checkbox label
-#: src/what.ycp:67 src/what.ycp:109
-msgid "&Do nothing and leave set up"
-msgstr ""
-
-#. To translators: label in the dialog
-#: src/what.ycp:73 src/what.ycp:100
-msgid "NIS Software is installed."
-msgstr ""
-
-#. To translators: part of the label in the dialog
-#: src/what.ycp:76
-msgid "Master"
-msgstr ""
-
-#. To translators: part of the label in the dialog
-#: src/what.ycp:78
-msgid "Slave"
-msgstr ""
-
-#. To translators: label in the dialog, %1 is Master or Slave above
-#: src/what.ycp:80
-#, ycp-format
-msgid "A NIS %1 Server is configured."
-msgstr ""
-
-#. To translators: label in the dialog
-#: src/what.ycp:84
-msgid "Reconfigure NIS &Master Server"
-msgstr ""
-
-#. To translators: label in the dialog
-#: src/what.ycp:86
-msgid "Change to NIS &Master Server"
-msgstr ""
-
-#. To translators: label in the dialog
-#: src/what.ycp:88
-msgid "Reconfigure NIS &Slave Server"
-msgstr ""
-
-#. To translators: label in the dialog
-#: src/what.ycp:90
-msgid "Change to NIS &Slave Server"
-msgstr ""
-
-#. To translators: label in the dialog
-#: src/what.ycp:95
-msgid "&Deactivate any NIS server configuration"
-msgstr ""
-
-#. To translators: checkbox label
-#: src/what.ycp:105
-msgid "Create NIS &Master Server"
-msgstr ""
-
-#. To translators: checkbox label
-#: src/what.ycp:107
-msgid "Create NIS &Slave Server"
-msgstr ""
-
-#. To translators: label in the dialog
-#: src/what.ycp:114
-msgid "Current status:"
-msgstr ""
-
-#. To translators: frame label
-#: src/what.ycp:136
-msgid "Select what you want to do"
-msgstr ""
-
-#. To translators: dialog label
-#: src/what.ycp:140
-msgid "Network Information Service (NIS) Server Setup"
-msgstr ""
-
-#. Translators: dialog caption
-#: src/wizards.ycp:148
-msgid "NIS Server Configuration"
-msgstr ""
-
-#. label
-#: src/wizards.ycp:150
-msgid "Initializing..."
-msgstr ""
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-nis-server-2.21.0/src/master.ycp 
new/yast2-nis-server-2.21.1/src/master.ycp
--- old/yast2-nis-server-2.21.0/src/master.ycp  2011-08-08 10:23:58.000000000 
+0200
+++ new/yast2-nis-server-2.21.1/src/master.ycp  2011-09-28 18:53:08.000000000 
+0200
@@ -13,7 +13,7 @@
  *   Dan Vesely <d...@suse.cz>
  *   Martin Vidner <mvid...@suse.cz>
  *
- * $Id: master.ycp 54880 2009-01-22 09:26:20Z jsuchome $
+ * $Id: master.ycp 65262 2011-08-08 08:26:25Z jsuchome $
  *
  * YPServer module part.
  *
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-nis-server-2.21.0/src/wizards.ycp 
new/yast2-nis-server-2.21.1/src/wizards.ycp
--- old/yast2-nis-server-2.21.0/src/wizards.ycp 2008-12-18 14:47:26.000000000 
+0100
+++ new/yast2-nis-server-2.21.1/src/wizards.ycp 2011-09-28 18:55:42.000000000 
+0200
@@ -5,7 +5,7 @@
  * Authors:    Martin Vidner <mvid...@suse.cz>
  *              Dan Vesely <d...@suse.cz>
  *
- * $Id: wizards.ycp 15717 2004-03-08 18:48:15Z lslezak $
+ * $Id: wizards.ycp 66107 2011-09-28 16:55:40Z visnov $
  */
 
 {
@@ -131,7 +131,7 @@
        ];
 
     Wizard::CreateDialog();
-    Wizard::SetDesktopIcon("nis_server");
+    Wizard::SetDesktopTitleAndIcon("nis_server");
     symbol ret = Sequencer::Run(aliases, sequence);
 
     UI::CloseDialog();

continue with "q"...



Remember to have fun...

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org

Reply via email to