1
0
forked from rpms/rpcbind

Corrected a typo in the initscript from previous commit.

This commit is contained in:
Steve Dickson 2007-10-16 16:11:51 +00:00
parent e621c1697c
commit b4db9b3abe
2 changed files with 6 additions and 2 deletions

View File

@ -39,7 +39,7 @@ start() {
exit 6 exit 6
fi fi
# Check that networking is up. # Check that networking is up.
[ "$NETWORKING" = "no" ] || exit 6 [ "$NETWORKING" = "no" ] && exit 6
[ -f /sbin/$prog ] || exit 5 [ -f /sbin/$prog ] || exit 5
echo -n $"Starting $prog: " echo -n $"Starting $prog: "

View File

@ -2,7 +2,7 @@
Name: rpcbind Name: rpcbind
Version: 0.1.4 Version: 0.1.4
Release: 9%{?dist} Release: 10%{?dist}
Summary: Universal Addresses to RPC Program Number Mapper Summary: Universal Addresses to RPC Program Number Mapper
Group: System Environment/Daemons Group: System Environment/Daemons
License: GPL License: GPL
@ -127,6 +127,10 @@ fi
%dir %attr(700,rpc,rpc) /var/lib/rpcbind %dir %attr(700,rpc,rpc) /var/lib/rpcbind
%changelog %changelog
* Tue Oct 16 2007 Steve Dickson <steved@redhat.com> 0.1.4-10
- Corrected a typo in the initscript from previous
commit.
* Mon Oct 15 2007 Steve Dickson <steved@redhat.com> 0.1.4-9 * Mon Oct 15 2007 Steve Dickson <steved@redhat.com> 0.1.4-9
- Fixed typo in Summary (bz 331811) - Fixed typo in Summary (bz 331811)
- Corrected init script (bz 247046) - Corrected init script (bz 247046)