diff --git a/rpcbind.init b/rpcbind.init index 3d23655..b1ff01c 100755 --- a/rpcbind.init +++ b/rpcbind.init @@ -2,7 +2,7 @@ # # rpcbind Start/Stop RPCbind # -# chkconfig: 345 13 87 +# chkconfig: 2345 13 87 # description: The rpcbind utility is a server that converts RPC program \ # numbers into universal addresses. It must be running on the \ # host to be able to make RPC calls on a server on that machine. diff --git a/rpcbind.spec b/rpcbind.spec index b0c2445..2921f0c 100644 --- a/rpcbind.spec +++ b/rpcbind.spec @@ -2,7 +2,7 @@ Name: rpcbind Version: 0.1.4 -Release: 7%{?dist} +Release: 8%{?dist} Summary: Universal Addresses to RPC Program Number Napper Group: System Environment/Daemons License: GPL @@ -121,6 +121,9 @@ fi %dir %attr(700,rpc,rpc) /var/lib/rpcbind %changelog +* Fri Sep 14 2007 Steve Dickson 0.1.4-8 +- Changed init script to start service in runlevel 2 (bz 251568) + * Fri May 25 2007 Steve Dickson 0.1.4-7 - Fixed condrestarts (bz 241332)