handle static-routes option properly in dhclient-script
This commit is contained in:
parent
501b6799a0
commit
deeebdf5d7
@ -65,6 +65,7 @@ Patch157: dhcp-3.0.3-dhclient-script-up-down-hooks.patch
|
|||||||
Patch158: dhcp-3.0.3-bz167273.patch
|
Patch158: dhcp-3.0.3-bz167273.patch
|
||||||
Patch159: dhcp-3.0.3-failover_ports.patch
|
Patch159: dhcp-3.0.3-failover_ports.patch
|
||||||
Patch160: dhcp-3.0.3-rt15293_bz160655.patch
|
Patch160: dhcp-3.0.3-rt15293_bz160655.patch
|
||||||
|
Patch161: dhcp-3.0.3-static-routes.patch
|
||||||
URL: http://isc.org/products/DHCP/
|
URL: http://isc.org/products/DHCP/
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
||||||
Prereq: /sbin/chkconfig
|
Prereq: /sbin/chkconfig
|
||||||
@ -171,8 +172,8 @@ Libraries for interfacing with the ISC DHCP server.
|
|||||||
%patch157 -p1 -b .dhclient-script-up-down-hooks
|
%patch157 -p1 -b .dhclient-script-up-down-hooks
|
||||||
%patch158 -p1 -b .bz167273
|
%patch158 -p1 -b .bz167273
|
||||||
%patch159 -p1 -b .failover_ports
|
%patch159 -p1 -b .failover_ports
|
||||||
%patch160 -p1 -b .fix_dhcpd_ms_trailing_nuls
|
%patch160 -p1 -b .rt15293_bz160655
|
||||||
#%patch160 -p1 -b .fix_dhcpd_ms_trailing_nuls
|
%patch161 -p1 -b .static-routes
|
||||||
cp %SOURCE1 .
|
cp %SOURCE1 .
|
||||||
cat <<EOF >site.conf
|
cat <<EOF >site.conf
|
||||||
VARDB=%{_localstatedir}/lib/dhcpd
|
VARDB=%{_localstatedir}/lib/dhcpd
|
||||||
@ -306,9 +307,10 @@ exit 0
|
|||||||
%{_mandir}/man3/*
|
%{_mandir}/man3/*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
* Thu Oct 13 2005 Jason Vas Dias <jvdias@redhat.com> - 11:3.0.3-8
|
* Thu Oct 13 2005 Jason Vas Dias <jvdias@redhat.com> - 11:3.0.3-10
|
||||||
- further fix for bug 160655 / ISC bug 15293 - upstream patch:
|
- further fix for bug 160655 / ISC bug 15293 - upstream patch:
|
||||||
do NOT always strip trailing nulls in the dhcpd server
|
do NOT always strip trailing nulls in the dhcpd server
|
||||||
|
- handle static-routes option properly in dhclient-script
|
||||||
|
|
||||||
* Fri Sep 23 2005 Jason Vas Dias <jvdias@redhat.com> - 11:3.0.3-7
|
* Fri Sep 23 2005 Jason Vas Dias <jvdias@redhat.com> - 11:3.0.3-7
|
||||||
- fix bug 169164: separate /var/lib/{dhcpd,dhclient} directories
|
- fix bug 169164: separate /var/lib/{dhcpd,dhclient} directories
|
||||||
|
Loading…
Reference in New Issue
Block a user