auto-import changelog data from ypserv-1.3.11-9.src.rpm

Wed Aug 16 2000 Than Ngo <than@redhat.com>
- fix typo in startup script (Bug #15999)
Wed Jul 19 2000 Than Ngo <than@redhat.de>
- inits back to rc.d/init.d, using service
- fix initscript again
Mon Jul 17 2000 Bill Nottingham <notting@redhat.com>
- move initscript back
- fix format syslog bug
Thu Jul 13 2000 Prospector <bugzilla@redhat.com>
- automatic rebuild
Fri Jul 07 2000 Florian La Roche <Florian.LaRoche@redhat.de>
- prereq /etc/init.d
Tue Jun 27 2000 Than Ngo <than@redhat.de>
- /etc/rc.d/init.d -> /etc/init.d
- fix initscript
Sun Jun 18 2000 Than Ngo <than@redhat.de>
- FHS fixes,
- fix docdir
Fri May 19 2000 Florian La Roche <Florian.LaRoche@redhat.com>
- disable "netgrp" target in default all: (/var/yp/Makefile)
Thu May 18 2000 Florian La Roche <Florian.LaRoche@redhat.com>
- update to 1.3.11
Mon Mar 06 2000 Cristian Gafton <gafton@redhat.com>
- add patch to avoid potential deadlock on the server (fix #9968)
Wed Feb 02 2000 Florian La Roche <Florian.LaRoche@redhat.com>
- fix typo in %triggerpostun
Mon Oct 25 1999 Bill Nottingham <notting@redhat.com>
- update to 1.3.9
- use gdbm, move back to /usr/sbin
Tue Aug 17 1999 Bill Nottingham <notting@redhat.com>
- initscript munging
- ypserv goes on root partition
Fri Aug 13 1999 Cristian Gafton <gafton@redhat.com>
- version 1.3.7
Thu Jul 01 1999 Bill Nottingham <notting@redhat.com>
- start after network FS
Tue Jun 01 1999 Jeff Johnson <jbj@redhat.com>
- update to 1.3.6.94.
Sun May 30 1999 Jeff Johnson <jbj@redhat.com>
- improved daemonization.
Sat May 29 1999 Jeff Johnson <jbj@redhat.com>
- fix buffer overflow in rpc.yppasswd (#3126).
Fri May 28 1999 Jeff Johnson <jbj@redhat.com>
- update to 1.3.6.92.
Fri Mar 26 1999 Cristian Gafton <gafton@redhat.com>
- version 1.3.6.91
Sun Mar 21 1999 Cristian Gafton <gafton@redhat.com>
- auto rebuild in the new build environment (release 4)
Mon Feb 08 1999 Bill Nottingham <notting@redhat.com>
- move to start before ypbind
Thu Dec 17 1998 Cristian Gafton <gafton@redhat.com>
- build for glibc 2.1
- upgraded to 1.3.5
Tue Aug 04 1998 Jeff Johnson <jbj@redhat.com>
- yppasswd.init: lock file must have same name as init.d script, not daemon
Sat Jul 11 1998 Cristian Gafton <gafton@redhat.com>
- upgraded to 1.3.4
- fixed the fubared Makefile
- link against gdbm instead of ndbm (it seems to work better)
Sat May 02 1998 Cristian Gafton <gafton@redhat.com>
- upgraded to 1.3.1
- enhanced init scripts
Fri May 01 1998 Jeff Johnson <jbj@redhat.com>
- added triggerpostun
- Use libdb fro dbp_*().
Fri Apr 24 1998 Prospector System <bugs@redhat.com>
- translations modified for de, fr, tr
Mon Apr 13 1998 Cristian Gafton <gafton@redhat.com>
- updated to 1.3.0
Wed Dec 03 1997 Cristian Gafton <gafton@redhat.com>
- updated to 1.2.5
- added buildroot; updated spec file
- added yppasswdd init file
Tue Nov 04 1997 Erik Troan <ewt@redhat.com>
- init script shouldn't set the domain name
Tue Oct 14 1997 Erik Troan <ewt@redhat.com>
- supports chkconfig
- updated initscript for status and restart
- turned off in all runlevels, by default
- removed postinstall script which didn't do anything
Thu Oct 09 1997 Erik Troan <ewt@redhat.com>
- added patch to build against later glibc
Mon Jul 21 1997 Erik Troan <ewt@redhat.com>
- built against glibc
Wed Apr 23 1997 Erik Troan <ewt@redhat.com>
- updated to 1.1.7.
Fri Mar 14 1997 Erik Troan <ewt@redhat.com>
- Updated to ypserv 1.1.5, ported to Alpha (glibc).
Fri Mar 07 1997 Erik Troan <ewt@redhat.com>
- Removed -pedantic which confuses the SPARC :-(
This commit is contained in:
cvsdist 2004-09-09 15:13:01 +00:00
parent 3411e22c91
commit f6a90ce555
5 changed files with 377 additions and 0 deletions

View File

@ -0,0 +1 @@
ypserv-1.3.11.tar.gz

View File

@ -0,0 +1 @@
c97eee0ac29ad244048f411923e75ac6 ypserv-1.3.11.tar.gz

73
ypserv-yppasswdd.init Normal file
View File

@ -0,0 +1,73 @@
#!/bin/sh
#
# yppasswdd: Starts the yp-passwdd, the YP password changing server
#
# Version: @(#) /etc/init.d/yppasswdd 1.0
#
# chkconfig: - 66 34
# description: yppasswdd is the RPC server that lets users change their \
# passwords in the presence of NIS (a.k.a. YP). It must be \
# run on the NIS master server for that NIS domain. The client \
# program is knwon as yppasswd in most cases.
# processname: rpc.yppasswdd
# Source function library.
if [ -f /etc/init.d/functions ] ; then
. /etc/init.d/functions
elif [ -f /etc/rc.d/init.d/functions ] ; then
. /etc/rc.d/init.d/functions
else
exit 0
fi
# getting the YP-Domainname
. /etc/sysconfig/network
RETVAL=0
start() {
echo -n "Starting YP passwd service: "
daemon rpc.yppasswdd
RETVAL=$?
echo
[ $RETVAL -eq 0 ] && touch /var/lock/subsys/yppasswdd
return $RETVAL
}
stop() {
echo -n "Stopping YP passwd service: "
killproc rpc.yppasswdd
RETVAL=$?
[ $RETVAL -eq 0 ] && rm -f /var/lock/subsys/yppasswdd
echo
return $RETVAL
}
# See how we were called.
case "$1" in
start)
start
;;
stop)
stop
;;
status)
status rpc.yppasswdd
;;
restart|reload)
stop
start
;;
condrestart)
if [ -f /var/lock/subsys/yppasswdd ]; then
stop
start
fi
;;
*)
echo "Usage: $0 {start|stop|status|restart|reload|condrestart}"
exit 1
esac
exit $RETVAL

76
ypserv-ypserv.init Normal file
View File

@ -0,0 +1,76 @@
#!/bin/sh
#
# ypserv: Starts the yp-server
#
# Version: @(#) /etc/init.d/ypserv.init 1.0
#
# Author: Joerg Mertin <smurphy@stargate.bln.sub.org>
#
# chkconfig: - 16 84
# description: ypserv is an implementation of the standard NIS/YP networking \
# protocol. It allows network-wide distribution of hostname, \
# username, and other information databases. This is the NIS \
# server, and is not needed on NIS clients.
# processname: ypserv
# config: /etc/ypserv.conf
# Source function library.
if [ -f /etc/init.d/functions ] ; then
. /etc/init.d/functions
elif [ -f /etc/rc.d/init.d/functions ] ; then
. /etc/rc.d/init.d/functions
else
exit 0
fi
# getting the YP-Domainname
. /etc/sysconfig/network
RETVAL=0
start() {
echo -n "Starting YP server services: "
daemon ypserv
RETVAL=$?
echo
[ $RETVAL -eq 0 ] && touch /var/lock/subsys/ypserv
return $RETVAL
}
stop() {
echo -n "Stopping YP server services: "
killproc ypserv
RETVAL=$?
[ $RETVAL -eq 0 ] && rm -f /var/lock/subsys/ypserv
echo
return $RETVAL
}
# See how we were called.
case "$1" in
start)
start
;;
stop)
stop
;;
status)
status ypserv
;;
restart)
stop
start
;;
condrestart)
if [ -f /var/lock/subsys/ypserv ]; then
stop
start
fi
;;
*)
echo "Usage: $0 {start|stop|status|restart|condrestart}"
exit 1
esac
exit $RETVAL

226
ypserv.spec Normal file
View File

@ -0,0 +1,226 @@
%define initdir /etc/rc.d/init.d
Summary: The NIS (Network Information Service) server.
Url: http://www.suse.de/~kukuk
Name: ypserv
Version: 1.3.11
Release: 9
Copyright: GNU
Group: System Environment/Daemons
Source0: ftp://ftp.kernel.org/pub/linux/utils/net/NIS/ypserv-%{version}.tar.gz
Source1: ypserv-ypserv.init
Source2: ypserv-yppasswdd.init
Requires: portmap tcp_wrappers
Prereq: /sbin/chkconfig /sbin/service
Patch0: ypserv-1.3.11-redhat.patch
Patch1: ypserv-1.3.9-ndbmkey.patch
Patch2: ypserv-1.3.11a.patch
Patch3: ypserv-syslog.patch
Obsoletes: yppasswd
Buildroot: %{_tmppath}/%{name}-root
%description
The Network Information Service (NIS) is a system which provides
network information (login names, passwords, home directories, group
information) to all of the machines on a network. NIS can enable
users to login on any machine on the network, as long as the machine
has the NIS client programs running and the user's password is
recorded in the NIS passwd database. NIS was formerly known as Sun
Yellow Pages (YP).
This package provides the NIS server, which will need to be running on
your network. NIS clients do not need to be running the server.
Install ypserv if you need an NIS server for your network. You'll
also need to install the yp-tools and ypbind packages onto any NIS
client machines.
%prep
%setup -q
%patch0 -p0
%patch1 -p1
%patch2 -p0
%patch3 -p1
%build
cp etc/README etc/README.etc
make distclean
%configure --enable-checkroot --enable-fqdn --enable-yppasswd --libexecdir=%{_libdir}/yp
make
%install
rm -rf $RPM_BUILD_ROOT
make install ROOT=$RPM_BUILD_ROOT
mkdir -p $RPM_BUILD_ROOT%{initdir}
install -m644 etc/ypserv.conf $RPM_BUILD_ROOT%{_sysconfdir}
install -m755 $RPM_SOURCE_DIR/ypserv-ypserv.init $RPM_BUILD_ROOT%{initdir}/ypserv
install -m755 $RPM_SOURCE_DIR/ypserv-yppasswdd.init $RPM_BUILD_ROOT%{initdir}/yppasswdd
%clean
rm -rf $RPM_BUILD_ROOT
%post
/sbin/chkconfig --add ypserv
/sbin/chkconfig --add yppasswdd
%triggerpostun -- ypserv <= ypserv-1.3.0-2
/sbin/chkconfig --add ypserv
%triggerpostun -- yppasswd
/sbin/chkconfig --add yppasswdd
%preun
if [ $1 = 0 ]; then
/sbin/service ypserv stop > /dev/null 2>&1
/sbin/chkconfig --del ypserv
/sbin/service yppasswdd stop > /dev/null 2>&1
/sbin/chkconfig --del yppasswdd
fi
%postun
if [ "$1" -ge "1" ]; then
/sbin/service ypserv condrestart > /dev/null 2>&1
/sbin/service yppasswdd condrestart > /dev/null 2>&1
fi
%files
%defattr(-,root,root)
%doc README README.secure INSTALL ChangeLog TODO BUGS NEWS
%doc etc/ypserv.conf etc/securenets etc/README.etc
%config %{_sysconfdir}/ypserv.conf
%config /var/yp/*
%dir /var/yp
%config %{initdir}/*
%{_libdir}/yp
%{_sbindir}/*
%{_mandir}/*/*
%{_includedir}/*/*
%changelog
* Wed Aug 16 2000 Than Ngo <than@redhat.com>
- fix typo in startup script (Bug #15999)
* Wed Jul 19 2000 Than Ngo <than@redhat.de>
- inits back to rc.d/init.d, using service
- fix initscript again
* Mon Jul 17 2000 Bill Nottingham <notting@redhat.com>
- move initscript back
- fix format syslog bug
* Thu Jul 13 2000 Prospector <bugzilla@redhat.com>
- automatic rebuild
* Fri Jul 7 2000 Florian La Roche <Florian.LaRoche@redhat.de>
- prereq /etc/init.d
* Tue Jun 27 2000 Than Ngo <than@redhat.de>
- /etc/rc.d/init.d -> /etc/init.d
- fix initscript
* Sun Jun 18 2000 Than Ngo <than@redhat.de>
- FHS fixes,
- fix docdir
* Fri May 19 2000 Florian La Roche <Florian.LaRoche@redhat.com>
- disable "netgrp" target in default all: (/var/yp/Makefile)
* Thu May 18 2000 Florian La Roche <Florian.LaRoche@redhat.com>
- update to 1.3.11
* Mon Mar 06 2000 Cristian Gafton <gafton@redhat.com>
- add patch to avoid potential deadlock on the server (fix #9968)
* Wed Feb 2 2000 Florian La Roche <Florian.LaRoche@redhat.com>
- fix typo in %triggerpostun
* Mon Oct 25 1999 Bill Nottingham <notting@redhat.com>
- update to 1.3.9
- use gdbm, move back to /usr/sbin
* Tue Aug 17 1999 Bill Nottingham <notting@redhat.com>
- initscript munging
- ypserv goes on root partition
* Fri Aug 13 1999 Cristian Gafton <gafton@redhat.com>
- version 1.3.7
* Thu Jul 1 1999 Bill Nottingham <notting@redhat.com>
- start after network FS
* Tue Jun 1 1999 Jeff Johnson <jbj@redhat.com>
- update to 1.3.6.94.
* Sun May 30 1999 Jeff Johnson <jbj@redhat.com>
- improved daemonization.
* Sat May 29 1999 Jeff Johnson <jbj@redhat.com>
- fix buffer overflow in rpc.yppasswd (#3126).
* Fri May 28 1999 Jeff Johnson <jbj@redhat.com>
- update to 1.3.6.92.
* Fri Mar 26 1999 Cristian Gafton <gafton@redhat.com>
- version 1.3.6.91
* Sun Mar 21 1999 Cristian Gafton <gafton@redhat.com>
- auto rebuild in the new build environment (release 4)
* Mon Feb 8 1999 Bill Nottingham <notting@redhat.com>
- move to start before ypbind
* Thu Dec 17 1998 Cristian Gafton <gafton@redhat.com>
- build for glibc 2.1
- upgraded to 1.3.5
* Tue Aug 4 1998 Jeff Johnson <jbj@redhat.com>
- yppasswd.init: lock file must have same name as init.d script, not daemon
* Sat Jul 11 1998 Cristian Gafton <gafton@redhat.com>
- upgraded to 1.3.4
- fixed the fubared Makefile
- link against gdbm instead of ndbm (it seems to work better)
* Sat May 02 1998 Cristian Gafton <gafton@redhat.com>
- upgraded to 1.3.1
- enhanced init scripts
* Fri May 01 1998 Jeff Johnson <jbj@redhat.com>
- added triggerpostun
- Use libdb fro dbp_*().
* Fri Apr 24 1998 Prospector System <bugs@redhat.com>
- translations modified for de, fr, tr
* Mon Apr 13 1998 Cristian Gafton <gafton@redhat.com>
- updated to 1.3.0
* Wed Dec 03 1997 Cristian Gafton <gafton@redhat.com>
- updated to 1.2.5
- added buildroot; updated spec file
- added yppasswdd init file
* Tue Nov 04 1997 Erik Troan <ewt@redhat.com>
- init script shouldn't set the domain name
* Tue Oct 14 1997 Erik Troan <ewt@redhat.com>
- supports chkconfig
- updated initscript for status and restart
- turned off in all runlevels, by default
- removed postinstall script which didn't do anything
* Thu Oct 09 1997 Erik Troan <ewt@redhat.com>
- added patch to build against later glibc
* Mon Jul 21 1997 Erik Troan <ewt@redhat.com>
- built against glibc
* Wed Apr 23 1997 Erik Troan <ewt@redhat.com>
- updated to 1.1.7.
* Fri Mar 14 1997 Erik Troan <ewt@redhat.com>
- Updated to ypserv 1.1.5, ported to Alpha (glibc).
* Fri Mar 07 1997 Erik Troan <ewt@redhat.com>
- Removed -pedantic which confuses the SPARC :-(