View Single Post
  #2   (View Single Post)  
Old 25th January 2009
phoenix's Avatar
phoenix phoenix is offline
Risen from the ashes
 
Join Date: May 2008
Posts: 696
Default

Code:
# cd /usr/ports/net-mgmt/nagios
# make patch
<this will fetch the source, extract it, and patch it with any FreeBSD-specific patches)
# cd work/nagios-<version>/path/to/tcpip.cc
# ee tcpip.cc
<make changes as listed in the patch file>
# cd /usr/ports/net-mgmt/nagios
# make build
<make sure there are no errors in the build>
# pkg_delete -xi nagios
# make install
__________________
Freddie

Help for FreeBSD: Handbook, FAQ, man pages, mailing lists.
Reply With Quote