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`"
|
initlog -n ypbind -s "bound to NIS server `ypwhich 2> /dev/null`"
|
||||||
touch /var/lock/subsys/ypbind
|
touch /var/lock/subsys/ypbind
|
||||||
else
|
else
|
||||||
failure "attempting to contact yp server"
|
|
||||||
killproc ypbind
|
killproc ypbind
|
||||||
# if we used brute force (like kill -9) we don't want those around
|
# if we used brute force (like kill -9) we don't want those around
|
||||||
if [ x$(domainname) != x ] ; then
|
if [ x$(domainname) != x ] ; then
|
||||||
rm -f /var/yp/binding/$(domainname)*
|
rm -f /var/yp/binding/$(domainname)*
|
||||||
fi
|
fi
|
||||||
|
failure "attempting to contact yp server"
|
||||||
fi
|
fi
|
||||||
echo
|
echo
|
||||||
return $RETVAL
|
return $RETVAL
|
||||||
|
@ -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.10
|
Version: 1.10
|
||||||
Release: 6
|
Release: 7
|
||||||
Copyright: GPL
|
Copyright: GPL
|
||||||
Group: System Environment/Daemons
|
Group: System Environment/Daemons
|
||||||
Source0: ftp://ftp.us.kernel.org/pub/linux/utils/net/NIS/ypbind-mt-%{PACKAGE_VERSION}.tar.bz2
|
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
|
%doc README NEWS
|
||||||
|
|
||||||
%changelog
|
%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
|
* Mon Mar 25 2002 Alex Larsson <alexl@redhat.com> 1.10-6
|
||||||
- Fix bugs in initscript. Should fix #37463 and #61857
|
- Fix bugs in initscript. Should fix #37463 and #61857
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user