Update of /cvsroot/dhcp-agent/dhcp-agent
In directory usw-pr-cvs1:/tmp/cvs-serv13104
Modified Files:
Makefile.am TODO
Added Files:
UPGRADING
Removed Files:
COMMENTS COST
Log Message:
added UPGRADING file; delete COMMENTS and COST :-)
--- NEW FILE: UPGRADING ---
Notes on upgrading
------------------
From dhcp-0.36
--------------
dhcpclient:
The new parser requires strings with spaces to be wrapped in
quotes. You can either hand edit the files in /etc/dhcpclient (or
where the work directory is defined), and add these quotes or
delete the files so they are regenerated. This affects the cache
too.
-- Thamer Alharbash <tm...@wh...>
Index: Makefile.am
===================================================================
RCS file: /cvsroot/dhcp-agent/dhcp-agent/Makefile.am,v
retrieving revision 1.20
retrieving revision 1.21
diff -C2 -d -r1.20 -r1.21
*** Makefile.am 17 Jun 2002 02:26:38 -0000 1.20
--- Makefile.am 17 Jun 2002 02:41:19 -0000 1.21
***************
*** 45,48 ****
AUTOMAKE_OPTIONS = foreign
! EXTRA_DIST = $(man_MANS) COMMENTS TODO LICENSE COST CAVEATS
--- 45,48 ----
AUTOMAKE_OPTIONS = foreign
! EXTRA_DIST = $(man_MANS) TODO LICENSE CAVEATS UPGRADING
Index: TODO
===================================================================
RCS file: /cvsroot/dhcp-agent/dhcp-agent/TODO,v
retrieving revision 1.27
retrieving revision 1.28
diff -C2 -d -r1.27 -r1.28
*** TODO 15 Jun 2002 18:23:28 -0000 1.27
--- TODO 17 Jun 2002 02:41:19 -0000 1.28
***************
*** 77,82 ****
-- be nice to servers. sort the list according to option tag value.
the highest value first seems about right.
- -- rawnet and the dhcp client control are foobared by a fake mac
- address. check, fix, clean.
-- clean up dhcp-packet-build.c
-- the rawnet routines should be a shared library due to too many
--- 77,80 ----
***************
*** 97,100 ****
the applicable dhcp-convert and then build the option wirh
create_dhcp_option(data, len, tag)
-
--- 95,97 ----
--- COMMENTS DELETED ---
--- COST DELETED ---
|