auto-import changelog data from ypbind-1.6-12.src.rpm
Wed Nov 29 2000 Bill Nottingham <notting@redhat.com> - set NIS domain name if it's not already set
This commit is contained in:
parent
4760d4375e
commit
89f8fe4490
10
ypbind.init
10
ypbind.init
@ -17,7 +17,17 @@ OTHER_YPBIND_OPTS=""
|
||||
# Source function library.
|
||||
. /etc/init.d/functions
|
||||
|
||||
. /etc/sysconfig/network
|
||||
|
||||
start() {
|
||||
DOMAINNAME=`domainname`
|
||||
if [ "$DOMAINNAME" = "(none)" -o "$DOMAINNAME" = "" ]; then
|
||||
if [ -n "$NISDOMAIN" ]; then
|
||||
action "Setting NIS domain name $NISDOMAIN: " domainname $NISDOMAIN
|
||||
else
|
||||
exit 1
|
||||
fi
|
||||
fi
|
||||
echo -n "Binding to the NIS domain... "
|
||||
daemon ypbind $OTHER_YPBIND_OPTS
|
||||
echo
|
||||
|
@ -1,7 +1,7 @@
|
||||
Summary: The NIS daemon which binds NIS clients to an NIS domain.
|
||||
Name: ypbind
|
||||
Version: 1.6
|
||||
Release: 11
|
||||
Release: 12
|
||||
Copyright: GPL
|
||||
Group: System Environment/Daemons
|
||||
Source0: ftp://ftp.us.kernel.org/pub/linux/NIS/ypbind-mt-%{PACKAGE_VERSION}.tar.gz
|
||||
@ -80,6 +80,9 @@ exit 0
|
||||
%doc README NEWS
|
||||
|
||||
%changelog
|
||||
* Wed Nov 29 2000 Bill Nottingham <notting@redhat.com>
|
||||
- set NIS domain name if it's not already set
|
||||
|
||||
* Sun Aug 20 2000 Florian La Roche <Florian.LaRoche@redhat.de>
|
||||
- fix condrestart #16615
|
||||
- security fix for syslog() call
|
||||
|
Loading…
Reference in New Issue
Block a user