📄 upgrading
字号:
Notes on upgrading------------------Generally speaking "upgrading" at this point in the suite'sdevelopment stage isn't recommended. Get rid of the oldinstallation 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 canconfigure it with the same prefix (or the default one) and do amake uninstall. You will also need to delete /etc/dhcpclientIf 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/dhcpsniffrm -f /usr/local/man/man1/dhcpclient.1 /usr/local/man/man1/dhcpsniff.1Also 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-clientdhcpsniff is dhcp-sniffThe same applies to the man pages.From dhcp-agent-0.36--------------dhcpclient:The new parser requires strings with spaces to be wrapped inquotes. You can either hand edit the files in /etc/dhcpclient (orwhere the work directory is defined), and add these quotes ordelete the files so they are regenerated. This affects the cachetoo.-- Thamer Alharbash <tmh@whitefang.com>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -