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) | |
download | ports-23c844c03f755ec37b0625e1383abd65f5a7152c.tar.gz ports-23c844c03f755ec37b0625e1383abd65f5a7152c.zip |
Notes
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 |