diff options
author | Philip M. Gollucci <pgollucci@FreeBSD.org> | 2008-09-03 00:30:56 +0000 |
---|---|---|
committer | Philip M. Gollucci <pgollucci@FreeBSD.org> | 2008-09-03 00:30:56 +0000 |
commit | 23c844c03f755ec37b0625e1383abd65f5a7152c (patch) | |
tree | 786821b95e26c2ceb9051761913ac50280b8411c /UPDATING | |
parent | bff99b527af46ea96018af43bc25826f16392c03 (diff) |
- repocopy net-mgmt/nagios -> net-mgmt/nagios2
and connect net-mgmt/nagios2 to the build
- Move net-mgmt/nagios-devel -> net-mgmt/nagios
(v3.0.3)
- Add note to UPDATING
o net-mgmt/nagios [3]
SF Macro
USE_RC_SUBR != yes (rename files/nagios.sh.in -> files/nagios.in)
OPTIONS+= EVENT_BROKER [1]
use @dirrmtry in pkg-plist
o net-mgmt/nagios12 [2]
SF Macro
USE_RC_SUBR != yes (files/nagios.sh.tmpl -> files/nagios.in)
Conversion to pkg-install, pkg-deinstall, pkg-message
use @dirrmtry in pkg-plist
o net-mgmt/nagios2 [4]
SF Macro
USE_RC_SUBR != yes (rename files/nagios.sh.in -> files/nagios.in)
PRs: ports/126758 [4]
ports/126761 [3]
ports/126754 [2]
ports/126684 [1]
Submitted by: Jarrod Sayers <jarrod@netleader.com.au> (maintainer)
Reworked by: pgollucci - freebsd ports infrastructure changes
Reviewed by: pgollucci
Approved by: gabor (mentor)
Notes
Notes:
svn path=/head/; revision=219702
Diffstat (limited to 'UPDATING')
-rw-r--r-- | UPDATING | 28 |
1 files changed, 28 insertions, 0 deletions
@@ -7,6 +7,34 @@ time you update your ports collection, before attempting any port upgrades. 20080902: + AFFECTS: users of net-mgmt/nagios and net-mgmt/nagios-devel + AUTHOR: Jarrod Sayers <jarrod@netleader.com.au> + + The stable Nagios port has now been updated to version 3.0.3. + Upgrading to this version shouldn't require any configuration + changes, but note that most sample configuration files have + moved into an objects/ directory. + + Nagios 2.12 is still available as net-mgmt/nagios2, use the + following to remain on this legacy stable branch: + + portmaster -o net-mgmt/nagios2 net-mgmt/nagios + + or, if you're using portupgrade: + + portupgrade -o net-mgmt/nagios2 net-mgmt/nagios + + Nagios 3.x development continues in net-mgmt/nagios-devel, + users of this port for production use should consider + switching to the stable branch using: + + portmaster -o net-mgmt/nagios net-mgmt/nagios-devel + + or, if you're using portupgrade: + + portupgrade -o net-mgmt/nagios net-mgmt/nagios-devel + +20080902: AFFECTS: users of math/ploticus AUTHOR: linimon@FreeBSD.org |