CVS log for ports/net-mgmt/nagios/distinfo
Up to [FreeBSD] / ports / net-mgmt / nagios
Request diff between arbitrary revisions
Keyword substitution: kv
Default branch: MAIN
Revision 1.48: download - view: text, markup, annotated - select for diffs
Tue Aug 23 01:50:48 2011 UTC (5 months, 2 weeks ago) by zi
Branches: MAIN
CVS tags: RELEASE_9_0_0, HEAD
Diff to: previous 1.47: preferred, colored
Changes since revision 1.47: +2 -2 lines
- Update to 3.3.1 [1] - Use USERS/GROUPS [1] - Fix whitespace in Makefile [1] - Add LICENSE [1] - Correct rc script issues [2] PR: ports/159304 Submitted by: Ryan Steinmetz (zi@) [1], Doug Barton (dougb@) [2] Approved by: wxs (mentor), maintainer
Revision 1.47: download - view: text, markup, annotated - select for diffs
Sun Oct 31 22:40:47 2010 UTC (15 months, 1 week ago) by ohauer
Branches: MAIN
CVS tags: RELEASE_8_2_0, RELEASE_7_4_0, RELEASE_6_EOL
Diff to: previous 1.46: preferred, colored
Changes since revision 1.46: +2 -3 lines
- update nagios-core to 3.2.3. This is a bugfix update only. Changelog: * Fixes problem where disabling all active hosts/services was not taking effect * Fixes for compiler warnings (code cleanup by Stephen Gran) * Fixes for format errors in event handler logging (Guillaume Rousse) * Fixed incorrect info in sample nagios.cfg file for state_retention_file (Michael Friedrich) * Fixed broker_event_handler() to return ERR if data is NULL (Michael Friedrich) PR: 151661 Submitted by: Alexander Wittig <alexander _at_ wittig.name> Approved by: maintainer, glarkin(mentor, implicit)
Revision 1.46: download - view: text, markup, annotated - select for diffs
Tue Sep 14 07:51:44 2010 UTC (16 months, 4 weeks ago) by decke
Branches: MAIN
Diff to: previous 1.45: preferred, colored
Changes since revision 1.45: +3 -3 lines
- Update to 3.2.2 PR: ports/150523 Submitted by: Jarrod Sayers <jarrod at downtools dot com dot au> (maintainer) Approved by: beat (co-mentor, implicit)
Revision 1.45: download - view: text, markup, annotated - select for diffs
Sun Apr 18 08:16:39 2010 UTC (21 months, 3 weeks ago) by mm
Branches: MAIN
CVS tags: RELEASE_8_1_0
Diff to: previous 1.44: preferred, colored
Changes since revision 1.44: +3 -3 lines
- Update to 3.2.1 [1] - Update maintainer e-mail address [2] PR: ports/145463 Submitted by: myself [1], maintainer [2] Approved by: maintainer
Revision 1.44: download - view: text, markup, annotated - select for diffs
Sat Nov 28 13:44:45 2009 UTC (2 years, 2 months ago) by miwi
Branches: MAIN
CVS tags: RELEASE_7_3_0
Diff to: previous 1.43: preferred, colored
Changes since revision 1.43: +3 -3 lines
- Update to 3.2.0 Changelog: http://www.nagios.org/development/history/core-3x PR: 139210 Submitted by: Jarrod Sayers <jarrod@netleader.com.au> (maintainer) Runtime test by:Frank Steinborn
Revision 1.43: download - view: text, markup, annotated - select for diffs
Wed Dec 10 00:31:50 2008 UTC (3 years, 2 months ago) by wxs
Branches: MAIN
CVS tags: RELEASE_8_0_0, RELEASE_7_2_0
Diff to: previous 1.42: preferred, colored
Changes since revision 1.42: +3 -3 lines
Update to Nagios 3.0.6. - Fix for CGI submission of external commands (writing newlines and submitting service comments) - Fix for Apache group membership in RPM spec file - Fix for improper notification propagation command processing - Better out-of-disk-space error handling when writing retention and status files - Disabled adaptive check and eventhandler commands for security reasons - Fix for reading output from system commands (event handlers, etc) that have timed out - Added wildcard host matching in CGIs - Fixes for playing audio alerts in CGIs - Fix for incorrect host status links in status CGI when viewing hostgroup summary - Added support for x509 cert authentication in the CGIs PR: ports/129409 Submitted by: Jarrod Sayers <jarrod@netleader.com.au> (maintainer)
Revision 1.42: download - view: text, markup, annotated - select for diffs
Sat Nov 8 20:08:24 2008 UTC (3 years, 3 months ago) by miwi
Branches: MAIN
Diff to: previous 1.41: preferred, colored
Changes since revision 1.41: +3 -3 lines
- Update to 3.0.5 PR: 128596 Submitted by: Jarrod Sayers <jarrod@netleader.com.au> (maintainer)
Revision 1.41: download - view: text, markup, annotated - select for diffs
Fri Oct 24 14:22:49 2008 UTC (3 years, 3 months ago) by miwi
Branches: MAIN
Diff to: previous 1.40: preferred, colored
Changes since revision 1.40: +3 -3 lines
- Update to 3.0.4 Note: Included are updated suggestions from ports/128226. The correction to the ping command has been extended into the online documentation and the -U option removed as it's not supported. Also, the default for time_change_threshold is set to that in include/nagios.h. PR: 128306 Submitted by: Jarrod Sayers <jarrod@netleader.com.au> (maintainer)
Revision 1.40: download - view: text, markup, annotated - select for diffs
Wed Sep 3 00:30:55 2008 UTC (3 years, 5 months ago) by pgollucci
Branches: MAIN
CVS tags: RELEASE_7_1_0, RELEASE_6_4_0
Diff to: previous 1.39: preferred, colored
Changes since revision 1.39: +3 -3 lines
- 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)
Revision 1.39: download - view: text, markup, annotated - select for diffs
Wed May 28 22:34:24 2008 UTC (3 years, 8 months ago) by wxs
Branches: MAIN
CVS tags: RELEASE_5_EOL
Diff to: previous 1.38: preferred, colored
Changes since revision 1.38: +3 -3 lines
Update to 2.12. Minor bug fixes and an XSS fix (security). PR: ports/123893 Submitted by: Jarrod Sayers <jarrod@netleader.com.au> Approved by: garga (mentor, implicit) Security: http://www.vuxml.org/freebsd/fbd7aa81-2cc1-11dd-8cfb-00e0815b8da8.html
Revision 1.38: download - view: text, markup, annotated - select for diffs
Sat Mar 22 12:03:26 2008 UTC (3 years, 10 months ago) by rafan
Branches: MAIN
Diff to: previous 1.37: preferred, colored
Changes since revision 1.37: +3 -3 lines
- Update to 2.11 [1] - Fix wrong mail program path in sample config file [2] PR: ports/121866 [1], ports/120320 [2] Submitted by: Jarrod Sayers <jarrod at netleader.com.au> (maintainer) [1]
Revision 1.37: download - view: text, markup, annotated - select for diffs
Wed Dec 12 13:57:52 2007 UTC (4 years, 2 months ago) by miwi
Branches: MAIN
Diff to: previous 1.36: preferred, colored
Changes since revision 1.36: +3 -3 lines
- Update to 2.10 PR: 117742 Submitted by: Jarrod Sayers <jarrod@netleader.com.au> (maintainer)
Revision 1.36: download - view: text, markup, annotated - select for diffs
Sun Apr 15 18:55:26 2007 UTC (4 years, 9 months ago) by miwi
Branches: MAIN
CVS tags: RELEASE_7_0_0, RELEASE_6_3_0, PRE_XORG_7
Diff to: previous 1.35: preferred, colored
Changes since revision 1.35: +3 -3 lines
- Update to 2.9 Changelog: - Fix for incorrect performance data file write/append mode options - Fix for current status of hosts with no host check command defined - SIGSEGV signals should now be logged again (broken in 2.8) - Configure script fix for no mail program found/installed on system - Configure script option bug fixes for cygwin and embedded perl - Command definitions and host/service plugin perfdata with HTML should now be escaped in CGIs - Patch for incorrect time down percentage in availability CGI - Updated init script to fix a race condition during restarts PR: 111505 Submitted by: Jarrod Sayers <jarrod@netleader.com.au> (maintainer)
Revision 1.35: download - view: text, markup, annotated - select for diffs
Tue Mar 13 13:27:13 2007 UTC (4 years, 11 months ago) by miwi
Branches: MAIN
Diff to: previous 1.34: preferred, colored
Changes since revision 1.34: +3 -3 lines
Update to Nagios 2.8: - Bug fix for calculating notification interval with service escalations - Bug fix for using servicegroups in service dependency definitions - Bug fix for bad date format submission in command CGI - Possible segfault fix during restarts when daemon was performing host checks - Fix for missing check timeout in event broker calls - Fix for handling signals under NPTL - Added error messages for passive service checks that don't correspond to a defined service PR: 110262 Submitted by: Jarrod Sayers <jarrod@netleader.com.au> (maintainer)
Revision 1.34: download - view: text, markup, annotated - select for diffs
Sun Jan 28 00:31:19 2007 UTC (5 years ago) by pav
Branches: MAIN
CVS tags: RELEASE_4_EOL
Diff to: previous 1.33: preferred, colored
Changes since revision 1.33: +3 -3 lines
- Update to 2.7 - Change examples to read freebsd-server instead of linux-server PR: ports/108417 Submitted by: Jarrod Sayers <jarrod@netleader.com.au> (maintainer)
Revision 1.33: download - view: text, markup, annotated - select for diffs
Sat Dec 9 09:12:24 2006 UTC (5 years, 2 months ago) by miwi
Branches: MAIN
Diff to: previous 1.32: preferred, colored
Changes since revision 1.32: +3 -3 lines
- Update to 2.6 PR: ports/106502 Submitted by: Jarrod Sayers <jarrod@netleader.com.au> (maintainer)
Revision 1.32: download - view: text, markup, annotated - select for diffs
Tue Jul 18 11:16:48 2006 UTC (5 years, 6 months ago) by garga
Branches: MAIN
CVS tags: RELEASE_6_2_0
Diff to: previous 1.31: preferred, colored
Changes since revision 1.31: +3 -3 lines
Update to 2.5 PR: ports/100373 Submitted by: maintainer
Revision 1.31: download - view: text, markup, annotated - select for diffs
Sun Jun 4 16:39:50 2006 UTC (5 years, 8 months ago) by erwin
Branches: MAIN
Diff to: previous 1.30: preferred, colored
Changes since revision 1.30: +3 -3 lines
Update to 2.4 PR: 98413 Submitted by: Jarrod Sayers <jarrod@netleader.com.au> (maintainer)
Revision 1.30: download - view: text, markup, annotated - select for diffs
Sat May 27 02:27:12 2006 UTC (5 years, 8 months ago) by lawrance
Branches: MAIN
Diff to: previous 1.29: preferred, colored
Changes since revision 1.29: +3 -3 lines
Update to 2.3.1. PR: ports/97328 Submitted by: Jarrod Sayers <jarrod@netleader.com.au> (maintainer)
Revision 1.29: download - view: text, markup, annotated - select for diffs
Sat May 6 23:37:01 2006 UTC (5 years, 9 months ago) by mnag
Branches: MAIN
Diff to: previous 1.28: preferred, colored
Changes since revision 1.28: +3 -3 lines
- Update to 2.3 - portlint(1) PR: 96843 Submitted by: maintainer
Revision 1.28: download - view: text, markup, annotated - select for diffs
Sat Apr 15 16:13:46 2006 UTC (5 years, 9 months ago) by pav
Branches: MAIN
Diff to: previous 1.27: preferred, colored
Changes since revision 1.27: +3 -3 lines
- Update to 2.2 PR: ports/95739 Submitted by: Jarrod Sayers <jarrod@netleader.com.au> (maintainer)
Revision 1.27: download - view: text, markup, annotated - select for diffs
Fri Feb 10 09:49:06 2006 UTC (6 years ago) by demon
Branches: MAIN
CVS tags: RELEASE_6_1_0, RELEASE_5_5_0
Diff to: previous 1.26: preferred, colored
Changes since revision 1.26: +3 -3 lines
Update to 2.0 release. PR: 93084 Submitted by: maintainer
Revision 1.26: download - view: text, markup, annotated - select for diffs
Tue Jan 17 10:39:58 2006 UTC (6 years ago) by tdb
Branches: MAIN
Diff to: previous 1.25: preferred, colored
Changes since revision 1.25: +3 -2 lines
Update to nagios-2.0.r2 includes: - Added SHA256 checksum to distinfo - Added reload argument to nagios.sh script - PERL_SYS_INIT3 fix now committed to Nagios CVS, patch redundant - Removed duplicated etc/rc.d/nagios.sh from pkg-plist PR: 91892 Submitted by: Jarrod Sayers <jarrod@netleader.com.au> (maintainer)
Revision 1.25: download - view: text, markup, annotated - select for diffs
Mon Jan 9 00:54:01 2006 UTC (6 years, 1 month ago) by edwin
Branches: MAIN
Diff to: previous 1.24: preferred, colored
Changes since revision 1.24: +2 -2 lines
[maintainer-update] net-mgmt/nagios: Update to 2.0.r1 Update to 2.0.r1 also includes: - Rewrite of port Makefile, options closer aligned in order to bsd.port.mk - Added dependency of libiconv (library required by CGI's, currently installed via nagios-plugins port) - Added support for embedded Perl interpreter (requires Perl 5.8+), caching automatically assumed if enabled, off by default - Added support for use of nanosleep() in event timings, off by default - Added ability to override default view at http://webserver/nagios/ URL, suggested values listed in Makefile (validity after future Nagios releases not guaranteed) - Default install location for web component moved to www/nagios, overridable using existing NAGIOSWWWDIR tunable - Corrected minor build issues by tweaking use of CFLAGS - Moved pkg-install, pkg-deinstall and pkg-message into SUB_FILES - Added configuration file tunable (nagios_configfile) for /etc/rc.conf - Configuration tests now show error on failure instead of command to run - Host status (status.sav) now saved across application starts and restarts - Added patch to correct PERL_SYS_INIT3 call in base/utils.c, patch supplied and tested by Karl Friesen <krf@splip.com>, thanks! - Added Apache configuration suggestion in pkg-message for new installs Files changed: - ports/net-mgmt/nagios/Makefile - ports/net-mgmt/nagios/distinfo - ports/net-mgmt/nagios/files/patch-Makefile.in - ports/net-mgmt/nagios/pkg-plist Files created: - ports/net-mgmt/nagios/files/nagios.sh.in - ports/net-mgmt/nagios/files/patch-base-utils.c - ports/net-mgmt/nagios/files/patch-contrib-Makefile.in - ports/net-mgmt/nagios/files/pkg-deinstall.in - ports/net-mgmt/nagios/files/pkg-install.in - ports/net-mgmt/nagios/files/pkg-message.in Files to be removed: - ports/net-mgmt/nagios/files/DEINSTALL.tmpl - ports/net-mgmt/nagios/files/INSTALL.tmpl - ports/net-mgmt/nagios/files/MESSAGE.tmpl - ports/net-mgmt/nagios/files/nagios.sh.tmpl PR: ports/91499 Submitted by: Jarrod Sayers <jarrod@netleader.com.au>
Revision 1.24: download - view: text, markup, annotated - select for diffs
Sat Dec 3 02:32:49 2005 UTC (6 years, 2 months ago) by edwin
Branches: MAIN
Diff to: previous 1.23: preferred, colored
Changes since revision 1.23: +2 -2 lines
[maintainer-update] net-mgmt/nagios: Update to Nagios 2.0.b6 Update net-mgmt/nagios to Nagios 2.0.b6. - Changed license to specifically state GPL version 2 - Minor fixes to sample nagios.cfg config file - Fix for non-US date formats in command CGI - Spec file updates - Include file modifications for C++ event broker modules - Minor event broker changes (addition of timed event "sleep" data) - Added some sanity checks during write of status data for full partitions - Sample web server config file changes - Doc updates PR: ports/89869 Sumitted by: Jarrod Sayers <jarrod@netleader.com.au>
Revision 1.23: download - view: text, markup, annotated - select for diffs
Tue Nov 15 12:42:05 2005 UTC (6 years, 2 months ago) by lawrance
Branches: MAIN
Diff to: previous 1.22: preferred, colored
Changes since revision 1.22: +2 -2 lines
Update to 2.0.b5 PR: ports/89054 Submitted by: Jarrod Sayers <jarrod@netleader.com.au>
Revision 1.22: download - view: text, markup, annotated - select for diffs
Wed Aug 31 12:29:48 2005 UTC (6 years, 5 months ago) by sem
Branches: MAIN
Diff to: previous 1.21: preferred, colored
Changes since revision 1.21: +2 -2 lines
- Update to 2.0.b4 PR: ports/84504 Submitted by: maintainer
Revision 1.21: download - view: text, markup, annotated - select for diffs
Tue Apr 5 17:17:52 2005 UTC (6 years, 10 months ago) by demon
Branches: MAIN
CVS tags: RELEASE_6_0_0
Diff to: previous 1.20: preferred, colored
Changes since revision 1.20: +2 -2 lines
Upgrade to version 2.0b3 PR: 79565 Submitted by: maintainer
Revision 1.20: download - view: text, markup, annotated - select for diffs
Mon Feb 14 21:52:42 2005 UTC (6 years, 11 months ago) by pav
Branches: MAIN
CVS tags: RELEASE_5_4_0
Diff to: previous 1.19: preferred, colored
Changes since revision 1.19: +2 -2 lines
- Update to 2.0b2 WARNING: This version removes MySQL and PostgreSQL support. PR: ports/77478 Submitted by: Blaz Zupan <blaz@si.FreeBSD.org> (maintainer)
Revision 1.19: download - view: text, markup, annotated - select for diffs
Wed Mar 31 03:10:28 2004 UTC (7 years, 10 months ago) by trevor
Branches: MAIN
CVS tags: RELEASE_5_3_0, RELEASE_4_11_0, RELEASE_4_10_0
Diff to: previous 1.18: preferred, colored
Changes since revision 1.18: +1 -0 lines
SIZEify (maintainer timeout)
Revision 1.18: download - view: text, markup, annotated - select for diffs
Wed Feb 11 04:56:00 2004 UTC (8 years ago) by linimon
Branches: MAIN
Diff to: previous 1.17: preferred, colored
Changes since revision 1.17: +1 -1 lines
Update to 1.2: mostly bugfixes, but also configuration for other OSes. See Changelog for details. Details about the changes to the port (as differntiated from the source): - we depend on perl5 on build - remove nagmin support as the nagmin port was never commited - add rc.subr support - document supported tunables - add post-install documentation that documents the remaining steps the user needs to take to finish the installation - add deinstallation script the reminds the user to remove the username, group and directory PR: ports/62537 Submitted by: Blaz Zupan <blaz@si.FreeBSD.org> (maintainer)
Revision 1.17: download - view: text, markup, annotated - select for diffs
Sun Jun 8 12:55:22 2003 UTC (8 years, 8 months ago) by edwin
Branches: MAIN
CVS tags: old_RELEASE_5_2_1, old_RELEASE_5_2_0, old_RELEASE_4_9_0
Diff to: previous 1.16: preferred, colored
Changes since revision 1.16: +1 -1 lines
[MAINTAINER-UPDATE] Update nagios to 1.1 - update nagios port to 1.1 - add NAGIOS_FILE_PERFDATA switch to enable collection of performance data to a file (suggested by Douglas K. Rand <rand@meridian-enviro.com>) PR: ports/53034 Submitted by: Blaz Zupan <blaz.zupan@amis.net>
Revision 1.16: download - view: text, markup, annotated - select for diffs
Fri Jan 3 19:07:18 2003 UTC (9 years, 1 month ago) by petef
Branches: MAIN
CVS tags: old_RELEASE_5_1_0, old_RELEASE_4_8_0
Diff to: previous 1.15: preferred, colored
Changes since revision 1.15: +1 -1 lines
Update to 1.0. Submitted by: maintainer
Revision 1.15: download - view: text, markup, annotated - select for diffs
Tue Sep 17 02:28:02 2002 UTC (9 years, 4 months ago) by kuriyama
Branches: MAIN
CVS tags: old_RELEASE_5_0_0, old_RELEASE_4_7_0
Diff to: previous 1.14: preferred, colored
Changes since revision 1.14: +1 -1 lines
Upgrade to 1.0b6. Submitted by: Blaz Zupan <blaz@si.FreeBSD.org>
Revision 1.14: download - view: text, markup, annotated - select for diffs
Tue Sep 10 03:14:23 2002 UTC (9 years, 5 months ago) by kuriyama
Branches: MAIN
Diff to: previous 1.13: preferred, colored
Changes since revision 1.13: +1 -1 lines
Upgrade to 1.0.b5. Submitted by: Thomas Vogt <thomas.vogt@bsdunix.ch> via maintaiiner
Revision 1.13: download - view: text, markup, annotated - select for diffs
Mon Jul 22 03:19:03 2002 UTC (9 years, 6 months ago) by kuriyama
Branches: MAIN
Diff to: previous 1.12: preferred, colored
Changes since revision 1.12: +1 -1 lines
Upgrade to 1.0b4. Depends on nagios-plugins. Submitted by: Blaz Zupan <blaz@si.FreeBSD.org>
Revision 1.12: download - view: text, markup, annotated - select for diffs
Tue Jun 11 08:14:22 2002 UTC (9 years, 8 months ago) by kuriyama
Branches: MAIN
Diff to: previous 1.11: preferred, colored
Changes since revision 1.11: +1 -1 lines
Upgrade to 1.0b3. Submitted by: maintainer
Revision 1.11: download - view: text, markup, annotated - select for diffs
Mon Jun 3 03:09:20 2002 UTC (9 years, 8 months ago) by kuriyama
Branches: MAIN
Diff to: previous 1.10: preferred, colored
Changes since revision 1.10: +1 -1 lines
Update to 1.0b2. Approved by: maintainer
Revision 1.10: download - view: text, markup, annotated - select for diffs
Wed May 29 06:35:16 2002 UTC (9 years, 8 months ago) by kuriyama
Branches: MAIN
Diff to: previous 1.9: preferred, colored
Changes since revision 1.9: +1 -2 lines
Add nagios-1.0b1 after repocopy from net/netsaint. Submitted by: Blaz Zupan <blaz.zupan@amis.net> PR: ports/38550
Revision 1.9: download - view: text, markup, annotated - select for diffs
Wed Mar 13 21:26:20 2002 UTC (9 years, 11 months ago) by demon
Branches: MAIN
CVS tags: old_old_RELEASE_5_0_DP1, old_old_RELEASE_4_6_0
Diff to: previous 1.8: preferred, colored
Changes since revision 1.8: +1 -1 lines
Upgrade to version 0.0.7 PR: 35844 Submitted by: MAINTAINER Bump PORTEPOCH due to malformed previous PORTVERSION (0.0.7b8 > 0.0.7)
Revision 1.8: download - view: text, markup, annotated - select for diffs
Sun Dec 16 17:33:04 2001 UTC (10 years, 1 month ago) by dwcjr
Branches: MAIN
CVS tags: old_old_RELEASE_4_5_0
Diff to: previous 1.7: preferred, colored
Changes since revision 1.7: +1 -1 lines
Update netsaint to 0.0.7b8 backs out revision 1.3 of net/netsaint-plugins/scripts/configure which broke the port. Submitted by: maintainer
Revision 1.7: download - view: text, markup, annotated - select for diffs
Sun Sep 23 02:06:41 2001 UTC (10 years, 4 months ago) by dwcjr
Branches: MAIN
Diff to: previous 1.6: preferred, colored
Changes since revision 1.6: +1 -0 lines
Add BSD graphics to this port and swap with linux graphics Bump PORTREVISION PR: 30621 Submitted by: Dan Langille No reaponse: maintainer
Revision 1.6: download - view: text, markup, annotated - select for diffs
Tue Jul 10 00:35:43 2001 UTC (10 years, 7 months ago) by dwcjr
Branches: MAIN
CVS tags: old_old_RELEASE_4_4_0
Diff to: previous 1.5: preferred, colored
Changes since revision 1.5: +1 -1 lines
Update to 0.0.7b6 PR: 28504 Submitted by: Phil Homewood <pdh@moreton.com.au> No response: maintainer (has been really busy at work)
Revision 1.5: download - view: text, markup, annotated - select for diffs
Thu May 17 06:02:04 2001 UTC (10 years, 8 months ago) by ijliao
Branches: MAIN
Diff to: previous 1.4: preferred, colored
Changes since revision 1.4: +1 -1 lines
upgrade netsaint -> 0.0.7b4, netsaint-plugins -> 1.2.9.4 change maintainer email address PR: 27012, 27013 Submitted by: MAINTAINER
Revision 1.4: download - view: text, markup, annotated - select for diffs
Tue Apr 3 22:07:20 2001 UTC (10 years, 10 months ago) by mharo
Branches: MAIN
CVS tags: old_old_RELEASE_4_3_0
Diff to: previous 1.3: preferred, colored
Changes since revision 1.3: +1 -1 lines
- update to netsaint 0.0.7b3
- install configuration files with .dist suffix so that users configuration
files are not deleted on package removal
- create ${PREFIX}/var/netsaint/rw directory needed for correct operation
of CGI script
- fix netsaint.log file permission problem
- depend on netsaint-plugins port
PR: 26328
Submitted by: maintainer
Revision 1.3: download - view: text, markup, annotated - select for diffs
Fri Mar 9 21:06:32 2001 UTC (10 years, 11 months ago) by sf
Branches: MAIN
Diff to: previous 1.2: preferred, colored
Changes since revision 1.2: +1 -1 lines
update to 0.0.7b2. PR: 25482 Submitted by: George Reid <greid@ukug.uk.freebsd.org>
Revision 1.2: download - view: text, markup, annotated - select for diffs
Fri Jan 12 23:36:31 2001 UTC (11 years, 1 month ago) by mharo
Branches: MAIN
Diff to: previous 1.1: preferred, colored
Changes since revision 1.1: +1 -1 lines
update to 0.0.6
Revision 1.1: download - view: text, markup, annotated - select for diffs
Wed Jul 12 18:43:31 2000 UTC (11 years, 7 months ago) by will
Branches: MAIN
CVS tags: old_old_RELEASE_4_2_0, old_old_RELEASE_4_1_1, old_old_RELEASE_4_1_0
Add NetSaint 0.0.5-2, an extremely powerful network monitoring system. Patches submitted by: Jim Sloan <odinn@atlantabiker.net>, to whom I am extremely grateful! Thanks!
