aboutsummaryrefslogtreecommitdiff
path: root/sysutils/daemontools
Commit message (Collapse)AuthorAgeFilesLines
* Fix shutdown on older systems: avoid find's '-depth n' primary.Peter Pentchev2004-07-302-2/+2
| | | | | | | Reported by: Robin Breathe <robin@isometry.net> Notes: svn path=/head/; revision=115096
* Make the startup script also work on older versions of FreeBSD whichPeter Pentchev2004-07-272-3/+11
| | | | | | | lack the daemon(8) utility. Notes: svn path=/head/; revision=114845
* - make this script work with the New World Order in /etc/rc.d/localpkg,Peter Pentchev2004-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 :) Notes: svn path=/head/; revision=114770
* Oops, I forgot to add "print stop message".Norikatsu Shigemura2004-07-251-0/+1
| | | | Notes: svn path=/head/; revision=114628
* o portlint clean. [1]Norikatsu Shigemura2004-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) Notes: svn path=/head/; revision=114627
* Switch from using /bin/csh to /bin/sh, as suggested on -ports.Peter Pentchev2004-06-282-2/+2
| | | | Notes: svn path=/head/; revision=112509
* USE_RC_SUBR.Peter Pentchev2004-06-283-45/+58
| | | | | | | Submitted by: nork Notes: svn path=/head/; revision=112506
* Remove pkg-comment files in my ports.Peter Pentchev2003-02-192-1/+1
| | | | Notes: svn path=/head/; revision=75894
* 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