diff --git a/rpcbind.init b/rpcbind.init index b1ff01c..44a7ba4 100755 --- a/rpcbind.init +++ b/rpcbind.init @@ -9,7 +9,7 @@ # # processname: rpcbind # probe: true -# config: /etc/sysconfig/nfs +# config: /etc/sysconfig/rpcbind diff --git a/rpcbind.spec b/rpcbind.spec index ba426a5..c5e3a86 100644 --- a/rpcbind.spec +++ b/rpcbind.spec @@ -126,6 +126,7 @@ fi %changelog * Sat Sep 15 2007 Steve Dickson 0.1.4-8 +- Fixed typo in init script (bz 248285) - Added autoconf rules to turn on secure host checking via libwrap. Also turned on host check by default (bz 248284) - Changed init script to start service in runlevel 2 (bz 251568)