Commit graph

8 commits

Author SHA1 Message Date
Doug Barton
83eb2c3700 In the rc.d scripts, change assignments to rcvar to use the
literal name_enable wherever possible, and ${name}_enable
when it's not, to prepare for the demise of set_rcvar().

In cases where I had to hand-edit unusual instances also
modify formatting slightly to be more uniform (and in
some cases, correct). This includes adding some $FreeBSD$
tags, and most importantly moving rcvar= to right after
name= so it's clear that one is derived from the other.
2012-01-14 08:57:23 +00:00
Beech Rintoul
2c52b32f2b - Update to 5.3
PR:		ports/160715
Submitted by:	Martin Pala <martinp@tildeslash.com> (maintainer)
2011-09-15 20:11:53 +00:00
Wesley Shields
b92554180c - Add patch to fix MySQL protocol testing with MySQL 5.1.57+ and 5.5.12+.
Taken from vendor repo (r372).
- Remove CPPFLAGS from CONFIGURE_ARGS as it is inherently passed via use of
  GNU_CONFIGURE. (quiets lint warning)
- Remove WITH_SSL option conditional and replace it with a WITHOUT_SSL
  conditional. SSL support is enabled by default in configure and the
  --enable-SSL and --with-openssl knobs have been removed. (quiets configure
  warning)
- Change Mk includes to use new options style.
- Fix WWW in pkg-descr.

PR:		ports/158198
Submitted by:	Jase Thew <freebsd@beardz.net>
Approved by:	Martin Pala <martinp@tildeslash.com> (maintainer)
2011-06-25 12:37:57 +00:00
Doug Barton
1d6b4b3f91 Begin the process of deprecating sysutils/rc_subr by
s#. %%RC_SUBR%%#. /etc/rc.subr#
2010-03-27 00:15:24 +00:00
Doug Barton
0869ce8ebd Fix the rc.d script for the case when there is no monit_enable in
rc.conf by adding a $ to the variable in the test.

Delete the empty variable assignment for _flags. These should never
be done, and the information about _flags is already in the comments.

Bump PORTREVISION to document the fix.
2010-03-17 02:46:53 +00:00
Wen Heping
4e166d517d - Improve rc script
PR:		ports/144772
Submitted by:	Martin Pala <martinp@tildeslash.com> (maintainer)
2010-03-16 02:09:44 +00:00
Marcus Alves Grando
928eb7f216 Update to 4.6
PR:		87231
Submitted by:	Martin Pala  <martinp@tildeslash.com> (maintainer)
2005-10-11 02:50:45 +00:00
Kirill Ponomarev
aa06cae11d Add monit 4.4, UNIX system management and monitoring tool.
Monit is a utility for managing and monitoring processes,
 files, directories, devices and network services on a Unix system.
 Monit conducts automatic maintenance and repair and can execute
 meaningful causal actions in error situations.

 monit supports:
  * Daemon mode - poll services at a specified interval
  * Group and manage groups of services, service dependencies
  * Logging - syslog or own logfile
  * Alert, start, stop and restart of services based on it's
  * characteristics
  * MD5 and SHA1 checksums
  * Runtime Unix socket and TCP/IP port checking (tcp and udp)
  * Process status, timeout, memory and cpu usage, etc.
  * Device usage monitoring (inodes and space)
  * File monitoring (timestamp, checksum, permission, owner, etc.)
  * Directory monitoring (timestamp, permission, owner, etc.)
  * Remote network services monitoring (ping, response time,
  * protocol, etc.)
  * System load average monitoring
  * Flexible and customizable email alert messages and notifications
  * Protocol verification such as HTTP, FTP, SMTP, POP, IMAP, NNTP,
  * etc.
  * A HTTP interface with XML output option

PR:		ports/75811
Submitted by:	Martin Pala <martinp at tildeslash.com>
2005-02-18 19:14:12 +00:00