Hello community, here is the log from the commit of package yast2-nis-server checked in at Thu Oct 26 20:32:23 CEST 2006. -------- --- yast2-nis-server/yast2-nis-server.changes 2006-08-01 11:16:23.000000000 +0200 +++ /mounts/work_src_done/NOARCH/yast2-nis-server/yast2-nis-server.changes 2006-10-26 16:44:36.000000000 +0200 @@ -1,0 +2,12 @@ +Thu Oct 26 16:37:49 CEST 2006 - jsuchome@suse.cz + +- added schema name to desktop file (#215249) +- 2.13.6 + +------------------------------------------------------------------- +Thu Oct 26 15:46:01 CEST 2006 - jsuchome@suse.cz + +- schema file moved from autoyast package (#215249) +- 2.13.5 + +------------------------------------------------------------------- Old: ---- yast2-nis-server-2.13.4.tar.bz2 New: ---- yast2-nis-server-2.13.6.tar.bz2 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ yast2-nis-server.spec ++++++ --- /var/tmp/diff_new_pack.2zjiqk/_old 2006-10-26 20:32:06.000000000 +0200 +++ /var/tmp/diff_new_pack.2zjiqk/_new 2006-10-26 20:32:06.000000000 +0200 @@ -1,5 +1,5 @@ # -# spec file for package yast2-nis-server (Version 2.13.4) +# spec file for package yast2-nis-server (Version 2.13.6) # # Copyright (c) 2006 SUSE LINUX Products GmbH, Nuernberg, Germany. # This file and all modifications and additions to the pristine @@ -11,12 +11,12 @@ # norootforbuild Name: yast2-nis-server -Version: 2.13.4 +Version: 2.13.6 Release: 1 -License: GPL +License: GNU General Public License (GPL) - all versions Group: System/YaST BuildRoot: %{_tmppath}/%{name}-%{version}-build -Source0: yast2-nis-server-2.13.4.tar.bz2 +Source0: yast2-nis-server-2.13.6.tar.bz2 prefix: /usr BuildRequires: doxygen perl-XML-Writer update-desktop-files yast2 yast2-devtools yast2-network yast2-nis-client yast2-testsuite Requires: yast2 yast2-network yast2-nis-client @@ -39,7 +39,7 @@ Martin Vidner <mvidner@suse.cz> %prep -%setup -n yast2-nis-server-2.13.4 +%setup -n yast2-nis-server-2.13.6 %build %{prefix}/bin/y2tool y2autoconf @@ -79,9 +79,16 @@ /usr/share/YaST2/scrconf/run_ypwhich_m.scr /usr/share/YaST2/scrconf/var_yp_securenets.scr /usr/share/YaST2/scrconf/var_yp_ypservers.scr +/usr/share/YaST2/schema/autoyast/rnc/nis_server.rnc %doc %{prefix}/share/doc/packages/yast2-nis-server %changelog -n yast2-nis-server +* Thu Oct 26 2006 - jsuchome@suse.cz +- added schema name to desktop file (#215249) +- 2.13.6 +* Thu Oct 26 2006 - jsuchome@suse.cz +- schema file moved from autoyast package (#215249) +- 2.13.5 * Tue Aug 01 2006 - jsuchome@suse.cz - install also ypbind package (#195400) - 2.13.4 ++++++ yast2-nis-server-2.13.4.tar.bz2 -> yast2-nis-server-2.13.6.tar.bz2 ++++++ diff -urN --exclude=CVS --exclude=.cvsignore --exclude=.svn --exclude=.svnignore old/yast2-nis-server-2.13.4/Makefile.am new/yast2-nis-server-2.13.6/Makefile.am --- old/yast2-nis-server-2.13.4/Makefile.am 2006-08-01 11:07:32.000000000 +0200 +++ new/yast2-nis-server-2.13.6/Makefile.am 2006-03-27 08:17:42.000000000 +0200 @@ -8,7 +8,6 @@ #where devtools are PREFIX := $(shell pkg-config --print-errors --variable=prefix yast2-devtools) -Y2TOOL = $(PREFIX)/bin/y2tool VERSION = $(shell cat $(srcdir)/VERSION) RPMNAME = $(shell cat $(srcdir)/RPMNAME) @@ -96,7 +95,7 @@ done pot: - $(Y2TOOL) y2makepot -s $(srcdir) + y2tool y2makepot -s $(srcdir) install-pot: pot @POT_DST=`find -type d -name testsuite -prune , \ @@ -117,7 +116,7 @@ fi spellcheck: pot - $(Y2TOOL) pot-spellcheck + y2tool pot-spellcheck # all-local: $(if $(IS_DEVTOOLS),,$(POT_DST)) @@ -144,20 +143,20 @@ rm -f package/*.bak rm -f package/*.auto mv $(RPMNAME)-$(VERSION).tar.bz2 package/ - if ! test -x $(Y2TOOL); then \ - echo "$(Y2TOOL): not found."; \ + if ! test -x $(PREFIX)/bin/y2tool; then \ + echo "$(PREFIX)/bin/y2tool: not found."; \ echo "You have to install yast2-devtools to making a package"; \ false; \ fi here=`pwd`; \ cd $(srcdir) && for i in $(RPMNAME)*.spec.in; do \ newname="`echo "$$i" | sed "s/\.in$$//g"`"; \ - $(Y2TOOL) create-spec < $$i > $$here/package/$${newname} ; \ + $(PREFIX)/bin/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-all-packages package-local -TAGVERSION = $(Y2TOOL) tagversion +TAGVERSION = $(PREFIX)/bin/y2tool tagversion check-up-to-date check-cvs-up-to-date check-svn-up-to-date: if [ -d $(srcdir)/CVS ]; then \ @@ -200,13 +199,10 @@ false; \ fi -check-textdomain: - $(Y2TOOL) check-textdomain $(srcdir) - stable: checkin-stable checkin-stable: package - $(Y2TOOL) checkin-stable + $(PREFIX)/bin/y2tool checkin-stable # For po/ modules diff -urN --exclude=CVS --exclude=.cvsignore --exclude=.svn --exclude=.svnignore old/yast2-nis-server-2.13.4/Makefile.in new/yast2-nis-server-2.13.6/Makefile.in --- old/yast2-nis-server-2.13.4/Makefile.in 2006-08-01 11:07:38.000000000 +0200 +++ new/yast2-nis-server-2.13.6/Makefile.in 2006-03-27 08:17:48.000000000 +0200 @@ -200,7 +200,6 @@ #where devtools are PREFIX := $(shell pkg-config --print-errors --variable=prefix yast2-devtools) -Y2TOOL = $(PREFIX)/bin/y2tool SUBDIRS_FILE = $(shell test -e $(srcdir)/SUBDIRS && echo SUBDIRS) ACINCLUDE_FILE = $(shell test -e $(srcdir)/acinclude.m4 && echo acinclude.m4) HAS_YAST_LICENSE = $(shell test -e $(srcdir)/YAST_LICENSE && echo YAST_LICENSE) @@ -230,7 +229,7 @@ $(IS_DEVTOOLS),Makefile.am.common,$(POT_DST)) $(am__append_1) @CREATE_PKGCONFIG_NOARCH_TRUE@@CREATE_PKGCONFIG_TRUE@pkgconfigdata_DATA = $(RPMNAME).pc @CREATE_PKGCONFIG_NOARCH_FALSE@@CREATE_PKGCONFIG_TRUE@pkgconfig_DATA = $(RPMNAME).pc -TAGVERSION = $(Y2TOOL) tagversion +TAGVERSION = $(PREFIX)/bin/y2tool tagversion # test ! -d $(srcdir)/po \ # || { $(MAKE) -C po checkpo && $(MAKE) -C po make-pox; } # No ./SUBDIRS file found - assuming default: All direct subdirs with Makefile.am @@ -727,7 +726,7 @@ done pot: - $(Y2TOOL) y2makepot -s $(srcdir) + y2tool y2makepot -s $(srcdir) install-pot: pot @POT_DST=`find -type d -name testsuite -prune , \ @@ -748,7 +747,7 @@ fi spellcheck: pot - $(Y2TOOL) pot-spellcheck + y2tool pot-spellcheck # all-local: $(if $(IS_DEVTOOLS),,$(POT_DST)) @@ -775,18 +774,18 @@ rm -f package/*.bak rm -f package/*.auto mv $(RPMNAME)-$(VERSION).tar.bz2 package/ - if ! test -x $(Y2TOOL); then \ - echo "$(Y2TOOL): not found."; \ + if ! test -x $(PREFIX)/bin/y2tool; then \ + echo "$(PREFIX)/bin/y2tool: not found."; \ echo "You have to install yast2-devtools to making a package"; \ false; \ fi here=`pwd`; \ cd $(srcdir) && for i in $(RPMNAME)*.spec.in; do \ newname="`echo "$$i" | sed "s/\.in$$//g"`"; \ - $(Y2TOOL) create-spec < $$i > $$here/package/$${newname} ; \ + $(PREFIX)/bin/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-all-packages package-local check-up-to-date check-cvs-up-to-date check-svn-up-to-date: if [ -d $(srcdir)/CVS ]; then \ @@ -829,13 +828,10 @@ false; \ fi -check-textdomain: - $(Y2TOOL) check-textdomain $(srcdir) - stable: checkin-stable checkin-stable: package - $(Y2TOOL) checkin-stable + $(PREFIX)/bin/y2tool checkin-stable # For po/ modules checkpo: diff -urN --exclude=CVS --exclude=.cvsignore --exclude=.svn --exclude=.svnignore old/yast2-nis-server-2.13.4/VERSION new/yast2-nis-server-2.13.6/VERSION --- old/yast2-nis-server-2.13.4/VERSION 2006-08-01 11:06:58.000000000 +0200 +++ new/yast2-nis-server-2.13.6/VERSION 2006-10-26 16:38:02.000000000 +0200 @@ -1 +1 @@ -2.13.4 +2.13.6 diff -urN --exclude=CVS --exclude=.cvsignore --exclude=.svn --exclude=.svnignore old/yast2-nis-server-2.13.4/configure new/yast2-nis-server-2.13.6/configure --- old/yast2-nis-server-2.13.4/configure 2006-08-01 11:07:36.000000000 +0200 +++ new/yast2-nis-server-2.13.6/configure 2006-03-27 08:17:47.000000000 +0200 @@ -1,8 +1,8 @@ #! /bin/sh # Guess values for system-dependent variables and create Makefiles. -# Generated by GNU Autoconf 2.59 for yast2-nis-server 2.13.4. +# Generated by GNU Autoconf 2.59 for yast2-nis-server 2.13.2. # -# Report bugs to <http://bugs.opensuse.org/>. +# Report bugs to <http://www.suse.de/feedback>. # # Copyright (C) 2003 Free Software Foundation, Inc. # This configure script is free software; the Free Software Foundation @@ -269,9 +269,9 @@ # Identity of this package. PACKAGE_NAME='yast2-nis-server' PACKAGE_TARNAME='yast2-nis-server' -PACKAGE_VERSION='2.13.4' -PACKAGE_STRING='yast2-nis-server 2.13.4' -PACKAGE_BUGREPORT='http://bugs.opensuse.org/' +PACKAGE_VERSION='2.13.2' +PACKAGE_STRING='yast2-nis-server 2.13.2' +PACKAGE_BUGREPORT='http://www.suse.de/feedback' ac_unique_file="RPMNAME" ac_default_prefix=/usr @@ -728,7 +728,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.13.4 to adapt to many kinds of systems. +\`configure' configures yast2-nis-server 2.13.2 to adapt to many kinds of systems. Usage: $0 [OPTION]... [VAR=VALUE]... @@ -795,7 +795,7 @@ if test -n "$ac_init_help"; then case $ac_init_help in - short | recursive ) echo "Configuration of yast2-nis-server 2.13.4:";; + short | recursive ) echo "Configuration of yast2-nis-server 2.13.2:";; esac cat <<\_ACEOF @@ -812,7 +812,7 @@ Use these variables to override the choices made by `configure' or to help it to find libraries and programs with nonstandard names/locations. -Report bugs to <http://bugs.opensuse.org/>. +Report bugs to <http://www.suse.de/feedback>. _ACEOF fi @@ -908,7 +908,7 @@ test -n "$ac_init_help" && exit 0 if $ac_init_version; then cat <<\_ACEOF -yast2-nis-server configure 2.13.4 +yast2-nis-server configure 2.13.2 generated by GNU Autoconf 2.59 Copyright (C) 2003 Free Software Foundation, Inc. @@ -922,7 +922,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.13.4, which was +It was created by yast2-nis-server $as_me 2.13.2, which was generated by GNU Autoconf 2.59. Invocation command line was $ $0 $@ @@ -1652,7 +1652,7 @@ # Define the identity of the package. PACKAGE='yast2-nis-server' - VERSION='2.13.4' + VERSION='2.13.2' cat >>confdefs.h <<_ACEOF @@ -1863,7 +1863,7 @@ -VERSION="2.13.4" +VERSION="2.13.2" RPMNAME="yast2-nis-server" MAINTAINER="Jiri Suchomel <jsuchome@suse.cz>" @@ -2784,7 +2784,7 @@ } >&5 cat >&5 <<_CSEOF -This file was extended by yast2-nis-server $as_me 2.13.4, which was +This file was extended by yast2-nis-server $as_me 2.13.2, which was generated by GNU Autoconf 2.59. Invocation command line was CONFIG_FILES = $CONFIG_FILES @@ -2839,7 +2839,7 @@ cat >>$CONFIG_STATUS <<_ACEOF ac_cs_version="\\ -yast2-nis-server config.status 2.13.4 +yast2-nis-server config.status 2.13.2 configured by $0, generated by GNU Autoconf 2.59, with options \\"`echo "$ac_configure_args" | sed 's/[\\""\`\$]/\\\\&/g'`\\" diff -urN --exclude=CVS --exclude=.cvsignore --exclude=.svn --exclude=.svnignore old/yast2-nis-server-2.13.4/configure.in new/yast2-nis-server-2.13.6/configure.in --- old/yast2-nis-server-2.13.4/configure.in 2006-08-01 11:07:32.000000000 +0200 +++ new/yast2-nis-server-2.13.6/configure.in 2006-03-27 08:17:42.000000000 +0200 @@ -1,9 +1,9 @@ dnl configure.in for yast2-nis-server dnl -dnl -- This file is generated by y2autoconf 2.13.18 - DO NOT EDIT! -- +dnl -- This file is generated by y2autoconf - DO NOT EDIT! -- dnl (edit configure.in.in instead) -AC_INIT(yast2-nis-server, 2.13.4, http://bugs.opensuse.org/, yast2-nis-server) +AC_INIT(yast2-nis-server, 2.13.2, http://www.suse.de/feedback, yast2-nis-server) dnl Check for presence of file 'RPMNAME' AC_CONFIG_SRCDIR([RPMNAME]) @@ -17,7 +17,7 @@ AM_INIT_AUTOMAKE(tar-ustar) dnl searches for some needed programs dnl Important YaST2 variables -VERSION="2.13.4" +VERSION="2.13.2" RPMNAME="yast2-nis-server" MAINTAINER="Jiri Suchomel <jsuchome@suse.cz>" diff -urN --exclude=CVS --exclude=.cvsignore --exclude=.svn --exclude=.svnignore old/yast2-nis-server-2.13.4/src/Makefile.am new/yast2-nis-server-2.13.6/src/Makefile.am --- old/yast2-nis-server-2.13.4/src/Makefile.am 2006-06-23 14:38:58.000000000 +0200 +++ new/yast2-nis-server-2.13.6/src/Makefile.am 2006-10-26 15:45:57.000000000 +0200 @@ -2,6 +2,8 @@ myincludedir = @yncludedir@/nis_server +rncdir = $(schemadir)/autoyast/rnc + myinclude_DATA = \ what.ycp \ slave.ycp \ @@ -23,11 +25,13 @@ desktop_DATA = nis_server.desktop +rnc_DATA = nis_server.rnc + EXTRA_DIST = \ $(module_DATA) \ $(client_DATA) \ $(desktop_DATA) \ - $(myinclude_DATA) + $(myinclude_DATA) $(rnc_DATA) nis_server: ln -sf . nis_server diff -urN --exclude=CVS --exclude=.cvsignore --exclude=.svn --exclude=.svnignore old/yast2-nis-server-2.13.4/src/Makefile.in new/yast2-nis-server-2.13.6/src/Makefile.in --- old/yast2-nis-server-2.13.4/src/Makefile.in 2006-08-01 11:07:38.000000000 +0200 +++ new/yast2-nis-server-2.13.6/src/Makefile.in 2006-10-26 15:47:32.000000000 +0200 @@ -61,14 +61,15 @@ am__strip_dir = `echo $$p | sed -e 's|^.*/||'`; am__installdirs = "$(DESTDIR)$(clientdir)" "$(DESTDIR)$(desktopdir)" \ "$(DESTDIR)$(moduledir)" "$(DESTDIR)$(modulebindir)" \ - "$(DESTDIR)$(myincludedir)" + "$(DESTDIR)$(myincludedir)" "$(DESTDIR)$(rncdir)" clientDATA_INSTALL = $(INSTALL_DATA) desktopDATA_INSTALL = $(INSTALL_DATA) moduleDATA_INSTALL = $(INSTALL_DATA) modulebinDATA_INSTALL = $(INSTALL_DATA) myincludeDATA_INSTALL = $(INSTALL_DATA) +rncDATA_INSTALL = $(INSTALL_DATA) DATA = $(client_DATA) $(desktop_DATA) $(module_DATA) $(modulebin_DATA) \ - $(myinclude_DATA) + $(myinclude_DATA) $(rnc_DATA) DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) ACLOCAL = @ACLOCAL@ AMTAR = @AMTAR@ @@ -177,6 +178,7 @@ yncludedir = @yncludedir@ ystartupdir = @ystartupdir@ myincludedir = @yncludedir@/nis_server +rncdir = $(schemadir)/autoyast/rnc myinclude_DATA = \ what.ycp \ slave.ycp \ @@ -196,11 +198,12 @@ nis_server_auto.ycp desktop_DATA = nis_server.desktop +rnc_DATA = nis_server.rnc EXTRA_DIST = \ $(module_DATA) \ $(client_DATA) \ $(desktop_DATA) \ - $(myinclude_DATA) + $(myinclude_DATA) $(rnc_DATA) ycpchook = nis_server YCPCFLAGS = -I. @@ -334,6 +337,23 @@ echo " rm -f '$(DESTDIR)$(myincludedir)/$$f'"; \ rm -f "$(DESTDIR)$(myincludedir)/$$f"; \ done +install-rncDATA: $(rnc_DATA) + @$(NORMAL_INSTALL) + test -z "$(rncdir)" || $(mkdir_p) "$(DESTDIR)$(rncdir)" + @list='$(rnc_DATA)'; for p in $$list; do \ + if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ + f=$(am__strip_dir) \ + echo " $(rncDATA_INSTALL) '$$d$$p' '$(DESTDIR)$(rncdir)/$$f'"; \ + $(rncDATA_INSTALL) "$$d$$p" "$(DESTDIR)$(rncdir)/$$f"; \ + done + +uninstall-rncDATA: + @$(NORMAL_UNINSTALL) + @list='$(rnc_DATA)'; for p in $$list; do \ + f=$(am__strip_dir) \ + echo " rm -f '$(DESTDIR)$(rncdir)/$$f'"; \ + rm -f "$(DESTDIR)$(rncdir)/$$f"; \ + done tags: TAGS TAGS: @@ -376,7 +396,7 @@ check: check-am all-am: Makefile $(DATA) installdirs: - for dir in "$(DESTDIR)$(clientdir)" "$(DESTDIR)$(desktopdir)" "$(DESTDIR)$(moduledir)" "$(DESTDIR)$(modulebindir)" "$(DESTDIR)$(myincludedir)"; do \ + for dir in "$(DESTDIR)$(clientdir)" "$(DESTDIR)$(desktopdir)" "$(DESTDIR)$(moduledir)" "$(DESTDIR)$(modulebindir)" "$(DESTDIR)$(myincludedir)" "$(DESTDIR)$(rncdir)"; do \ test -z "$$dir" || $(mkdir_p) "$$dir"; \ done install: install-am @@ -424,7 +444,8 @@ info-am: install-data-am: install-clientDATA install-desktopDATA \ - install-moduleDATA install-modulebinDATA install-myincludeDATA + install-moduleDATA install-modulebinDATA install-myincludeDATA \ + install-rncDATA install-exec-am: @@ -452,7 +473,7 @@ uninstall-am: uninstall-clientDATA uninstall-desktopDATA \ uninstall-info-am uninstall-moduleDATA uninstall-modulebinDATA \ - uninstall-myincludeDATA + uninstall-myincludeDATA uninstall-rncDATA .PHONY: all all-am check check-am clean clean-generic dist-hook \ distclean distclean-generic distdir dvi dvi-am html html-am \ @@ -460,12 +481,12 @@ install-data install-data-am install-desktopDATA install-exec \ install-exec-am install-info install-info-am install-man \ install-moduleDATA install-modulebinDATA install-myincludeDATA \ - install-strip installcheck installcheck-am installdirs \ - maintainer-clean maintainer-clean-generic mostlyclean \ - mostlyclean-generic pdf pdf-am ps ps-am uninstall uninstall-am \ - uninstall-clientDATA uninstall-desktopDATA uninstall-info-am \ - uninstall-moduleDATA uninstall-modulebinDATA \ - uninstall-myincludeDATA + install-rncDATA install-strip installcheck installcheck-am \ + installdirs maintainer-clean maintainer-clean-generic \ + mostlyclean mostlyclean-generic pdf pdf-am ps ps-am uninstall \ + uninstall-am uninstall-clientDATA uninstall-desktopDATA \ + uninstall-info-am uninstall-moduleDATA uninstall-modulebinDATA \ + uninstall-myincludeDATA uninstall-rncDATA nis_server: diff -urN --exclude=CVS --exclude=.cvsignore --exclude=.svn --exclude=.svnignore old/yast2-nis-server-2.13.4/src/NisServer.ycp new/yast2-nis-server-2.13.6/src/NisServer.ycp --- old/yast2-nis-server-2.13.4/src/NisServer.ycp 2006-08-01 11:05:22.000000000 +0200 +++ new/yast2-nis-server-2.13.6/src/NisServer.ycp 2006-08-01 11:17:01.000000000 +0200 @@ -5,7 +5,7 @@ * Authors: Martin Vidner <mvidner@suse.cz> * Dan Vesely <dan@suse.cz> * - * $Id: NisServer.ycp 25326 2005-09-02 14:45:48Z jsuchome $ + * $Id: NisServer.ycp 32072 2006-08-01 09:18:34Z jsuchome $ * * Representation of the configuration of nisServer. * Input and output routines. diff -urN --exclude=CVS --exclude=.cvsignore --exclude=.svn --exclude=.svnignore old/yast2-nis-server-2.13.4/src/nis_server.desktop new/yast2-nis-server-2.13.6/src/nis_server.desktop --- old/yast2-nis-server-2.13.4/src/nis_server.desktop 2006-06-23 14:38:58.000000000 +0200 +++ new/yast2-nis-server-2.13.6/src/nis_server.desktop 2006-10-26 16:37:45.000000000 +0200 @@ -15,6 +15,7 @@ X-SuSE-YaST-Geometry= X-SuSE-YaST-SortKey= X-SuSE-YaST-AutoInstClonable=true +X-SuSE-YaST-AutoInstSchema=nis_server.rnc Icon=yast-nis_server Exec=/sbin/yast2 nis_server diff -urN --exclude=CVS --exclude=.cvsignore --exclude=.svn --exclude=.svnignore old/yast2-nis-server-2.13.4/src/nis_server.rnc new/yast2-nis-server-2.13.6/src/nis_server.rnc --- old/yast2-nis-server-2.13.4/src/nis_server.rnc 1970-01-01 01:00:00.000000000 +0100 +++ new/yast2-nis-server-2.13.6/src/nis_server.rnc 2006-10-26 15:43:21.000000000 +0200 @@ -0,0 +1,76 @@ +# NIS Server +y2_nisserver = + domain + | maps_to_serve + | merge_group + | merge_passwd + | nopush + | pwd_chfn + | pwd_chsh + | pwd_srcdir + | securenets + | server_type + | slaves + | start_ypbind + | start_yppasswdd + | start_ypxfrd + | mingid + | minuid +comment = element comment { text } +flag = element flag { text } +forename = element forename { text } +mingid = + element mingid { INTEGER } +grouplist = element grouplist { text } +hash = element hash { text } +home = element home { text } +inact = element inact { text } +last_change = element last_change { text } +maps_to_serve = + element maps_to_serve { + LIST, + nis_map* + } +max = element max { text } +merge_passwd = + element merge_passwd { BOOLEAN } +merge_group = + element merge_group { BOOLEAN } +min = element min { text } +nis_map = element nis_map { text } +nopush = + element nopush { BOOLEAN } +y2_password_settings = + expire | flag | inact | last_change | max | min | warn +password_settings = element password_settings { y2_password_settings* } +pwd_chfn = + element pwd_chfn { BOOLEAN } +pwd_chsh = + element pwd_chsh { BOOLEAN } +pwd_srcdir = element pwd_srcdir { text } +securenet = element securenet { comment?, hash?, netmask?, network? } +securenets = + element securenets { + LIST, + securenet* + } +server_type = element server_type { text } +slave = element slave { text } +slaves = + element slaves { + LIST, + slave* + } +start_ypbind = + element start_ypbind { BOOLEAN } +start_yppasswdd = + element start_yppasswdd { BOOLEAN } +start_ypxfrd = + element start_ypxfrd { BOOLEAN } +minuid = + element minuid { INTEGER } +warn = element warn { text } +nis_by_dhcp = + element nis_by_dhcp { BOOLEAN } +# Common +nis_server = element nis_server { y2_nisserver* } ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Remember to have fun... --------------------------------------------------------------------- To unsubscribe, e-mail: opensuse-commit+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-commit+help@opensuse.org
participants (1)
-
root@suse.de