diff --git a/ypbind.init b/ypbind.init index 6bcc505..6174428 100755 --- a/ypbind.init +++ b/ypbind.init @@ -51,7 +51,7 @@ selinux_off() { start() { DOMAINNAME=`domainname` if [ "$DOMAINNAME" = "(none)" -o "$DOMAINNAME" = "" ]; then - echo -n $"Setting NIS domain: " + echo -n $"Setting NIS domain: " if [ -n "$NISDOMAIN" ]; then action $"domain is '$NISDOMAIN' " domainname $NISDOMAIN else # See if the domain is set in config file @@ -77,7 +77,7 @@ start() { logger -t ypbind "failed to start!" return $RETVAL fi - echo -n $"Binding NIS service: " + echo -n $"Binding NIS service: " # the following fixes problems with the init scripts continuing # even when we are really not bound yet to a server, and then things # that need NIS fail. @@ -145,6 +145,7 @@ case "$1" in ;; status) status ypbind + RETVAL=$? ;; restart|reload) restart diff --git a/ypbind.spec b/ypbind.spec index c461237..56b2d14 100644 --- a/ypbind.spec +++ b/ypbind.spec @@ -1,7 +1,7 @@ Summary: The NIS daemon which binds NIS clients to an NIS domain. Name: ypbind Version: 1.20.4 -Release: 1%{?dist} +Release: 2%{?dist} License: GPL Group: System Environment/Daemons Source0: ftp://ftp.us.kernel.org/pub/linux/utils/net/NIS/ypbind-mt-%{PACKAGE_VERSION}.tar.bz2 @@ -91,6 +91,9 @@ exit 0 %doc README NEWS %changelog +* Mon Sep 17 2007 Steve Dickson - 3:1.20.4-2 +- Fixed a couple of typos in initscript (bz 281951) + * Wed May 3 2007 Steve Dickson - 3:1.20.4-1 - updated to latest upstream version ypbind-mt-1.20.4