summaryrefslogtreecommitdiffstats
path: root/sysutils/daemontools
Commit message (Collapse)AuthorAgeFilesLines
* Skip directories with names starting with a dot. [1]roam2005-06-073-4/+6
| | | | | | | | Wihle I'm here, add a STARTUP_SCRIPT knob to specify a different name for the etc/rc.d/svscan.sh script, e.g. allowing a name like 000.svscan.sh. PR: 81677 [1] Submitted by: Renato Botelho <freebsd@galle.com.br> [1]
* Remove the duplicate 'Stopping svscan' message on shutdown.roam2005-05-303-3/+2
| | | | | | | | Fix the URL in pkg-descr. Bump PORTREVISION. PR: 81665 Submitted by: Renato Botelho <freebsd@galle.com.br>
* Fix shutdown on older systems: avoid find's '-depth n' primary.roam2004-07-302-2/+2
| | | | Reported by: Robin Breathe <robin@isometry.net>
* Make the startup script also work on older versions of FreeBSD whichroam2004-07-272-3/+11
| | | | lack the daemon(8) utility.
* - make this script work with the New World Order in /etc/rc.d/localpkg,roam2004-07-262-7/+7
| | | | | | | | | | | | | | | where the config files may have been loaded already and our load_rc_config invocation may do nothing: thus, we need to honor any previously set value of svscan_enable; - for some reason svscan_stop_post() does not like the IFS-like vars set by rc.subr and localpkg; use find/xargs instead of having the shell parse its own output; - dequote COMMENT; - fix the daemon(8)-ization by moving 2>&1 to its proper place, so that the errors from svscan are actually picked up by readproctitle, as explained in <20040630175050.GD979@straylight.m.ringlet.net>; - move the 'Starting svscan' message to its proper place, so that the PATH set by env(1) affects svscan, not the echo command :)
* Oops, I forgot to add "print stop message".nork2004-07-251-0/+1
|
* o portlint clean. [1]nork2004-07-252-5/+6
| | | | | | | | | | | | o print start message. [1] o daemon(8)'ify. [2] o bump PORTREVISION accordingly. PR: ports/68558 [1] Submitted by: Renato Botelho <renato@galle.com.br> [1] myself [2] Reviewed by: roam [2] Approved by: roam (blanket)
* Switch from using /bin/csh to /bin/sh, as suggested on -ports.roam2004-06-282-2/+2
|
* USE_RC_SUBR.roam2004-06-283-45/+58
| | | | Submitted by: nork
* Remove pkg-comment files in my ports.roam2003-02-192-1/+1
|
* Install the sample startup script directly to etc/rc.d/, instead ofroam2003-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
* Install Gerritt Pape's manual pages unless WITHOUT_MAN is defined.roam2002-02-073-1/+20
| | | | Properly remove the sample svscan.sh script at deinstall time.
* Tweak the startup script so that it is *really* a FreeBSD startuproam2002-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 :(
* Update to 0.76.roam2002-01-046-31/+45
| | | | | | | Assume maintainership. Reviewed by: nbm Approved by: nbm
* Almost revert a change made in daemontools-0.70's supervise, whereroam2001-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)
* Put the NO_PACKAGE strings in double quotes to the escaped single quotesteve2000-12-031-1/+1
| | | | becomes just a single quote instead \'.
* Add the ftp version of the MASTER_SITE, since it is available.nbm2000-07-291-1/+2
|
* Add a sample rc file for svscan startup, in partial fulfillment of thenbm2000-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>
* Update to (non-backwards-compatible) daemontools 0.70, and take overnbm2000-04-273-20/+22
| | | | | | MAINTAINERship. PR: 16580
* Corrrect whitespace introduced during PORTNAME conversion and portlintmharo2000-04-221-4/+4
|
* Update with the new PORTNAME/PORTVERSION variablecpiazza2000-04-091-2/+2
|
* $Id$ -> $FreeBSD$peter1999-08-311-1/+1
|
* #4/4 enforcing Caps, no periodhoek1999-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
* Add more WWW: tagsmharo1999-05-031-1/+1
| | | | I must really like taking on sick tasks. First gtk, now this.
* These manpages removed by Tim Vanderhoek.hoek1998-08-191-11/+0
|
* PR: ports/6899dburr1998-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.
OpenPOWER on IntegriCloud