From d713451d9370db0935b45f7a15731014d5ce58c0 Mon Sep 17 00:00:00 2001 From: jvdias Date: Tue, 16 May 2006 16:48:14 +0000 Subject: [PATCH] fix bug 191470: prevent dhcpd putting 8-byte dhcp-lease-time option in packets --- dhcp.spec | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/dhcp.spec b/dhcp.spec index 4fb7328..3741c71 100644 --- a/dhcp.spec +++ b/dhcp.spec @@ -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