From f766b07fc0dcca089011301666087bd0e2451bc9 Mon Sep 17 00:00:00 2001 From: Steve Dickson Date: Tue, 3 Apr 2007 10:21:24 +0000 Subject: [PATCH] Fixed typo in both files --- rpcbind.init | 2 +- rpcbind.spec | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/rpcbind.init b/rpcbind.init index c5f04dc..e67ca2a 100755 --- a/rpcbind.init +++ b/rpcbind.init @@ -40,7 +40,7 @@ if [ "$NETWORKING" = "no" ]; then exit 0 fi -[ -f /usr/bin/$prog ] || exit 0 +[ -f /sbin/$prog ] || exit 0 [ -f /etc/sysconfig/$prog ] && . /etc/sysconfig/$prog diff --git a/rpcbind.spec b/rpcbind.spec index 98ce4f4..9ff58c4 100644 --- a/rpcbind.spec +++ b/rpcbind.spec @@ -110,7 +110,7 @@ fi %dir %attr(700,rpc,rpc) /var/lib/rpcbind %changelog -* Tues Apr 3 2007 Steve Dickson 0.1.4-2 +* Tue Apr 3 2007 Steve Dickson 0.1.4-2 - Added dependency on glibc-common which allows the rpcinfo command to be installed in the correct place. - Added dependency on man-pages so the rpcinfo man