FreeBSD Bugzilla – Attachment 38462 Details for
Bug 60871
Fix net/pxe on 5.X
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
pxe.patch
pxe.patch (text/plain), 1.32 KB, created by
Sean Chittenden
on 2004-01-03 21:10:07 UTC
(
hide
)
Description:
pxe.patch
Filename:
MIME Type:
Creator:
Sean Chittenden
Created:
2004-01-03 21:10:07 UTC
Size:
1.32 KB
patch
obsolete
>diff -ruN pxe/Makefile /home/samy/tmp/pxe/Makefile >--- pxe/Makefile Mon Dec 22 05:07:01 2003 >+++ /home/samy/tmp/pxe/Makefile Sat Jan 3 17:26:37 2004 >@@ -21,12 +21,6 @@ > > DOCS= Changes INSTALL LICENCE README > >-.include <bsd.port.pre.mk> >- >-.if ${OSVERSION} >= 500113 >-BROKEN= "Does not compile on FreeBSD ${OSVERSION}" >-.endif >- > do-install: > ${INSTALL_PROGRAM} ${WRKSRC}/pxe ${PREFIX}/sbin/ > ${INSTALL_DATA} ${WRKSRC}/pxe.conf ${PREFIX}/etc/pxe.conf.sample >@@ -37,4 +31,4 @@ > .endfor > .endif > >-.include <bsd.port.post.mk> >+.include <bsd.port.mk> >diff -ruN pxe/files/patch-packetstore.cc /home/samy/tmp/pxe/files/patch-packetstore.cc >--- pxe/files/patch-packetstore.cc Thu Jan 1 03:00:00 1970 >+++ /home/samy/tmp/pxe/files/patch-packetstore.cc Sat Jan 3 17:26:04 2004 >@@ -0,0 +1,15 @@ >+--- packetstore.cc.orig Sat Jan 3 17:24:11 2004 >++++ packetstore.cc Sat Jan 3 17:25:31 2004 >+@@ -26,9 +26,9 @@ >+ /* some global variables */ >+ const char *DHCP_types[DHCP_MAX_TYPES] = >+ { >+- {"INVALID"}, {"DHCPDISCOVER"}, {"DHCPOFFER"}, {"DHCPREQUEST"}, >+- {"DHCPDECLINE"}, {"DHCPACK"}, {"DHCPNACK"}, {"DHCPRELEASE"}, >+- {"DHCPINFORM"} >++ "INVALID", "DHCPDISCOVER", "DHCPOFFER", "DHCPREQUEST", >++ "DHCPDECLINE", "DHCPACK", "DHCPNACK", "DHCPRELEASE", >++ "DHCPINFORM" >+ }; >+ >+ /******************************************************************************
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 60871
: 38462