Sun Oct 12 2003 Florian La Roche <Florian.LaRoche@redhat.de> - allow compiling without tcp_wrappers Tue Sep 02 2003 Jay Fenlason <fenlason@redhat.com 2.3.12-3.10.0> - Fix bugzilla #103009 -- reconfig causes xinetd to stop working Fri Aug 08 2003 Jay Fenlason <fenlason@redhat.com 2.3.12-1.10.0> - Merge from the 3E branch, with: - New upstream version, which obsoletes most of my patches - Remove /usr/share/man/man8/xconv.pl* fixing #90730 - Remove the servers service, which was removed from 2.3.12 - Change localization: instead of using en_US in /etc/rc.d/init.d/xinetd (overriding the system default and preventing any customization), /etc/sysconfig/xinetd sets XINETD_LANG, which is either a locale to use or the word "none", which causes all locale environment variables to be cleared before xinetd is started. This fixes #91403 - #77724 was fixed by the upgrade to 2.3.12 - include post 2.3.12 patch from upstream (originally by Matthias Andree <ma+xi@dt.e-technik.uni-dortmund.de>) to add a new "libwrap" parameter. This closes bugs (#91555,#91135,#77724) by making xinetd's behavior documented and user-configurable. - Removed the old libwrap/TCP/wait patch. If anyone actually cares, they can add "flags = NOLIBWRAP" to the configuration of TCP/wait services to get the old behavior. - Mark /etc/sysconfig/xinetd as a config file in xinetd.spec Fri Jul 25 2003 Jay Fenlason <fenlason@redhat.com> 2.3.11-2.10.0 - Add pie support
10 lines
376 B
Text
10 lines
376 B
Text
# Add extra options here
|
|
EXTRAOPTIONS=""
|
|
#
|
|
# This is the locale information that xinetd uses. It is passed to every
|
|
# server that xinetd starts. It is set to en_US to maintain compatability
|
|
# with previous Red Hat Linux releases.
|
|
#
|
|
# To remove all locale information from xinetd's environment, set
|
|
# XINETD_LANG to the empty string or the string "none".
|
|
XINETD_LANG="en_US"
|