forked from rpms/rpcbind
Fixed typo in both files
This commit is contained in:
parent
cd28606363
commit
f766b07fc0
@ -40,7 +40,7 @@ if [ "$NETWORKING" = "no" ]; then
|
|||||||
exit 0
|
exit 0
|
||||||
fi
|
fi
|
||||||
|
|
||||||
[ -f /usr/bin/$prog ] || exit 0
|
[ -f /sbin/$prog ] || exit 0
|
||||||
|
|
||||||
[ -f /etc/sysconfig/$prog ] && . /etc/sysconfig/$prog
|
[ -f /etc/sysconfig/$prog ] && . /etc/sysconfig/$prog
|
||||||
|
|
||||||
|
@ -110,7 +110,7 @@ fi
|
|||||||
%dir %attr(700,rpc,rpc) /var/lib/rpcbind
|
%dir %attr(700,rpc,rpc) /var/lib/rpcbind
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
* Tues Apr 3 2007 Steve Dickson <steved@redhat.com> 0.1.4-2
|
* Tue Apr 3 2007 Steve Dickson <steved@redhat.com> 0.1.4-2
|
||||||
- Added dependency on glibc-common which allows the
|
- Added dependency on glibc-common which allows the
|
||||||
rpcinfo command to be installed in the correct place.
|
rpcinfo command to be installed in the correct place.
|
||||||
- Added dependency on man-pages so the rpcinfo man
|
- Added dependency on man-pages so the rpcinfo man
|
||||||
|
Loading…
Reference in New Issue
Block a user