fix bug 191470: prevent dhcpd putting 8-byte dhcp-lease-time option in

packets
This commit is contained in:
jvdias 2006-05-16 16:48:14 +00:00
parent 2c3ccbb0df
commit d713451d93

View File

@ -312,11 +312,11 @@ chmod 755 %{buildroot}/sbin/dhclient-script
# Why not ship the doc/ documentation ? Some of it is quite useful.
# Also generate DHCP options tables for C, perl, python:
#
chmod +x %SOURCE9
%SOURCE9 > doc/dhcp_options.h
%SOURCE9 -pe > doc/dhcp_options.pl
%SOURCE9 -py > doc/dhcp_options.py
%SOURCE9 -d > doc/dhcp_options.txt
#chmod +x %SOURCE9
#%SOURCE9 > doc/dhcp_options.h
#%SOURCE9 -pe > doc/dhcp_options.pl
#%SOURCE9 -py > doc/dhcp_options.py
#%SOURCE9 -d > doc/dhcp_options.txt
#
# Fix bug 163367: install default (empty) dhcpd.conf:
cp -fp %SOURCE4 %{buildroot}/etc