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
|
||||
fi
|
||||
|
||||
[ -f /usr/bin/$prog ] || exit 0
|
||||
[ -f /sbin/$prog ] || exit 0
|
||||
|
||||
[ -f /etc/sysconfig/$prog ] && . /etc/sysconfig/$prog
|
||||
|
||||
|
@ -110,7 +110,7 @@ fi
|
||||
%dir %attr(700,rpc,rpc) /var/lib/rpcbind
|
||||
|
||||
%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
|
||||
rpcinfo command to be installed in the correct place.
|
||||
- Added dependency on man-pages so the rpcinfo man
|
||||
|
Loading…
Reference in New Issue
Block a user