[dhcp-agent-commits] dhcp-agent UPGRADING,1.1.1.1,1.2
Status: Alpha
Brought to you by:
actmodern
From: <act...@us...> - 2002-12-30 00:48:19
|
Update of /cvsroot/dhcp-agent/dhcp-agent In directory sc8-pr-cvs1:/tmp/cvs-serv13278 Modified Files: UPGRADING Log Message: added some upgrade notes Index: UPGRADING =================================================================== RCS file: /cvsroot/dhcp-agent/dhcp-agent/UPGRADING,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -C2 -d -r1.1.1.1 -r1.2 *** UPGRADING 29 Oct 2002 17:11:02 -0000 1.1.1.1 --- UPGRADING 30 Dec 2002 00:48:16 -0000 1.2 *************** *** 2,6 **** ------------------ ! From dhcp-0.36 -------------- --- 2,34 ---- ------------------ ! Generally speaking "upgrading" at this point in the suite's ! development stage isn't recommended. Get rid of the old ! installation with make uninstall and reinstall from the new one. ! ! From dhcp-agent-0.37 ! -------------------- ! ! A lot has changed. Actually enough that you should probably do the following: ! ! If you already have a source tarball of the distribution you can ! configure it with the same prefix (or the default one) and do a ! make uninstall. You will also need to delete /etc/dhcpclient ! ! If you don't have a source tarball but installed everything in ! /usr/local you can do the following: ! ! rm -f /usr/local/bin/dhcpclient /usr/local/bin/dhcpsniff ! rm -f /usr/local/man/man1/dhcpclient.1 /usr/local/man/man1/dhcpsniff.1 ! ! Also delete the /etc/dhcpclient directory since it is no longer used. ! ! New binaries have a hypen in between dhcp and their name. So: ! ! dhcpclient is dhcp-client ! dhcpsniff is dhcp-sniff ! ! The same applies to the man pages. ! ! From dhcp-agent-0.36 -------------- |