fixed typo in ypxfrd initscript (bz 185403)

This commit is contained in:
Steve Dickson 2006-07-25 20:28:41 +00:00
parent c5a848b07c
commit 1432ea60bb
2 changed files with 5 additions and 2 deletions

View File

@ -21,7 +21,7 @@ RETVAL=0
start() {
echo -n $"Starting YP map server: "
daemon rpc.ypxfrd $YPXFRD_ARGS
ETVAL=$?
RETVAL=$?
echo
[ $RETVAL -eq 0 ] && touch /var/lock/subsys/ypxfrd
return $RETVAL

View File

@ -4,7 +4,7 @@ Summary: The NIS (Network Information Service) server.
Url: http://www.linux-nis.org/nis/ypserv/index.html
Name: ypserv
Version: 2.19
Release: 1
Release: 2
License: GPL
Group: System Environment/Daemons
Source0: ftp://ftp.kernel.org/pub/linux/utils/net/NIS/ypserv-%{version}.tar.bz2
@ -134,6 +134,9 @@ exit 0
%{_includedir}/*/*
%changelog
* Tue Jul 25 2006 Steve Dickson <steved@redhat.com> - 2.19-2
- fixed typo in ypxfrd initscript (bz 185403)
* Fri Jul 14 2006 Jesse Keating <jkeating@redhat.com> - 2.19-1
- rebuild