rpms/rpcbind/F-9 rpcbind.init,1.10,1.11 rpcbind.spec,1.28,1.29

Steve Dickson steved at fedoraproject.org
Wed Oct 1 19:41:35 UTC 2008


Author: steved

Update of /cvs/pkgs/rpms/rpcbind/F-9
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv16299

Modified Files:
	rpcbind.init rpcbind.spec 
Log Message:
- Fixed scriptlet failure (bz 462533)



Index: rpcbind.init
===================================================================
RCS file: /cvs/pkgs/rpms/rpcbind/F-9/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	1 Oct 2008 19:41:04 -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/F-9/rpcbind.spec,v
retrieving revision 1.28
retrieving revision 1.29
diff -u -r1.28 -r1.29
--- rpcbind.spec	27 Jun 2008 18:44:46 -0000	1.28
+++ rpcbind.spec	1 Oct 2008 19:41:04 -0000	1.29
@@ -2,7 +2,7 @@
 
 Name:           rpcbind
 Version:        0.1.4
-Release: 		16%{?dist}
+Release: 		17%{?dist}
 Summary:        Universal Addresses to RPC Program Number Mapper
 Group:          System Environment/Daemons
 License:        GPL
@@ -111,8 +111,8 @@
 /usr/sbin/groupdel rpc 2> /dev/null || : 
 
 # Now re-add the rpc uid/gid
-/usr/sbin/groupadd -g 32 rpc > /dev/null 2>&1
-/usr/sbin/useradd -l -c "Rpcbind Daemon" -d /var/lib/rpcbind -g 32 \
+/usr/sbin/groupadd -o -g 32 rpc > /dev/null 2>&1
+/usr/sbin/useradd -o -l -c "Rpcbind Daemon" -d /var/lib/rpcbind -g 32 \
     -M -s /sbin/nologin -u 32 rpc > /dev/null 2>&1
 
 %post 
@@ -142,6 +142,9 @@
 %dir %attr(700,rpc,rpc) /var/lib/rpcbind
 
 %changelog
+* Wed Oct  1 2008 Steve Dickson <steved at redhat.com> 0.1.4-17
+- Fixed scriptlet failure (bz 462533)
+
 * Fri Jun 27 2008 Steve Dickson <steved at redhat.com> 0.1.4-16
 - Removed the documentation about the non-existent
   '-L' flag (bz 446915)




More information about the fedora-extras-commits mailing list