summaryrefslogtreecommitdiff
path: root/sysutils/monitord (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Rename sysutils/ patch-xy patches to reflect the files they modify.Adam Weinberger2014-07-291-0/+0
|
* remove empty patch file to fix build.Vanilla I. Shu2013-12-181-0/+0
| | | | Submitted by: Vasiliy P. Melnik <basil at vpm dot net dot ua>
* Support STAGEDIR.Vanilla I. Shu2013-11-154-30/+21
|
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-5/+2
| | | | sysutils)
* In the rc.d scripts, change assignments to rcvar to use theDoug Barton2012-01-141-1/+1
| | | | | | | | | | | 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.
* - Fix exits with wrong error codeMartin Wilke2011-11-242-3/+14
| | | | | | | | - Bump PORTREVISION PR: 162581 Submitted by: Ivan Voras <ivoras@gmail.com> Feature safe: yes
* - Get Rid MD5 supportMartin Wilke2011-03-191-1/+0
|
* Begin the process of deprecating sysutils/rc_subr byDoug Barton2010-03-271-1/+1
| | | | s#. %%RC_SUBR%%#. /etc/rc.subr#
* For ports maintained by ports@FreeBSD.org, remove names and/orDoug Barton2009-12-211-3/+0
| | | | | | | | e-mail addresses from the pkg-descr file that could reasonably be mistaken for maintainer contact information in order to avoid confusion on the part of users looking for support. As a pleasant side effect this also avoids confusion and/or frustration for people who are no longer maintaining those ports.
* - Add an rc.d scriptAndrew Pantyukhin2007-06-074-1/+47
| | | | | | | - Minor fixes - Add mirrors Submitted by: Alex Keda <admin@lissyara.su>
* Reset inactive maintainer who has not responded to email.Mark Linimon2006-09-061-1/+1
| | | | Hat: portmgr
* Fix a typo in the man pageEmanuel Haupt2006-05-051-2/+6
| | | | | | PR: 96521 Submitted by: laa@laa.zp.ua <laa@laa.zp.ua> Approved by: W. M. Shandruk <walt@erudition.net> (maintainer)
* - Add support to postfixMarcus Alves Grando2006-03-152-1/+41
| | | | | | | | - Bump PORTREVISION PR: 93291 Submitted by: Franz Klammer <klammer@webonaut.com> Approved by: maintainer timeout, 29 days
* SHA256ifyEdwin Groothuis2006-01-241-0/+1
| | | | Approved by: krion@
* Actually add patch file forgotten in previous commit.Alexey Dokuchaev2004-10-051-0/+18
| | | | | Approved by: portmgr (marcus) fjoe (mentor, implicit)
* Fix the build on 5.X and -CURRENT.Alexey Dokuchaev2004-10-051-7/+1
| | | | | | Reported by: kris Approved by: portmgr (marcus, krion (implicit)) foe (mentro, implicit)
* BROKEN on 5.x: Does not compileKris Kennaway2004-09-191-1/+7
| | | | Approved by: portmgr (self)
* SIZEify (maintainer timeout)Trevor Johnson2004-03-311-0/+1
|
* update to 0.4.1Yen-Ming Lee2003-08-225-23/+19
| | | | | PR: 55858 Submitted by: W. M. Shandruk <walt@erudition.net>
* De-pkg-comment.Akinori MUSHA2003-02-212-1/+1
|
* Add etc/ files management, and preserve etc/monitord.conf at "make install"Jimmy Olgeni2001-06-173-4/+9
| | | | time (it was overwritten by the program's Makefile).
* Update to the 0.2.0 version. Also make it use BSD_INSTALL_* macros and makeMaxim Sobolev2000-06-204-19/+32
| | | | | | | it PREFIX clean while I'm here. PR: 19294 Submitted by: W. M. Shandruk <walt@erudition.net>
* Add monitord, a simple service monitoring daemon that restarts a serviceWill Andrews2000-06-096-0/+44
should it go down (gee, does this sound like cron or what?). PR: 19011 Submitted by: Walt M. Shandruk <walt@erudition.net>