cvsdist f6a90ce
%define initdir /etc/rc.d/init.d
cvsdist f6a90ce
cvsdist f6a90ce
Summary: The NIS (Network Information Service) server.
cvsdist 165efd4
Url: http://www.linux-nis.org/nis/ypserv/index.html
cvsdist f6a90ce
Name: ypserv
290c11b
Version: 2.19
c5a848b
Release: 1
cvsdist 50a0583
License: GPL
cvsdist f6a90ce
Group: System Environment/Daemons
cvsdist b50889d
Source0: ftp://ftp.kernel.org/pub/linux/utils/net/NIS/ypserv-%{version}.tar.bz2
cvsdist f6a90ce
Source1: ypserv-ypserv.init
cvsdist f6a90ce
Source2: ypserv-yppasswdd.init
cvsdist 085110d
Source3: ypserv-ypxfrd.init
cvsdist b50889d
Requires: gawk, make, portmap, bash >= 2.0
cvsdist f6a90ce
Prereq: /sbin/chkconfig /sbin/service
cvsdist 4d56710
Patch0: ypserv-2.5-redhat.patch
cvsdist 04c7530
Patch1: ypserv-2.11-path.patch
cvsdist 04c7530
Patch2: ypserv-2.5-nfsnobody2.patch
cvsdist 04c7530
Patch3: ypserv-2.11-nomap.patch
cvsdist 04c7530
Patch4: ypserv-2.11-iface-binding3.patch
cvsdist 39e988d
Patch6: ypserv-2.13-yplib-memleak.patch
cvsdist 39e988d
Patch7: ypserv-2.13-ypxfr-zeroresp.patch
cvsdist f6a90ce
Obsoletes: yppasswd
cvsdist 085110d
BuildRequires: gdbm-devel
cvsdist f6a90ce
Buildroot: %{_tmppath}/%{name}-root
cvsdist f6a90ce
cvsdist f6a90ce
%description
cvsdist 6f4560d
The Network Information Service (NIS) is a system that provides
cvsdist f6a90ce
network information (login names, passwords, home directories, group
cvsdist 6f4560d
information) to all of the machines on a network. NIS can allow users
cvsdist 6f4560d
to log in on any machine on the network, as long as the machine has
cvsdist 6f4560d
the NIS client programs running and the user's password is recorded in
cvsdist 6f4560d
the NIS passwd database. NIS was formerly known as Sun Yellow Pages
cvsdist 6f4560d
(YP).
cvsdist f6a90ce
cvsdist f6a90ce
This package provides the NIS server, which will need to be running on
cvsdist 6f4560d
your network. NIS clients do not need to be running the server.
cvsdist f6a90ce
cvsdist 6f4560d
Install ypserv if you need an NIS server for your network. You also
cvsdist 6f4560d
need to install the yp-tools and ypbind packages on any NIS client
cvsdist 6f4560d
machines.
cvsdist 2c02b66
cvsdist f6a90ce
%prep
cvsdist f6a90ce
%setup -q
cvsdist 3304157
%patch0 -p1 -b .redhat
cvsdist 04c7530
%patch1 -p1 -b .path
cvsdist 04c7530
%patch2 -p1 -b .nfsnobody
cvsdist 04c7530
%patch3 -p1 -b .nomap
cvsdist 04c7530
%patch4 -p1 -b .iface
cvsdist 39e988d
%patch6 -p1 -b .memleak
cvsdist 39e988d
%patch7 -p1 -b .respzero
cvsdist f6a90ce
cvsdist f6a90ce
%build
cvsdist f6a90ce
cp etc/README etc/README.etc
cvsdist 3f354ad
%ifarch s390 s390x
cvsdist 3f354ad
export CFLAGS="$RPM_OPT_FLAGS -fPIC"
cvsdist 3f354ad
%else
cvsdist 3f354ad
export CFLAGS="$RPM_OPT_FLAGS -fpic"
cvsdist 3f354ad
%endif
cvsdist f6a90ce
%configure --enable-checkroot --enable-fqdn --enable-yppasswd --libexecdir=%{_libdir}/yp
cvsdist f6a90ce
make
cvsdist f6a90ce
cvsdist f6a90ce
%install
cvsdist f6a90ce
rm -rf $RPM_BUILD_ROOT
cvsdist f6a90ce
cvsdist b50889d
#make install ROOT=$RPM_BUILD_ROOT 
cvsdist b50889d
%makeinstall libexecdir=$RPM_BUILD_ROOT%{_libdir}/yp
cvsdist f6a90ce
mkdir -p $RPM_BUILD_ROOT%{initdir}
cvsdist f6a90ce
install -m644 etc/ypserv.conf $RPM_BUILD_ROOT%{_sysconfdir}
cvsdist f6a90ce
install -m755 $RPM_SOURCE_DIR/ypserv-ypserv.init $RPM_BUILD_ROOT%{initdir}/ypserv
cvsdist f6a90ce
install -m755 $RPM_SOURCE_DIR/ypserv-yppasswdd.init $RPM_BUILD_ROOT%{initdir}/yppasswdd
cvsdist 085110d
install -m755 $RPM_SOURCE_DIR/ypserv-ypxfrd.init $RPM_BUILD_ROOT%{initdir}/ypxfrd
cvsdist f6a90ce
cvsdist b50889d
mkdir -p $RPM_BUILD_ROOT/etc/sysconfig
cvsdist b50889d
cat >$RPM_BUILD_ROOT/etc/sysconfig/yppasswdd <
cvsdist b50889d
# The passwd and shadow files are located under the specified
cvsdist b50889d
# directory path. rpc.yppasswdd will use these files, not /etc/passwd
cvsdist b50889d
# and /etc/shadow.
cvsdist b50889d
#ETCDIR=/etc
cvsdist b50889d
cvsdist b50889d
# This options tells rpc.yppasswdd to use a different source file
cvsdist b50889d
# instead of /etc/passwd
cvsdist b50889d
# You can't mix usage of this with ETCDIR
cvsdist b50889d
#PASSWDFILE=/etc/passwd
cvsdist b50889d
cvsdist b50889d
# This  options  tells rpc.yppasswdd to use a different source file
cvsdist b50889d
# instead of /etc/passwd. 
cvsdist b50889d
# You can't mix usage of this with ETCDIR
cvsdist b50889d
#SHADOWFILE=/etc/shadow
cvsdist b50889d
cvsdist b50889d
# Additional arguments passed to yppasswd
cvsdist b50889d
YPPASSWDD_ARGS=
cvsdist b50889d
EOF
cvsdist b50889d
cvsdist f6a90ce
%clean
cvsdist f6a90ce
rm -rf $RPM_BUILD_ROOT
cvsdist f6a90ce
cvsdist f6a90ce
%post
cvsdist f6a90ce
/sbin/chkconfig --add ypserv
cvsdist f6a90ce
/sbin/chkconfig --add yppasswdd
cvsdist 085110d
/sbin/chkconfig --add ypxfrd
cvsdist f6a90ce
cvsdist f6a90ce
%preun
cvsdist f6a90ce
if [ $1 = 0 ]; then
cvsdist f6a90ce
	/sbin/service ypserv stop > /dev/null 2>&1
cvsdist f6a90ce
	/sbin/chkconfig --del ypserv
cvsdist f6a90ce
	/sbin/service yppasswdd stop > /dev/null 2>&1
cvsdist f6a90ce
	/sbin/chkconfig --del yppasswdd
cvsdist 085110d
	/sbin/service ypxfrd stop > /dev/null 2>&1
cvsdist 085110d
	/sbin/chkconfig --del ypxfrd
cvsdist f6a90ce
fi
cvsdist f6a90ce
cvsdist f6a90ce
%postun
cvsdist f6a90ce
if [ "$1" -ge "1" ]; then
cvsdist f6a90ce
	/sbin/service ypserv condrestart > /dev/null 2>&1
cvsdist f6a90ce
	/sbin/service yppasswdd condrestart > /dev/null 2>&1
cvsdist 085110d
	/sbin/service ypxfrd condrestart > /dev/null 2>&1
cvsdist f6a90ce
fi
cvsdist 085110d
exit 0
cvsdist f6a90ce
 
cvsdist f6a90ce
%files
cvsdist f6a90ce
%defattr(-,root,root)
cvsdist adc06a8
%doc AUTHORS README INSTALL ChangeLog TODO NEWS
cvsdist f6a90ce
%doc etc/ypserv.conf etc/securenets etc/README.etc
cvsdist adc06a8
%doc etc/netgroup etc/locale etc/netmasks etc/timezone
cvsdist f6a90ce
%config %{_sysconfdir}/ypserv.conf
cvsdist b50889d
%config(noreplace) %{_sysconfdir}/sysconfig/yppasswdd
cvsdist f6a90ce
%config /var/yp/*
cvsdist 085110d
%dir /var/yp
cvsdist f6a90ce
%config %{initdir}/*
cvsdist f6a90ce
%{_libdir}/yp
cvsdist f6a90ce
%{_sbindir}/*
cvsdist f6a90ce
%{_mandir}/*/*
cvsdist f6a90ce
%{_includedir}/*/*
cvsdist f6a90ce
cvsdist f6a90ce
%changelog
c5a848b
* Fri Jul 14 2006 Jesse Keating <jkeating@redhat.com> - 2.19-1
86ddbdc
- rebuild
86ddbdc
77f28b7
* Mon Feb 13 2006 Chris Feist <cfeist@redhat.com> - 2.19-0
290c11b
- Rebuilt against latest upstream sources (2.19).
290c11b
897c901
* Fri Feb 10 2006 Jesse Keating <jkeating@redhat.com> - 2.13-10.2
897c901
- bump again for double-long bug on ppc(64)
897c901
2fab8c1
* Tue Feb 07 2006 Jesse Keating <jkeating@redhat.com> - 2.13-10.1
2fab8c1
- rebuilt for new gcc4.1 snapshot and glibc changes
2fab8c1
8698e54
* Mon Jan  9 2006 Chris Feist <cfeist@redhat.com> - 2.13-10
84cf34d
- Fix crash with ypxfr caused by failing to zero out data (bz #161217)
84cf34d
e542cdd
* Wed Jan  4 2006 Jesse Keating <jkeating@redhat.com> - 2.13-6.2
e542cdd
- rebuilt for new gcc
7257d29
bfba309
* Thu Oct 14 2004 Miloslav Trmac <mitr@redhat.com> - 2.13-5
bfba309
- Fix crash with -p (#134910, #129676)
bfba309
cvsdist 39e988d
* Tue Aug 31 2004 Steve Dickson <SteveD@RedHat.com>
cvsdist 39e988d
- Zeroed out the ypxfr response buffer so allocated memory
cvsdist 39e988d
  is not freed with the transfer fails
cvsdist 39e988d
cvsdist 39e988d
* Sat Jun 19 2004 Steve Dickson <SteveD@RedHat.com>
cvsdist 39e988d
- Closed a memory leak in GDBM database routines (bz 120980)
cvsdist 39e988d
cvsdist 75a5587
* Tue Jun 15 2004 Elliot Lee <sopwith@redhat.com>
cvsdist 75a5587
- rebuilt
cvsdist 75a5587
cvsdist 3f354ad
* Mon May 17 2004 Thomas Woerner <twoerner@redhat.com> 2.13-1
cvsdist 3f354ad
- compiling rpc.yppasswdd, rpc.ypxfrd, yppush and ypserv PIE
cvsdist 3f354ad
cvsdist 04c7530
* Fri Apr 16 2004 Steve Dickson <SteveD@RedHat.com>
cvsdist 04c7530
- Updated to 2.13
cvsdist 04c7530
cvsdist 1118d56
* Fri Apr  2 2004 Steve Dickson <SteveD@RedHat.com>
cvsdist 1118d56
- Change ypMakefile to create services.byservicename
cvsdist 1118d56
  maps correctly
cvsdist 1118d56
cvsdist 9dc4ae2
* Tue Mar 02 2004 Elliot Lee <sopwith@redhat.com>
cvsdist 9dc4ae2
- rebuilt
cvsdist 9dc4ae2
cvsdist 9dc4ae2
* Tue Feb 24 2004 Phil Knirsch <pknirsch@redhat.com> 2.12.1-1
cvsdist 9dc4ae2
- Updated to latest upstream version.
cvsdist 9dc4ae2
cvsdist 9dc4ae2
* Fri Feb 13 2004 Elliot Lee <sopwith@redhat.com>
cvsdist 9dc4ae2
- rebuilt
cvsdist 9dc4ae2
cvsdist 50a0583
* Mon Jan 19 2004 Phil Knirsch <pknirsch@redhat.com> 2.11-1
cvsdist 50a0583
- Updated to latest upstream version.
cvsdist 50a0583
- Dropped ypserv-2.8-echild.patch (not needed anymore).
cvsdist 50a0583
- Fixed several other patches for new version.
cvsdist 50a0583
cvsdist 50a0583
* Mon Sep 15 2003 Steve Dickson <SteveD@RedHat.com>
cvsdist 50a0583
- updated Release number for QU1
cvsdist 50a0583
cvsdist 50a0583
* Mon Sep 15 2003 Steve Dickson <SteveD@RedHat.com>
cvsdist 50a0583
- Recompiled for AS2.1
cvsdist 50a0583
cvsdist ea08397
* Wed Sep 10 2003 Steve Dickson <SteveD@RedHat.com>
cvsdist ea08397
- Added the --iface flag.
cvsdist ea08397
cvsdist ea08397
* Wed Jun 04 2003 Elliot Lee <sopwith@redhat.com>
cvsdist ea08397
- rebuilt
cvsdist ea08397
cvsdist 165efd4
* Thu Apr 24 2003 Steve Dickson <SteveD@RedHat.com>
cvsdist 165efd4
- Update to 2.8
cvsdist 165efd4
cvsdist adc06a8
* Wed Jan 22 2003 Tim Powers <timp@redhat.com>
cvsdist adc06a8
- rebuilt
cvsdist adc06a8
cvsdist adc06a8
* Tue Nov  5 2002 Alexander Larsson <alexl@redhat.com> 2.6-1
cvsdist adc06a8
- Updated to 2.6, allows you to disable db caching, bug #76618
cvsdist adc06a8
cvsdist adc06a8
* Mon Oct  7 2002 Alexander Larsson <alexl@redhat.com> 2.5-2
cvsdist adc06a8
- Added comments to nfsnobody patch
cvsdist adc06a8
- Corrected URL
cvsdist adc06a8
- fixed missing %doc file, bug #74060
cvsdist adc06a8
cvsdist adc06a8
* Thu Aug 15 2002 Alexander Larsson <alexl@redhat.com> 2.5-1
cvsdist 4d56710
- Update to 2.5, fixes memleak
cvsdist 4d56710
- remove manpage patch since it was already fixed upstream
cvsdist 4d56710
cvsdist 4d56710
* Thu Aug 15 2002 Alexander Larsson <alexl@redhat.com>
cvsdist 3304157
- Fix ypserv.conf manpage, bug #69785
cvsdist 3304157
- Don't leak nfsnobody into nfs maps, bug #71515
cvsdist 3304157
cvsdist 3304157
* Thu Aug  8 2002 Alexander Larsson <alexl@redhat.com> 2.3-3
cvsdist 3304157
- Remove old broken triggers that are not needed anymore. Fixes #70612
cvsdist 3304157
cvsdist 3304157
* Fri Jun 21 2002 Tim Powers <timp@redhat.com> 2.3-2
cvsdist 3304157
- automated rebuild
cvsdist 3304157
cvsdist 3304157
* Tue Jun 11 2002 Alex Larsson <alexl@redhat.com> 2.3-1
cvsdist 3304157
- Updated to 2.3 from upstream.
cvsdist 3304157
- Removed patches that went in upstream.
cvsdist 3304157
cvsdist 3304157
* Thu May 23 2002 Tim Powers <timp@redhat.com>
cvsdist 3304157
- automated rebuild
cvsdist 3304157
cvsdist af1ed24
* Tue Apr 16 2002 Alex Larsson <alexl@redhat.com> 2.2-9
cvsdist af1ed24
- Removed my ypserv-2.2-services patch. According to thorsten
cvsdist af1ed24
  (yp maintainer) the key in services.byname actually
cvsdist af1ed24
  SHOULD be port/protocol.
cvsdist af1ed24
cvsdist b50889d
* Mon Apr  8 2002 Alex Larsson <alexl@redhat.com> 2.2-8
cvsdist b50889d
- Change the yppush patch to the patch from thorsten.
cvsdist b50889d
cvsdist b50889d
* Fri Apr  5 2002 Alex Larsson <alexl@redhat.com> 2.2-7
cvsdist b50889d
- Added patch to fix yppush timeout errors (#62429)
cvsdist b50889d
cvsdist b50889d
* Wed Mar 27 2002 Alex Larsson <alexl@redhat.com> 2.2-6
cvsdist b50889d
- Make yppasswdd source /etc/sysconf/yppasswd for options (#52253) 
cvsdist b50889d
cvsdist b50889d
* Mon Mar 25 2002 Alex Larsson <alexl@redhat.com> 2.2-5
cvsdist b50889d
- Add patch that fixes generation of services.byname. (#41851)
cvsdist b50889d
- Actually apply patch #5, seems like it got left out by misstake
cvsdist b50889d
cvsdist b50889d
* Fri Mar 22 2002 Alex Larsson <alexl@redhat.com> 2.2-4
cvsdist b50889d
- Changed Copyright from GNU to GPL
cvsdist b50889d
cvsdist b50889d
* Wed Jan 09 2002 Tim Powers <timp@redhat.com>
cvsdist b50889d
- automated rebuild
cvsdist b50889d
cvsdist b50889d
* Sat Dec 08 2001 Florian La Roche <Florian.LaRoche@redhat.de>
cvsdist b50889d
- fix restart initscript option #57129
cvsdist b50889d
- add a "gawk" requires #57002
cvsdist b50889d
- fix printcap bug #56993
cvsdist b50889d
- fix ypxfrd init script #55234
cvsdist b50889d
cvsdist b50889d
* Wed Dec 05 2001 Florian La Roche <Florian.LaRoche@redhat.de>
cvsdist b50889d
- update to 2.2 plus first official bug-fix
cvsdist b50889d
cvsdist b50889d
* Sat Nov 17 2001 Florian La Roche <Florian.LaRoche@redhat.de>
cvsdist b50889d
- update to version 2.1, adjust all patches
cvsdist b50889d
cvsdist 6f4560d
* Mon Aug 27 2001 Florian La Roche <Florian.LaRoche@redhat.de>
cvsdist 6f4560d
- set domainname if it is not yet set #52514
cvsdist 6f4560d
cvsdist 085110d
* Tue Jul 24 2001 Florian La Roche <Florian.LaRoche@redhat.de>
cvsdist 085110d
- add gdbm-devel BuildReq #49767
cvsdist 085110d
- add ypxfrd init script #44845
cvsdist 085110d
- fix #44805
cvsdist 085110d
- fix #20042, adding option to yppasswdd startup
cvsdist 085110d
- own /var/yp
cvsdist 085110d
cvsdist bc5b097
* Mon Jul  9 2001 Tim Powers <timp@redhat.com>
cvsdist bc5b097
- added reload entry to initscript (same as restart)
cvsdist bc5b097
cvsdist bc5b097
* Fri Jun 29 2001 Florian La Roche <Florian.LaRoche@redhat.de>
cvsdist bc5b097
- update to 1.3.12
cvsdist bc5b097
cvsdist bc5b097
* Wed Mar 28 2001 Florian La Roche <Florian.LaRoche@redhat.de>
cvsdist bc5b097
- do not require tcp_wrappers anymore
cvsdist bc5b097
cvsdist 2c02b66
* Thu Mar 15 2001 Philipp Knirsch <pknirsch@redhat.com>
cvsdist 2c02b66
- Added missing make requirement
cvsdist 2c02b66
cvsdist 2c02b66
* Tue Feb 27 2001 Preston Brown <pbrown@redhat.com>
cvsdist 2c02b66
- don't own dir /var/yp
cvsdist 2c02b66
cvsdist 2c02b66
* Wed Jan 24 2001 Florian La Roche <Florian.LaRoche@redhat.de>
cvsdist 2c02b66
- prepare for startup script translation
cvsdist 2c02b66
cvsdist 2c02b66
* Thu Jan 11 2001 Bernhard Rosenkraenzer <bero@redhat.com>
cvsdist 2c02b66
- Start after netfs (#23527)
cvsdist 2c02b66
cvsdist f6a90ce
* Wed Aug 16 2000 Than Ngo <than@redhat.com>
cvsdist f6a90ce
- fix typo in startup script (Bug #15999)
cvsdist f6a90ce
cvsdist f6a90ce
* Wed Jul 19 2000 Than Ngo <than@redhat.de>
cvsdist f6a90ce
- inits back to rc.d/init.d, using service
cvsdist f6a90ce
- fix initscript again
cvsdist f6a90ce
cvsdist f6a90ce
* Mon Jul 17 2000 Bill Nottingham <notting@redhat.com>
cvsdist f6a90ce
- move initscript back
cvsdist f6a90ce
- fix format syslog bug
cvsdist f6a90ce
cvsdist f6a90ce
* Thu Jul 13 2000 Prospector <bugzilla@redhat.com>
cvsdist f6a90ce
- automatic rebuild
cvsdist f6a90ce
cvsdist f6a90ce
* Fri Jul  7 2000 Florian La Roche <Florian.LaRoche@redhat.de>
cvsdist f6a90ce
- prereq /etc/init.d
cvsdist f6a90ce
cvsdist f6a90ce
* Tue Jun 27 2000 Than Ngo <than@redhat.de>
cvsdist f6a90ce
- /etc/rc.d/init.d -> /etc/init.d
cvsdist f6a90ce
- fix initscript
cvsdist f6a90ce
cvsdist f6a90ce
* Sun Jun 18 2000 Than Ngo <than@redhat.de>
cvsdist f6a90ce
- FHS fixes,
cvsdist f6a90ce
- fix docdir
cvsdist f6a90ce
cvsdist f6a90ce
* Fri May 19 2000 Florian La Roche <Florian.LaRoche@redhat.com>
cvsdist f6a90ce
- disable "netgrp" target in default all: (/var/yp/Makefile)
cvsdist f6a90ce
cvsdist f6a90ce
* Thu May 18 2000 Florian La Roche <Florian.LaRoche@redhat.com>
cvsdist f6a90ce
- update to 1.3.11
cvsdist f6a90ce
cvsdist f6a90ce
* Mon Mar 06 2000 Cristian Gafton <gafton@redhat.com>
cvsdist f6a90ce
- add patch to avoid potential deadlock on the server (fix #9968)
cvsdist f6a90ce
cvsdist f6a90ce
* Wed Feb  2 2000 Florian La Roche <Florian.LaRoche@redhat.com>
cvsdist f6a90ce
- fix typo in %triggerpostun
cvsdist f6a90ce
cvsdist f6a90ce
* Mon Oct 25 1999 Bill Nottingham <notting@redhat.com>
cvsdist f6a90ce
- update to 1.3.9
cvsdist f6a90ce
- use gdbm, move back to /usr/sbin
cvsdist f6a90ce
cvsdist f6a90ce
* Tue Aug 17 1999 Bill Nottingham <notting@redhat.com>
cvsdist f6a90ce
- initscript munging
cvsdist f6a90ce
- ypserv goes on root partition
cvsdist f6a90ce
cvsdist f6a90ce
* Fri Aug 13 1999 Cristian Gafton <gafton@redhat.com>
cvsdist f6a90ce
- version 1.3.7
cvsdist f6a90ce
cvsdist f6a90ce
* Thu Jul  1 1999 Bill Nottingham <notting@redhat.com>
cvsdist f6a90ce
- start after network FS
cvsdist f6a90ce
cvsdist f6a90ce
* Tue Jun  1 1999 Jeff Johnson <jbj@redhat.com>
cvsdist f6a90ce
- update to 1.3.6.94.
cvsdist f6a90ce
cvsdist f6a90ce
* Sun May 30 1999 Jeff Johnson <jbj@redhat.com>
cvsdist f6a90ce
- improved daemonization.
cvsdist f6a90ce
cvsdist f6a90ce
* Sat May 29 1999 Jeff Johnson <jbj@redhat.com>
cvsdist f6a90ce
- fix buffer overflow in rpc.yppasswd (#3126).
cvsdist f6a90ce
cvsdist f6a90ce
* Fri May 28 1999 Jeff Johnson <jbj@redhat.com>
cvsdist f6a90ce
- update to 1.3.6.92.
cvsdist f6a90ce
cvsdist f6a90ce
* Fri Mar 26 1999 Cristian Gafton <gafton@redhat.com>
cvsdist f6a90ce
- version 1.3.6.91
cvsdist f6a90ce
cvsdist f6a90ce
* Sun Mar 21 1999 Cristian Gafton <gafton@redhat.com> 
cvsdist f6a90ce
- auto rebuild in the new build environment (release 4)
cvsdist f6a90ce
cvsdist f6a90ce
* Mon Feb  8 1999 Bill Nottingham <notting@redhat.com>
cvsdist f6a90ce
- move to start before ypbind
cvsdist f6a90ce
cvsdist f6a90ce
* Thu Dec 17 1998 Cristian Gafton <gafton@redhat.com>
cvsdist f6a90ce
- build for glibc 2.1
cvsdist f6a90ce
- upgraded to 1.3.5
cvsdist f6a90ce
cvsdist f6a90ce
* Tue Aug  4 1998 Jeff Johnson <jbj@redhat.com>
cvsdist f6a90ce
- yppasswd.init: lock file must have same name as init.d script, not daemon
cvsdist f6a90ce
cvsdist f6a90ce
* Sat Jul 11 1998 Cristian Gafton <gafton@redhat.com>
cvsdist f6a90ce
- upgraded to 1.3.4
cvsdist f6a90ce
- fixed the fubared Makefile
cvsdist f6a90ce
- link against gdbm instead of ndbm (it seems to work better)
cvsdist f6a90ce
cvsdist f6a90ce
* Sat May 02 1998 Cristian Gafton <gafton@redhat.com>
cvsdist f6a90ce
- upgraded to 1.3.1
cvsdist f6a90ce
- enhanced init scripts
cvsdist f6a90ce
cvsdist f6a90ce
* Fri May 01 1998 Jeff Johnson <jbj@redhat.com>
cvsdist f6a90ce
- added triggerpostun
cvsdist f6a90ce
- Use libdb fro dbp_*().
cvsdist f6a90ce
cvsdist f6a90ce
* Fri Apr 24 1998 Prospector System <bugs@redhat.com>
cvsdist f6a90ce
- translations modified for de, fr, tr
cvsdist f6a90ce
cvsdist f6a90ce
* Mon Apr 13 1998 Cristian Gafton <gafton@redhat.com>
cvsdist f6a90ce
- updated to 1.3.0
cvsdist f6a90ce
cvsdist f6a90ce
* Wed Dec 03 1997 Cristian Gafton <gafton@redhat.com>
cvsdist f6a90ce
- updated to 1.2.5
cvsdist f6a90ce
- added buildroot; updated spec file
cvsdist f6a90ce
- added yppasswdd init file
cvsdist f6a90ce
cvsdist f6a90ce
* Tue Nov 04 1997 Erik Troan <ewt@redhat.com>
cvsdist f6a90ce
- init script shouldn't set the domain name
cvsdist f6a90ce
cvsdist f6a90ce
* Tue Oct 14 1997 Erik Troan <ewt@redhat.com>
cvsdist f6a90ce
- supports chkconfig
cvsdist f6a90ce
- updated initscript for status and restart
cvsdist f6a90ce
- turned off in all runlevels, by default
cvsdist f6a90ce
- removed postinstall script which didn't do anything
cvsdist f6a90ce
cvsdist f6a90ce
* Thu Oct 09 1997 Erik Troan <ewt@redhat.com>
cvsdist f6a90ce
- added patch to build against later glibc
cvsdist f6a90ce
cvsdist f6a90ce
* Mon Jul 21 1997 Erik Troan <ewt@redhat.com>
cvsdist f6a90ce
- built against glibc
cvsdist f6a90ce
cvsdist f6a90ce
* Wed Apr 23 1997 Erik Troan <ewt@redhat.com>
cvsdist f6a90ce
- updated to 1.1.7.
cvsdist f6a90ce
cvsdist f6a90ce
* Fri Mar 14 1997 Erik Troan <ewt@redhat.com>
cvsdist f6a90ce
- Updated to ypserv 1.1.5, ported to Alpha (glibc).
cvsdist f6a90ce
cvsdist f6a90ce
* Fri Mar 07 1997 Erik Troan <ewt@redhat.com>
cvsdist f6a90ce
- Removed -pedantic which confuses the SPARC :-(