rpms/rpcbind/devel rpcbind.init,1.10,1.11 rpcbind.spec,1.34,1.35

Steve Dickson steved at fedoraproject.org
Tue Sep 30 18:24:47 UTC 2008


Author: steved

Update of /cvs/pkgs/rpms/rpcbind/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv1987

Modified Files:
	rpcbind.init rpcbind.spec 
Log Message:
- Fixed a typo in the rpcbind.init script that stop warm starts
  from happening with conrestarts



Index: rpcbind.init
===================================================================
RCS file: /cvs/pkgs/rpms/rpcbind/devel/rpcbind.init,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- rpcbind.init	11 Feb 2008 16:06:13 -0000	1.10
+++ rpcbind.init	30 Sep 2008 18:24:16 -0000	1.11
@@ -75,13 +75,13 @@
 	status $prog
 	;;
   restart|reload)
-	$0 stop
-	$0 start
+	stop
+	start
 	;;
   condrestart)
 	if [ -f /var/lock/subsys/$prog ]; then
-		$0 stop
-		$0 start -w
+		stop
+		start -w
 	fi
 	;;
   *)


Index: rpcbind.spec
===================================================================
RCS file: /cvs/pkgs/rpms/rpcbind/devel/rpcbind.spec,v
retrieving revision 1.34
retrieving revision 1.35
diff -u -r1.34 -r1.35
--- rpcbind.spec	16 Sep 2008 17:20:30 -0000	1.34
+++ rpcbind.spec	30 Sep 2008 18:24:16 -0000	1.35
@@ -2,7 +2,7 @@
 
 Name:           rpcbind
 Version:        0.1.6
-Release: 		2%{?dist}
+Release: 		3%{?dist}
 Summary:        Universal Addresses to RPC Program Number Mapper
 Group:          System Environment/Daemons
 License:        GPL
@@ -118,6 +118,10 @@
 %dir %attr(700,rpc,rpc) /var/lib/rpcbind
 
 %changelog
+* Tue Sep 30 2008 Steve Dickson <steved at redhat.com>  0.1.6-3
+- Fixed a typo in the rpcbind.init script that stop warm starts
+  from happening with conrestarts
+
 * Tue Sep 16 2008 Steve Dickson <steved at redhat.com> 0.1.6-2
 - Added usptream patches 01 thru 03 that do:
     * Introduce helpers for ipprot/netid mapping




More information about the fedora-extras-commits mailing list