auto-import changelog data from dhcp-2.0pl5-4.src.rpm

Wed Feb 14 2001 Tim Waugh <twaugh@redhat.com>
- Fix initscript typo (bug #27624).
Wed Feb 07 2001 Trond Eivind Glomsrd <teg@redhat.com>
- Improve spec file i18n
Mon Feb 05 2001 Bernhard Rosenkraenzer <bero@redhat.com>
- i18nize init script (#26084)
Sun Sep 10 2000 Florian La Roche <Florian.LaRoche@redhat.de>
- update to 2.0pl5
- redo buildroot patch
This commit is contained in:
cvsdist 2004-09-09 04:10:54 +00:00
parent ef67d481b9
commit 602bc4443f
4 changed files with 25 additions and 11 deletions

View File

@ -1 +1 @@
dhcp-2.0.tar.gz dhcp-2.0pl5.tar.gz

View File

@ -1,16 +1,16 @@
Summary: A DHCP (Dynamic Host Configuration Protocol) server and relay agent. Summary: A DHCP (Dynamic Host Configuration Protocol) server and relay agent.
Name: dhcp Name: dhcp
Epoch: 1 Epoch: 1
Version: 2.0 Version: 2.0pl5
Release: 12 Release: 4
Copyright: distributable Copyright: distributable
Group: System Environment/Daemons Group: System Environment/Daemons
Source0: ftp://ftp.isc.org/isc/dhcp/dhcp-%{version}.tar.gz Source0: ftp://ftp.isc.org/isc/dhcp/dhcp-%{version}.tar.gz
Source1: dhcpd.conf.sample Source1: dhcpd.conf.sample
Source2: dhcpd.init Source2: dhcpd.init
Patch0: dhcp-%{version}-buildroot.patch Patch0: dhcp-2.0-buildroot.patch
Patch1: dhcp-%{version}-js.patch Patch1: dhcp-2.0-js.patch
Patch2: dhcp-%{version}-unaligned.patch Patch2: dhcp-2.0-unaligned.patch
Obsoletes: dhcpd Obsoletes: dhcpd
BuildRoot: %{_tmppath}/%{name}-%{version}-root BuildRoot: %{_tmppath}/%{name}-%{version}-root
@ -28,7 +28,7 @@ the DHCP client daemon, on client machines.
%prep %prep
%setup -q %setup -q
%patch0 -p1 -b .ewt %patch0 -p1
%patch1 -p1 -b .js %patch1 -p1 -b .js
%ifarch sparc sparc64 alpha %ifarch sparc sparc64 alpha
%patch2 -p1 -b .unaligned %patch2 -p1 -b .unaligned
@ -93,6 +93,19 @@ fi
#/usr/man/man8/dhclient-script.8 #/usr/man/man8/dhclient-script.8
%changelog %changelog
* Wed Feb 14 2001 Tim Waugh <twaugh@redhat.com>
- Fix initscript typo (bug #27624).
* Wed Feb 7 2001 Trond Eivind Glomsrød <teg@redhat.com>
- Improve spec file i18n
* Mon Feb 5 2001 Bernhard Rosenkraenzer <bero@redhat.com>
- i18nize init script (#26084)
* Sun Sep 10 2000 Florian La Roche <Florian.LaRoche@redhat.de>
- update to 2.0pl5
- redo buildroot patch
* Wed Aug 30 2000 Matt Wilson <msw@redhat.com> * Wed Aug 30 2000 Matt Wilson <msw@redhat.com>
- rebuild to cope with glibc locale binary incompatibility, again - rebuild to cope with glibc locale binary incompatibility, again

View File

@ -20,10 +20,11 @@
[ -f /var/lib/dhcp/dhcpd.leases ] || exit 0 [ -f /var/lib/dhcp/dhcpd.leases ] || exit 0
RETVAL=0 RETVAL=0
prog="dhcpd"
start() { start() {
# Start daemons. # Start daemons.
echo -n "Starting dhcpd: " echo -n $"Starting $prog: "
daemon /usr/sbin/dhcpd daemon /usr/sbin/dhcpd
RETVAL=$? RETVAL=$?
echo echo
@ -33,7 +34,7 @@ start() {
stop() { stop() {
# Stop daemons. # Stop daemons.
echo -n "Shutting down dhcpd: " echo -n $"Shutting down $prog: "
killproc dhcpd killproc dhcpd
RETVAL=$? RETVAL=$?
echo echo
@ -66,7 +67,7 @@ case "$1" in
RETVAL=$? RETVAL=$?
;; ;;
*) *)
echo "Usage: dhcpd {start|stop|restart|condrestart|status}" echo $"Usage: $0 {start|stop|restart|condrestart|status}"
exit 1 exit 1
esac esac

View File

@ -1 +1 @@
eff5d5359a50f878e4c0da082bf10475 dhcp-2.0.tar.gz ab22f363a7aff924e2cc9d1019a21498 dhcp-2.0pl5.tar.gz