summaryrefslogtreecommitdiff
path: root/sysutils/daemontools (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Install the sample startup script directly to etc/rc.d/, instead ofPeter Pentchev2003-01-172-7/+3
| | | | | | | | | | putting it into the examples directory, where next to nobody found it. Requested by: Dan Langille <dan@langille.org>, Antoine Beaupre <anarcat@anarcat.ath.cx> - both months ago Notes: svn path=/head/; revision=73356
* Install Gerritt Pape's manual pages unless WITHOUT_MAN is defined.Peter Pentchev2002-02-073-1/+20
| | | | | | | Properly remove the sample svscan.sh script at deinstall time. Notes: svn path=/head/; revision=54314
* Tweak the startup script so that it is *really* a FreeBSD startupPeter Pentchev2002-01-282-3/+31
| | | | | | | | | | | | | | | script; that is, add 'start|stop' argument processing and the ability to actually stop the script. Bump PORTREVISION to indicate a functionality change - or rather, to indicate a change that actually makes this a FreeBSD port.. Final push by: Dan Langille <dan@langille.org> in a somewhat unrelated e-mail exchange Obtained from: a svscan SysV init script that I somehow managed to lose the source and URL for :( Notes: svn path=/head/; revision=53924
* Update to 0.76.Peter Pentchev2002-01-046-31/+45
| | | | | | | | | | Assume maintainership. Reviewed by: nbm Approved by: nbm Notes: svn path=/head/; revision=52566
* Almost revert a change made in daemontools-0.70's supervise, wherePeter Pentchev2001-05-102-0/+25
| | | | | | | | | | | | | | | | the one-second sleep between invocations was moved to after the actual invocation. This sleep could be interrupted by a SIGCHLD in the case of a failing service, and the service could be restarted way more than the documented once-per-second. Move the sleep back before the fork(), just don't sleep before the very first fork, so the service starts faster. Silence by: Daniel J. Bernstein (no telling if he'll fix this in later daemontools releases, so I guess we'll have to do it as part of our port..) Approved by: nbm (maintainer) Notes: svn path=/head/; revision=42485
* Put the NO_PACKAGE strings in double quotes to the escaped single quoteSteve Price2000-12-031-1/+1
| | | | | | | becomes just a single quote instead \'. Notes: svn path=/head/; revision=35620
* Add the ftp version of the MASTER_SITE, since it is available.Neil Blakey-Milner2000-07-291-1/+2
| | | | Notes: svn path=/head/; revision=31108
* Add a sample rc file for svscan startup, in partial fulfillment of theNeil Blakey-Milner2000-06-222-0/+47
| | | | | | | | | | | PR. I'll leave the creation of the directory, whatever it may be, to the user. PR: ports/19191 Submitted by: Mario Sergio Fujikawa Ferreira <lioux@linf.unb.br> Notes: svn path=/head/; revision=29767
* Update to (non-backwards-compatible) daemontools 0.70, and take overNeil Blakey-Milner2000-04-273-20/+22
| | | | | | | | | MAINTAINERship. PR: 16580 Notes: svn path=/head/; revision=28047
* Corrrect whitespace introduced during PORTNAME conversion and portlintMichael Haro2000-04-221-4/+4
| | | | Notes: svn path=/head/; revision=27887
* Update with the new PORTNAME/PORTVERSION variableChris Piazza2000-04-091-2/+2
| | | | Notes: svn path=/head/; revision=27427
* $Id$ -> $FreeBSD$Peter Wemm1999-08-311-1/+1
| | | | Notes: svn path=/head/; revision=21144
* #4/4 enforcing Caps, no periodTim Vanderhoek1999-06-261-1/+1
| | | | | | | | | | | | | | | [Has anyone figured-out what makes the number 393 so interesting to PW, now?] I wonder what was going through Jordan's head during his infamous $Id$-smashing commit. Before I forget.... Thanks to naddy@mips.rhein-neckar.de (Christian Weisgerber) for prompting this commit. See msg-id: 7geokh$tje$1@mips.rhein-neckar.de Notes: svn path=/head/; revision=19804
* Add more WWW: tagsMichael Haro1999-05-031-1/+1
| | | | | | | I must really like taking on sick tasks. First gtk, now this. Notes: svn path=/head/; revision=18407
* These manpages removed by Tim Vanderhoek.Tim Vanderhoek1998-08-191-11/+0
| | | | Notes: svn path=/head/; revision=12657
* PR: ports/6899Donald Burr1998-06-165-0/+57
Submitted by: Dom Mitchell <dom@myrddin.demon.co.uk> Import of new port sysutils/daemontools, a set of service (daemon) monitoring and logging tools. Notes: svn path=/head/; revision=11446