auto-import changelog data from ypserv-1.3.12-0.2.src.rpm

Mon Jul 09 2001 Tim Powers <timp@redhat.com>
- added reload entry to initscript (same as restart)
Fri Jun 29 2001 Florian La Roche <Florian.LaRoche@redhat.de>
- update to 1.3.12
Wed Mar 28 2001 Florian La Roche <Florian.LaRoche@redhat.de>
- do not require tcp_wrappers anymore
This commit is contained in:
cvsdist 2004-09-09 15:14:18 +00:00
parent 2c02b666b0
commit bc5b09772f
4 changed files with 18 additions and 9 deletions

View File

@ -1 +1 @@
ypserv-1.3.11.tar.gz
ypserv-1.3.12.tar.gz

View File

@ -1 +1 @@
c97eee0ac29ad244048f411923e75ac6 ypserv-1.3.11.tar.gz
182385ce28fd35fe537cb8eb3f4d692a ypserv-1.3.12.tar.gz

View File

@ -56,6 +56,9 @@ case "$1" in
stop
start
;;
reload)
restart
;;
condrestart)
if [ -f /var/lock/subsys/ypserv ]; then
stop
@ -63,7 +66,7 @@ case "$1" in
fi
;;
*)
echo $"Usage: $0 {start|stop|status|restart|condrestart}"
echo $"Usage: $0 {start|stop|status|restart|reload|condrestart}"
exit 1
esac

View File

@ -3,18 +3,17 @@
Summary: The NIS (Network Information Service) server.
Url: http://www.suse.de/~kukuk
Name: ypserv
Version: 1.3.11
Release: 13
Version: 1.3.12
Release: 0.2
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: make, portmap, tcp_wrappers, bash >= 2.0
Requires: make, portmap, bash >= 2.0
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
@ -40,12 +39,10 @@ client machines.
%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
@ -98,6 +95,15 @@ fi
%{_includedir}/*/*
%changelog
* Mon Jul 9 2001 Tim Powers <timp@redhat.com>
- added reload entry to initscript (same as restart)
* Fri Jun 29 2001 Florian La Roche <Florian.LaRoche@redhat.de>
- update to 1.3.12
* Wed Mar 28 2001 Florian La Roche <Florian.LaRoche@redhat.de>
- do not require tcp_wrappers anymore
* Thu Mar 15 2001 Philipp Knirsch <pknirsch@redhat.com>
- Added missing make requirement