HMMM...I really need some sleep ;-)
Here's the right one...
Stefan van der Eijk wrote:
>
> As promissed, here is the fix...
>
> Stefan
>
> PS: let's hope this mail shows up on the list... the mail below didn't
> reach it...
> PS2: I'll upload the src.rpm to /incoming.
>
> > Beware: there's a small mistake in this package. In /var/yp/Makefile the
> > path to
> > makedbm is stated as /usr/libexec/makedbm, but this should be
> > /usr/lib/yp. I'll
> > fix it tomorrow.
> >
> > Stefan
--- ypserv.spec.orig Mon Jul 24 19:29:26 2000
+++ ypserv.spec Mon Jul 24 20:13:51 2000
@@ -1,6 +1,6 @@
%define name ypserv
%define version 1.3.9
-%define release 4mdk
+%define release 5mdk
Summary: The NIS (Network Information Service) server.
Summary(de): NIS/YP-Server
@@ -63,7 +63,12 @@
%build
cp etc/README etc/README.etc
-%configure --enable-tcp-wrapper --enable-fqdn --enable-yppasswd
+%configure \
+ --bindir=/usr/lib/yp \
+ --enable-fqdn \
+ --enable-tcp-wrapper \
+ --enable-yppasswd \
+ --libexecdir=/usr/lib/yp
make
%install
@@ -117,6 +122,9 @@
%{_includedir}/*/*
%changelog
+* Mon Jul 24 2000 Stefan van der Eijk <[EMAIL PROTECTED]> 1.3.9-5mdk
+- fixed path of makedbm in /var/yp/Makefile (was broken with 4mdk)
+
* Sun Jul 23 2000 Stefan van der Eijk <[EMAIL PROTECTED]> 1.3.9-4mdk
- macroszifications
- BM