auto-import ypbind-1.10-7 from ypbind-1.10-7.src.rpm
This commit is contained in:
parent
a2190fbbc2
commit
1f73eba65d
@ -55,12 +55,12 @@ start() {
|
||||
initlog -n ypbind -s "bound to NIS server `ypwhich 2> /dev/null`"
|
||||
touch /var/lock/subsys/ypbind
|
||||
else
|
||||
failure "attempting to contact yp server"
|
||||
killproc ypbind
|
||||
# if we used brute force (like kill -9) we don't want those around
|
||||
if [ x$(domainname) != x ] ; then
|
||||
rm -f /var/yp/binding/$(domainname)*
|
||||
fi
|
||||
failure "attempting to contact yp server"
|
||||
fi
|
||||
echo
|
||||
return $RETVAL
|
||||
|
@ -1,7 +1,7 @@
|
||||
Summary: The NIS daemon which binds NIS clients to an NIS domain.
|
||||
Name: ypbind
|
||||
Version: 1.10
|
||||
Release: 6
|
||||
Release: 7
|
||||
Copyright: GPL
|
||||
Group: System Environment/Daemons
|
||||
Source0: ftp://ftp.us.kernel.org/pub/linux/utils/net/NIS/ypbind-mt-%{PACKAGE_VERSION}.tar.bz2
|
||||
@ -83,6 +83,9 @@ exit 0
|
||||
%doc README NEWS
|
||||
|
||||
%changelog
|
||||
* Mon Mar 25 2002 Alex Larsson <alexl@redhat.com> 1.10-7
|
||||
- Get failure message right in init script (#37463 again)
|
||||
|
||||
* Mon Mar 25 2002 Alex Larsson <alexl@redhat.com> 1.10-6
|
||||
- Fix bugs in initscript. Should fix #37463 and #61857
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user