parent
92f9e184a3
commit
70ff89b4cf
@ -27,5 +27,12 @@ if [ "$DOMAINNAME" = "(none)" -o "$DOMAINNAME" = "" ]; then
|
|||||||
fi
|
fi
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
#/etc/rpc check
|
||||||
|
grep ypbind /etc/rpc > /dev/null 2>&1
|
||||||
|
if [ $? -ne 0 ]; then
|
||||||
|
logger -t ypbind $"Error: Missing ypbind entry in /etc/rpc."
|
||||||
|
exit 1
|
||||||
|
fi
|
||||||
|
|
||||||
echo
|
echo
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
Summary: The NIS daemon which binds NIS clients to an NIS domain
|
Summary: The NIS daemon which binds NIS clients to an NIS domain
|
||||||
Name: ypbind
|
Name: ypbind
|
||||||
Version: 1.36
|
Version: 1.36
|
||||||
Release: 8%{?dist}
|
Release: 9%{?dist}
|
||||||
License: GPLv2
|
License: GPLv2
|
||||||
Group: System Environment/Daemons
|
Group: System Environment/Daemons
|
||||||
Source0: http://www.linux-nis.org/download/ypbind-mt/ypbind-mt-%{version}.tar.bz2
|
Source0: http://www.linux-nis.org/download/ypbind-mt/ypbind-mt-%{version}.tar.bz2
|
||||||
@ -139,6 +139,10 @@ install -m 755 %{SOURCE5} $RPM_BUILD_ROOT%{_libexecdir}/ypbind-post-waitbind
|
|||||||
%doc README NEWS COPYING
|
%doc README NEWS COPYING
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed Dec 19 2012 Honza Horak <hhorak@redhat.com> - 3:1.36-9
|
||||||
|
- Check presence of ypbind in /etc/rpc
|
||||||
|
Related: #888778
|
||||||
|
|
||||||
* Fri Nov 30 2012 Honza Horak <hhorak@redhat.com> - 3:1.36-8
|
* Fri Nov 30 2012 Honza Horak <hhorak@redhat.com> - 3:1.36-8
|
||||||
- Build with full relro
|
- Build with full relro
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user