rpms/rpcbind/devel rpcbind.init,1.7,1.8 rpcbind.spec,1.21,1.22

Steve Dickson (steved) fedora-extras-commits at redhat.com
Tue Oct 16 16:12:26 UTC 2007


Author: steved

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

Modified Files:
	rpcbind.init rpcbind.spec 
Log Message:
Corrected a typo in the initscript from previous commit.




Index: rpcbind.init
===================================================================
RCS file: /cvs/pkgs/rpms/rpcbind/devel/rpcbind.init,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- rpcbind.init	15 Oct 2007 16:07:30 -0000	1.7
+++ rpcbind.init	16 Oct 2007 16:11:51 -0000	1.8
@@ -39,7 +39,7 @@
 		exit 6
 	fi
 	# Check that networking is up.
-	[ "$NETWORKING" = "no" ] || exit 6
+	[ "$NETWORKING" = "no" ] && exit 6
 	[ -f /sbin/$prog ] || exit 5
 
 	echo -n $"Starting $prog: "


Index: rpcbind.spec
===================================================================
RCS file: /cvs/pkgs/rpms/rpcbind/devel/rpcbind.spec,v
retrieving revision 1.21
retrieving revision 1.22
diff -u -r1.21 -r1.22
--- rpcbind.spec	15 Oct 2007 16:07:30 -0000	1.21
+++ rpcbind.spec	16 Oct 2007 16:11:51 -0000	1.22
@@ -2,7 +2,7 @@
 
 Name:           rpcbind
 Version:        0.1.4
-Release: 		9%{?dist}
+Release: 		10%{?dist}
 Summary:        Universal Addresses to RPC Program Number Mapper
 Group:          System Environment/Daemons
 License:        GPL
@@ -127,6 +127,10 @@
 %dir %attr(700,rpc,rpc) /var/lib/rpcbind
 
 %changelog
+* Tue Oct 16 2007 Steve Dickson <steved at redhat.com> 0.1.4-10
+- Corrected a typo in the initscript from previous 
+  commit.
+
 * Mon Oct 15 2007 Steve Dickson <steved at redhat.com> 0.1.4-9
 - Fixed typo in Summary (bz 331811)
 - Corrected init script (bz 247046)




More information about the fedora-extras-commits mailing list