Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package aaa_base for openSUSE:Factory checked in at 2024-08-06 09:06:59 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/aaa_base (Old) and /work/SRC/openSUSE:Factory/.aaa_base.new.7232 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "aaa_base" Tue Aug 6 09:06:59 2024 rev:502 rq:1191629 version:84.87+git20240805.7513b28 Changes: -------- --- /work/SRC/openSUSE:Factory/aaa_base/aaa_base.changes 2024-06-25 23:07:26.862240619 +0200 +++ /work/SRC/openSUSE:Factory/.aaa_base.new.7232/aaa_base.changes 2024-08-06 09:07:14.075000205 +0200 @@ -1,0 +2,16 @@ +Mon Aug 05 09:15:00 UTC 2024 - [email protected] + +- Update to version 84.87+git20240805.7513b28: + * Remove obsolete resolv+ manual page + * Remove obsolete defaultdomain.5 manual page + * Move /etc/skel to /usr/etc/skel (hermetic-usr) + * Remove obsolete refresh_initrd + * Add deprecation notice for service [jsc#PED-266] + +------------------------------------------------------------------- +Thu Aug 01 09:35:19 UTC 2024 - [email protected] + +- Update to version 84.87+git20240801.75f05dd: + * sysctl: Don't set kernel.pid_max on 32b archs (bsc#1227117) + +------------------------------------------------------------------- Old: ---- aaa_base-84.87+git20240620.57ee9e1.tar New: ---- aaa_base-84.87+git20240805.7513b28.tar ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ aaa_base.spec ++++++ --- /var/tmp/diff_new_pack.TMHUG0/_old 2024-08-06 09:07:15.139044000 +0200 +++ /var/tmp/diff_new_pack.TMHUG0/_new 2024-08-06 09:07:15.139044000 +0200 @@ -33,7 +33,7 @@ %endif Name: aaa_base -Version: 84.87+git20240620.57ee9e1%{git_version} +Version: 84.87+git20240805.7513b28%{git_version} Release: 0 Summary: openSUSE Base Package License: GPL-2.0-or-later @@ -210,7 +210,6 @@ %ghost %config(noreplace) /etc/init.d/after.local %ghost %config /etc/inittab /usr/bin/get_kernel_version -/usr/sbin/refresh_initrd /usr/sbin/service /usr/sbin/smart_agetty /usr/bin/filesize @@ -218,23 +217,24 @@ /usr/bin/rpmlocate /usr/sbin/sysconf_addword /usr/share/man/man1/smart_agetty.1* -/usr/share/man/man5/defaultdomain.5* /usr/share/man/man8/service.8* /usr/lib/sysctl.d/50-default.conf +%ifnarch %ix86 %arm +/usr/lib/sysctl.d/50-pid-max.conf +%endif /usr/lib/sysctl.d/51-network.conf %{_fillupdir}/sysconfig.language %{_fillupdir}/sysconfig.proxy %{_fillupdir}/sysconfig.windowmanager %files extras -/etc/skel/.emacs -/etc/skel/.inputrc +/usr/etc/skel/.emacs +/usr/etc/skel/.inputrc %dir /usr/lib/base-scripts /usr/lib/base-scripts/backup-rpmdb /usr/lib/base-scripts/backup-sysconfig /usr/lib/base-scripts/check-battery /usr/lib/systemd/system/* -/usr/share/man/man8/resolv+.8* /var/adm/backup/rpmdb /var/adm/backup/sysconfig %{_fillupdir}/sysconfig.backup ++++++ _servicedata ++++++ --- /var/tmp/diff_new_pack.TMHUG0/_old 2024-08-06 09:07:15.203046633 +0200 +++ /var/tmp/diff_new_pack.TMHUG0/_new 2024-08-06 09:07:15.207046799 +0200 @@ -1,7 +1,7 @@ <servicedata> <service name="tar_scm"> <param name="url">https://github.com/openSUSE/aaa_base.git</param> - <param name="changesrevision">57ee9e1a842e029646a8d9551ed492ef6993ec82</param></service> + <param name="changesrevision">7513b28cbec32ad78af7203b073c005230ab39f3</param></service> </servicedata> (No newline at EOF) ++++++ aaa_base-84.87+git20240620.57ee9e1.tar -> aaa_base-84.87+git20240805.7513b28.tar ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/aaa_base-84.87+git20240620.57ee9e1/Makefile new/aaa_base-84.87+git20240805.7513b28/Makefile --- old/aaa_base-84.87+git20240620.57ee9e1/Makefile 2024-06-20 14:11:06.000000000 +0200 +++ new/aaa_base-84.87+git20240805.7513b28/Makefile 2024-08-05 11:06:18.000000000 +0200 @@ -9,6 +9,9 @@ install: all cp -a files/* $(DESTDIR)/ install -m755 get_kernel_version $(DESTDIR)/usr/bin +ifneq ($(filter i%86 armv%,$(RPM_ARCH)),) + rm -vf $(DESTDIR)/usr/lib/sysctl.d/50-pid-max.conf +endif clean: rm -f $(bin_PROGRAMS) diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/aaa_base-84.87+git20240620.57ee9e1/aaa_base.spec new/aaa_base-84.87+git20240805.7513b28/aaa_base.spec --- old/aaa_base-84.87+git20240620.57ee9e1/aaa_base.spec 2024-06-20 14:11:06.000000000 +0200 +++ new/aaa_base-84.87+git20240805.7513b28/aaa_base.spec 2024-08-05 11:06:18.000000000 +0200 @@ -210,7 +210,6 @@ %ghost %config(noreplace) /etc/init.d/after.local %ghost %config /etc/inittab /usr/bin/get_kernel_version -/usr/sbin/refresh_initrd /usr/sbin/service /usr/sbin/smart_agetty /usr/bin/filesize @@ -218,23 +217,24 @@ /usr/bin/rpmlocate /usr/sbin/sysconf_addword /usr/share/man/man1/smart_agetty.1* -/usr/share/man/man5/defaultdomain.5* /usr/share/man/man8/service.8* /usr/lib/sysctl.d/50-default.conf +%ifnarch %ix86 %arm +/usr/lib/sysctl.d/50-pid-max.conf +%endif /usr/lib/sysctl.d/51-network.conf %{_fillupdir}/sysconfig.language %{_fillupdir}/sysconfig.proxy %{_fillupdir}/sysconfig.windowmanager %files extras -/etc/skel/.emacs -/etc/skel/.inputrc +/usr/etc/skel/.emacs +/usr/etc/skel/.inputrc %dir /usr/lib/base-scripts /usr/lib/base-scripts/backup-rpmdb /usr/lib/base-scripts/backup-sysconfig /usr/lib/base-scripts/check-battery /usr/lib/systemd/system/* -/usr/share/man/man8/resolv+.8* /var/adm/backup/rpmdb /var/adm/backup/sysconfig %{_fillupdir}/sysconfig.backup diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/aaa_base-84.87+git20240620.57ee9e1/files/etc/skel/.emacs new/aaa_base-84.87+git20240805.7513b28/files/etc/skel/.emacs --- old/aaa_base-84.87+git20240620.57ee9e1/files/etc/skel/.emacs 2024-06-20 14:11:06.000000000 +0200 +++ new/aaa_base-84.87+git20240805.7513b28/files/etc/skel/.emacs 1970-01-01 01:00:00.000000000 +0100 @@ -1,45 +0,0 @@ -;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; -;;; File name: ` ~/.emacs ' -;;; --------------------- -;;; -;;; If you need your own personal ~/.emacs -;;; please make a copy of this file -;;; an placein your changes and/or extension. -;;; -;;; Copyright (c) 1997-2002 SuSE Gmbh Nuernberg, Germany. -;;; -;;; Author: Werner Fink, <[email protected]> 1997,98,99,2002 -;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; -;;; -;;; Test of Emacs derivates -;;; ----------------------- -(if (string-match "XEmacs\\|Lucid" emacs-version) - ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; - ;;; XEmacs - ;;; ------ - ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; - (progn - (if (file-readable-p "~/.xemacs/init.el") - (load "~/.xemacs/init.el" nil t)) - ) - ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; - ;;; GNU-Emacs - ;;; --------- - ;;; load ~/.gnu-emacs or, if not exists /etc/skel/.gnu-emacs - ;;; For a description and the settings see /etc/skel/.gnu-emacs - ;;; ... for your private ~/.gnu-emacs your are on your one. - ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; - (if (file-readable-p "~/.gnu-emacs") - (load "~/.gnu-emacs" nil t) - (if (file-readable-p "/etc/skel/.gnu-emacs") - (load "/etc/skel/.gnu-emacs" nil t))) - - ;; Custom Settings - ;; =============== - ;; To avoid any trouble with the customization system of GNU emacs - ;; we set the default file ~/.gnu-emacs-custom - (setq custom-file "~/.gnu-emacs-custom") - (load "~/.gnu-emacs-custom" t t) -;;; -) -;;; diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/aaa_base-84.87+git20240620.57ee9e1/files/etc/skel/.inputrc new/aaa_base-84.87+git20240805.7513b28/files/etc/skel/.inputrc --- old/aaa_base-84.87+git20240620.57ee9e1/files/etc/skel/.inputrc 2024-06-20 14:11:06.000000000 +0200 +++ new/aaa_base-84.87+git20240805.7513b28/files/etc/skel/.inputrc 1970-01-01 01:00:00.000000000 +0100 @@ -1,29 +0,0 @@ -################################################################################ -## ~/.inputrc -## -## Control the behaviour of the readline library used e.g. -## by the bash in the interactive mode for line editing. -## -################################################################################ -# -# The bell style used e.g. on error or tab completion, possible values -# are `none', `visible', and `audible' the ringing the bell. -# -#set bell-style none - -# -# If set to on, words which have more than one possible completion without -# any possible partial completion cause the matches to be listed immediately -# instead of ringing the bell. -# -#set show-all-if-unmodified on - -# -# If set to on, words which have more than one possible completion cause the -# matches to be listed immediately instead of ringing the bell. -# -#set show-all-if-ambiguous on - -# -# end -# diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/aaa_base-84.87+git20240620.57ee9e1/files/usr/etc/skel/.emacs new/aaa_base-84.87+git20240805.7513b28/files/usr/etc/skel/.emacs --- old/aaa_base-84.87+git20240620.57ee9e1/files/usr/etc/skel/.emacs 1970-01-01 01:00:00.000000000 +0100 +++ new/aaa_base-84.87+git20240805.7513b28/files/usr/etc/skel/.emacs 2024-08-05 11:06:18.000000000 +0200 @@ -0,0 +1,45 @@ +;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; +;;; File name: ` ~/.emacs ' +;;; --------------------- +;;; +;;; If you need your own personal ~/.emacs +;;; please make a copy of this file +;;; an placein your changes and/or extension. +;;; +;;; Copyright (c) 1997-2002 SuSE Gmbh Nuernberg, Germany. +;;; +;;; Author: Werner Fink, <[email protected]> 1997,98,99,2002 +;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; +;;; +;;; Test of Emacs derivates +;;; ----------------------- +(if (string-match "XEmacs\\|Lucid" emacs-version) + ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; + ;;; XEmacs + ;;; ------ + ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; + (progn + (if (file-readable-p "~/.xemacs/init.el") + (load "~/.xemacs/init.el" nil t)) + ) + ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; + ;;; GNU-Emacs + ;;; --------- + ;;; load ~/.gnu-emacs or, if not exists /etc/skel/.gnu-emacs + ;;; For a description and the settings see /etc/skel/.gnu-emacs + ;;; ... for your private ~/.gnu-emacs your are on your one. + ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; + (if (file-readable-p "~/.gnu-emacs") + (load "~/.gnu-emacs" nil t) + (if (file-readable-p "/etc/skel/.gnu-emacs") + (load "/etc/skel/.gnu-emacs" nil t))) + + ;; Custom Settings + ;; =============== + ;; To avoid any trouble with the customization system of GNU emacs + ;; we set the default file ~/.gnu-emacs-custom + (setq custom-file "~/.gnu-emacs-custom") + (load "~/.gnu-emacs-custom" t t) +;;; +) +;;; diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/aaa_base-84.87+git20240620.57ee9e1/files/usr/etc/skel/.inputrc new/aaa_base-84.87+git20240805.7513b28/files/usr/etc/skel/.inputrc --- old/aaa_base-84.87+git20240620.57ee9e1/files/usr/etc/skel/.inputrc 1970-01-01 01:00:00.000000000 +0100 +++ new/aaa_base-84.87+git20240805.7513b28/files/usr/etc/skel/.inputrc 2024-08-05 11:06:18.000000000 +0200 @@ -0,0 +1,29 @@ +################################################################################ +## ~/.inputrc +## +## Control the behaviour of the readline library used e.g. +## by the bash in the interactive mode for line editing. +## +################################################################################ +# +# The bell style used e.g. on error or tab completion, possible values +# are `none', `visible', and `audible' the ringing the bell. +# +#set bell-style none + +# +# If set to on, words which have more than one possible completion without +# any possible partial completion cause the matches to be listed immediately +# instead of ringing the bell. +# +#set show-all-if-unmodified on + +# +# If set to on, words which have more than one possible completion cause the +# matches to be listed immediately instead of ringing the bell. +# +#set show-all-if-ambiguous on + +# +# end +# diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/aaa_base-84.87+git20240620.57ee9e1/files/usr/lib/sysctl.d/50-default.conf new/aaa_base-84.87+git20240805.7513b28/files/usr/lib/sysctl.d/50-default.conf --- old/aaa_base-84.87+git20240620.57ee9e1/files/usr/lib/sysctl.d/50-default.conf 2024-06-20 14:11:06.000000000 +0200 +++ new/aaa_base-84.87+git20240805.7513b28/files/usr/lib/sysctl.d/50-default.conf 2024-08-05 11:06:18.000000000 +0200 @@ -56,10 +56,6 @@ # default 184 = 128+32+16+8 kernel.sysrq = 184 -# Remove pid_max limit by setting maximum possible value -# (bsc#1219038, https://www.suse.com/support/kb/doc/?id=000020429) -kernel.pid_max = 4194304 - # enable hard- and symlink protection (bnc#821585) fs.protected_hardlinks = 1 fs.protected_symlinks = 1 diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/aaa_base-84.87+git20240620.57ee9e1/files/usr/lib/sysctl.d/50-pid-max.conf new/aaa_base-84.87+git20240805.7513b28/files/usr/lib/sysctl.d/50-pid-max.conf --- old/aaa_base-84.87+git20240620.57ee9e1/files/usr/lib/sysctl.d/50-pid-max.conf 1970-01-01 01:00:00.000000000 +0100 +++ new/aaa_base-84.87+git20240805.7513b28/files/usr/lib/sysctl.d/50-pid-max.conf 2024-08-05 11:06:18.000000000 +0200 @@ -0,0 +1,3 @@ +# Remove pid_max limit by setting maximum possible value on 64b kernels +# (bsc#1219038, https://www.suse.com/support/kb/doc/?id=000020429) +kernel.pid_max = 4194304 diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/aaa_base-84.87+git20240620.57ee9e1/files/usr/sbin/refresh_initrd new/aaa_base-84.87+git20240805.7513b28/files/usr/sbin/refresh_initrd --- old/aaa_base-84.87+git20240620.57ee9e1/files/usr/sbin/refresh_initrd 2024-06-20 14:11:06.000000000 +0200 +++ new/aaa_base-84.87+git20240805.7513b28/files/usr/sbin/refresh_initrd 1970-01-01 01:00:00.000000000 +0100 @@ -1,49 +0,0 @@ -#!/bin/sh -# -# Refresh initrd depending on conditions. -# Currently only the change of /etc/sysconfig/clock is -# honoured but we may add more of conditions. -# -# Author: Werner Fink <[email protected]> -# -initrd=$(readlink /boot/initrd) -test -n "$initrd" || exit 0 -modules=lib/modules/${initrd#initrd-} - -refresh=no -test /etc/sysconfig/clock -nt $initrd && refresh=yes -test /etc/sysconfig/kernel -nt $initrd && refresh=yes - -tmpfile=$(mktemp) - -lsinitrd $initrd | grep -E "$modules/.*\.ko" > "$tmpfile" - -while IFS= read -r module; do - module=${module##*/} - module=${module%.ko} - modconfs=$(grep -lE "[[:blank:]]${module}[[:blank:]]" /etc/modprobe.d/*) - for modconf in $modconfs; do - test $modconf -nt $initrd && refresh=yes - break 2 - done -done < "$tmpfile" -rm "$tmpfile" -unset modules module modconfs modconf - -test "$refresh" = yes || exit 0 - -/sbin/modprobe dm_mod --quiet > /dev/null 2>&1 || true - -line=on -test -e /proc/splash && read line < /proc/splash -line=${line##*: } - -SPLASH=no -case $line in - *on*) SPLASH=yes;; -esac -test -e /etc/sysconfig/bootsplash && . /etc/sysconfig/bootsplash - -test $SPLASH = yes && set -- -s auto -exec /sbin/mkinitrd "${1+"$@"}" - diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/aaa_base-84.87+git20240620.57ee9e1/files/usr/sbin/service new/aaa_base-84.87+git20240805.7513b28/files/usr/sbin/service --- old/aaa_base-84.87+git20240620.57ee9e1/files/usr/sbin/service 2024-06-20 14:11:06.000000000 +0200 +++ new/aaa_base-84.87+git20240805.7513b28/files/usr/sbin/service 2024-08-05 11:06:18.000000000 +0200 @@ -73,6 +73,7 @@ if is_systemd_action "$2"; then if is_service "$1"; then daemon_reload "$1.service" + echo "Please use \"systemctl $2 $1.service\" the next time." systemctl "$2" --full "$1.service" ret=$? if [ "$2" = status ]; then @@ -81,7 +82,8 @@ fi return $ret elif is_target "$1"; then - daemon_reload "$1.target" + daemon_reload "$1.target" + echo "Please use \"systemctl $2 $1.target\" the next time." systemctl "$2" "$1.target" ret=$? if [ $ret -eq 0 -a "$2" = "status" ]; then @@ -167,6 +169,10 @@ exit 0 } +# Deprecation notice +echo "The service command and the rc* symlinks have been deprecated and" +echo "will be removed in a future release." + status_all=0 full_restart=0 args="" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/aaa_base-84.87+git20240620.57ee9e1/files/usr/share/man/man5/defaultdomain.5 new/aaa_base-84.87+git20240805.7513b28/files/usr/share/man/man5/defaultdomain.5 --- old/aaa_base-84.87+git20240620.57ee9e1/files/usr/share/man/man5/defaultdomain.5 2024-06-20 14:11:06.000000000 +0200 +++ new/aaa_base-84.87+git20240805.7513b28/files/usr/share/man/man5/defaultdomain.5 1970-01-01 01:00:00.000000000 +0100 @@ -1,56 +0,0 @@ -.\" Copyright (c) 2002 SuSE Linux AG Nuernberg, Germany. -.\" -.\" Author: Thorsten Kukuk -.\" (https://github.com/openSUSE/aaa_base/issues) -.\" -.\" This is free documentation; you can redistribute it and/or -.\" modify it under the terms of the GNU General Public License -.\" version 2 as published by the Free Software Foundation. -.\" -.\" The GNU General Public License's references to "object code" -.\" and "executables" are to be interpreted as the output of any -.\" document formatting or typesetting system, including -.\" intermediate and printed output. -.\" -.\" This manual is distributed in the hope that it will be useful, -.\" but WITHOUT ANY WARRANTY; without even the implied warranty of -.\" MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -.\" GNU General Public License for more details. -.\" -.\" You should have received a copy of the GNU General Public -.\" License along with this manual; if not, write to the Free -.\" Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111, -.\" USA. -.\" -.TH DEFAULTDOMAIN 5 2002-01-16 "SuSE Linux" "Linux Programmer's Manual" -.SH NAME -defaultdomain \- file which contains the NIS/YP domain name -.SH DESCRIPTION -\fB/etc/defaultdomain\fP is used by the boot scripts to set -the NIS/YP domain name for a system as returned by the -.BR getdomainname (2) -function. The file contains one line with the name of the domain. - -.LP -Unlike DNS hostnames and domain names, the NIS domain name is -case-sensitive! The NIS domain name must not be the same as the -DNS domain name, but for some services like NIS+ it should be the -same. - -.LP -Even if the domain name is often called NIS/YP domain name, it is -also used from other protocols, not only NIS/YP. -.SH FILES -/etc/defaultdomain -/etc/init.d/boot.localnet -.SH "SEE ALSO" -.BR domainname (1), -.BR init.d (7), -.BR init (8), -.BR nisdomainname (1), -.BR ypdomainname (1), -.BR ypbind (8), -.BR ypserv (8), -.BR ypwhich (1) -.SH COPYRIGHT -2002 SuSE Linux AG Nuernberg, Germany. diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/aaa_base-84.87+git20240620.57ee9e1/files/usr/share/man/man8/resolv+.8 new/aaa_base-84.87+git20240805.7513b28/files/usr/share/man/man8/resolv+.8 --- old/aaa_base-84.87+git20240620.57ee9e1/files/usr/share/man/man8/resolv+.8 2024-06-20 14:11:06.000000000 +0200 +++ new/aaa_base-84.87+git20240805.7513b28/files/usr/share/man/man8/resolv+.8 1970-01-01 01:00:00.000000000 +0100 @@ -1,152 +0,0 @@ -.\" -.\" man page for resolv+ -.\" manually regenerated from straycat -.\" -.TH RESOLV+ 8 "August 19, 1992" -.SH NAME -resolv+ \- enhanced DNS resolver library - -.SH DESCRIPTION -.IR Resolv+ -is a modified version of the standard Berkeley -BIND host resolver library. Enhancements include support -for host lookups via the Internet Domain Name System -(DNS), the -.IR /etc/hosts -file, and Sun's Network Information -Service (NIS). - -The programmer interface to the resolv+ routines is identical -to that of the standard resolver library. For further information -see the appropriate manual pages. - -.SH CONFIGURATION -As with the standard resolver library, the file -.IR /etc/resolv.conf -must be set up before the resolver can function. -In addition, the file -.IR /etc/host.conf -contains configuration information specific to resolv+. - -The -.IR host.conf -file should contain one configuration keyword per line, -followed by appropriate configuration information. -The keywords recognized are -.IR order , -.IR trim , -.IR multi , -.IR nospoof , -and -.IR reorder . -Each keyword is described seperately below. -.IP order -This keyword specifies how host lookups are to be performed. -It should be followed by one or more lookup methods, seperated -by commas. Valid methods are -.IR bind , -.IR hosts -and -.IR nis . -.IP trim -This keyword may be listed more than once. Each time it should -be followed by a single domain name, with the leading dot. -When set, the resolv+ library will automatically trim the given domain -name from the end of any hostname resolved via DNS. -This is intended for use with local hosts and -domains. (Related note: trim will not affect host- -names gathered via NIS or the hosts file. Care -should be taken to insure that the first hostname -for each entry in the hosts file is fully qualified -or non-qualified, as appropriate for the local -installation.) -.IP multi -Valid values are -.IR on -and -.IR off . -If set to "on," the resolv+ library will return all valid addresses -for a host that appears in the -.IR /etc/hosts -file, instead of only the first. This is off by default, as it -may cause a substantial performance loss at sites -with large hosts files. -.IP nospoof -Valid values are -.IR on -and -.IR off . -If set to "on," the -resolv+ library will attempt to prevent hostname -spoofing to enhance the security of -.IR rlogin -and -.IR rsh . -It works as follows: after performing a host -address lookup, resolv+ will perform a hostname -lookup for that address. If the two hostnames do -not match, the query will fail. -.IP alert -If this option is set to "on" and the -.IR nospoof -option is also set, resolv+ will log a warning of -the error via the -.IR syslog -facility. The default value is off. -.IP reorder -Valid values are -.IR on -and -.IR off . -If set to "on," resolv+ will attempt to reorder host addresses so -that local addresses (i.e., on the same subnet) are -listed first when a gethostbyname() is performed. -Reordering is done for all lookup methods. The -default value is off. -.SH ENVIRONMENT VARIABLES -The following environment variables may be set to override -resolv+'s configured behavior: -.IP RESOLV_HOST_CONF -If set, it will override the default filename -("/etc/host.conf") for the resolv+ configuration -file. -.IP RESOLV_SERV_ORDER -If set, will override the "order" keyword in the -host.conf file. -.IP RESOLV_SPOOF_CHECK -If set, will override the spoof check flag. Valid -values are "off" to disable checking, "warn" to -enable checking and warning, and "warn off" to -enable checking but not warning. -.IP RESOLV_ADD_TRIM_DOMAINS -If set, contains a list of domains to trim that -will augment, not supersede, the list in the -host.conf file. -.IP RESOLV_OVERRIDE_TRIM_DOMAINS -If set, contains a list of domains to trim that -will override those in the host.conf file. -.IP RESOLV_MULTI -If set, overrides the "multi" keyword in the -host.conf file. -.IP RESOLV_REORDER -If set, overrides the "reorder" keyword in the -host.conf file. -.SH FILES -/etc/host.conf, /etc/hosts -.SH BUGS -Quite possibly. -.SH AUTHOR -The original BIND resolver library comes from the University -of California at Berkeley's Computer Science Research Group. -The original resolv+ modifications were made by -Bill Wisner <[email protected]>. -Bug fixes and enhancements were contributed by Patrick Gosling, -Chris Metcalf, John DiMarco and J. Porter Clark, John P. Rouillard, -Dan O'Neill and Tom Limoncelli. -.SH SEE ALSO -.BR resolver(3), -.BR resolver(5), -.BR hosts(5), -.BR hostname(7), -.BR named(8) - diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/aaa_base-84.87+git20240620.57ee9e1/files/usr/share/man/man8/service.8 new/aaa_base-84.87+git20240805.7513b28/files/usr/share/man/man8/service.8 --- old/aaa_base-84.87+git20240620.57ee9e1/files/usr/share/man/man8/service.8 2024-06-20 14:11:06.000000000 +0200 +++ new/aaa_base-84.87+git20240805.7513b28/files/usr/share/man/man8/service.8 2024-08-05 11:06:18.000000000 +0200 @@ -8,6 +8,10 @@ .br service --help | -h +.SH DEPRECATED +The service command has been deprecated and will be removed in a future release. +It is superseded by systemctl(1). + .SH DESCRIPTION .PP The \fBSERVICE\fR parameter specifies a systemd service name to operate on. @@ -23,13 +27,11 @@ .SH USE AS rc* WRAPPER SUSE Linux distributions used to have convenience symlinks to call System V init scripts, for example /usr/sbin/rcexample -> -/etc/init.d/example. With the move to systemd the service command -can be used as wrapper for systemctl instead. For example -/usr/sbin/rcexample -> /usr/sbin/service. - -.BR +/etc/init.d/example. With the move to systemd this has been deprecated and the +rc* symlinks will be removed. +.BR .SH "SEE ALSO" chkconfig(8), systemctl(1) systemd.service(5) -.BR +.BR
