rpms/ypbind/devel ypbind.init,1.17,1.18 ypbind.spec,1.43,1.44

Steve Dickson (steved) fedora-extras-commits at redhat.com
Mon Sep 17 13:04:11 UTC 2007


Author: steved

Update of /cvs/pkgs/rpms/ypbind/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv16257

Modified Files:
	ypbind.init ypbind.spec 
Log Message:
Fixed a couple of typos in initscript (bz 281951)



Index: ypbind.init
===================================================================
RCS file: /cvs/pkgs/rpms/ypbind/devel/ypbind.init,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -r1.17 -r1.18
--- ypbind.init	17 Apr 2007 19:50:58 -0000	1.17
+++ ypbind.init	17 Sep 2007 13:03:39 -0000	1.18
@@ -51,7 +51,7 @@
 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 @@
 	    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 @@
 	;;
   status)
 	status ypbind
+	RETVAL=$?
 	;;
   restart|reload)
 	restart


Index: ypbind.spec
===================================================================
RCS file: /cvs/pkgs/rpms/ypbind/devel/ypbind.spec,v
retrieving revision 1.43
retrieving revision 1.44
diff -u -r1.43 -r1.44
--- ypbind.spec	18 May 2007 20:17:41 -0000	1.43
+++ ypbind.spec	17 Sep 2007 13:03:39 -0000	1.44
@@ -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 @@
 %doc README NEWS
 
 %changelog
+* Mon Sep 17 2007 Steve Dickson <steved at redhat.com> - 3:1.20.4-2
+- Fixed a couple of typos in initscript (bz 281951)
+
 * Wed May  3 2007 Steve Dickson <steved at redhat.com> - 3:1.20.4-1
 - updated to latest upstream version ypbind-mt-1.20.4
 




More information about the fedora-extras-commits mailing list