Compare commits

...

4 Commits
rawhide ... f7

Author SHA1 Message Date
Fedora Release Engineering 3d3cfb6cce dist-git conversion 2010-07-29 16:22:53 +00:00
Steve Dickson 4344e62bdd Fixed init scripts to return correct exit code on 'service status' (bz
248097)
2007-09-15 17:37:13 +00:00
Steve Dickson e27fa0e8f9 Changed install process to create an useful debuginfo package (bz 249961) 2007-07-31 13:20:37 +00:00
Bill Nottingham 5afa2d702f Initialize branch F-7 for ypserv 2007-05-18 11:53:50 +00:00
6 changed files with 12 additions and 8 deletions

View File

View File

@ -1,6 +0,0 @@
# Makefile for source rpm: ypserv
# $Id$
NAME := ypserv
SPECFILE = $(firstword $(wildcard *.spec))
include ../common/Makefile.common

View File

@ -64,6 +64,7 @@ case "$1" in
;;
status)
status rpc.yppasswdd
RETVAL=$?
;;
restart|reload)
stop

View File

@ -59,6 +59,7 @@ case "$1" in
;;
status)
status ypserv
RETVAL=$?
;;
restart|reload)
stop

View File

@ -46,6 +46,7 @@ case "$1" in
;;
status)
status rpc.ypxfrd
RETVAL=$?
;;
restart|reload)
stop

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: 4%{?dist}
Release: 6%{?dist}
License: GPL
Group: System Environment/Daemons
Source0: ftp://ftp.kernel.org/pub/linux/utils/net/NIS/ypserv-%{version}.tar.bz2
@ -68,7 +68,7 @@ make
rm -rf $RPM_BUILD_ROOT
#make install ROOT=$RPM_BUILD_ROOT
%makeinstall libexecdir=$RPM_BUILD_ROOT%{_libdir}/yp
%makeinstall libexecdir=$RPM_BUILD_ROOT%{_libdir}/yp INSTALL_PROGRAM=install
mkdir -p $RPM_BUILD_ROOT%{initdir}
install -m644 etc/ypserv.conf $RPM_BUILD_ROOT%{_sysconfdir}
install -m755 $RPM_SOURCE_DIR/ypserv-ypserv.init $RPM_BUILD_ROOT%{initdir}/ypserv
@ -138,6 +138,13 @@ exit 0
%{_includedir}/*/*
%changelog
* Sat Sep 15 2007 Steve Dickson <steved@redhat.com> 2.19-6
- Fixed init scripts to return correct exit code on
'service status' (bz 248097)
* Tue Jul 31 2007 Steve Dickson <steved@redhat.com> 2.19-5
- Changed install process to create an useful debuginfo package (bz 249961)
* Fri Dec 22 2006 Steve Dickson <steved@redhat.com> - 2.19-4
- Made ypserver less verbose on common errors (bz #199236)
- Don't allow a make for empty domainname's or domainname's set to (none)