| Commit History - (may be incomplete: see CVSWeb link above for full details) |
| Date | By | Description |
05 Aug 2008 14:51:31
0.76_12
|
ade  |
As per http://cr.yp.to/distributors.html, effective 2008-08-05,
remove RESTRICTED on these ports - they are free to roam wild. |
30 Oct 2007 10:49:16
0.76_12
|
roam  |
Add a knob to disable the run-time testsuite, e.g. when building with
a NFS-mounted work directory (prompted by PR 115100).
Add support for logging through multilog instead of readproctitle for
the main svscan process and document the startup script variables
(loosely based on PR 111749).
PR: 111749, 115100
Submitted by: Andrew Hammond<andrew.george.hammond@gmail.com>,
Charles Sprickman <spork@bway.net> |
04 Oct 2007 01:08:39
0.76_12
|
edwin  |
Remove support for OSVERSION < 5 |
25 Sep 2006 12:44:39
0.76_12
|
roam  |
Add the sigq12 patch, which allows the svc utility to tell supervise to
send SIGQUIT, SIGUSR1, or SIGUSR2 to the daemon process.
OPTIONS'ify - all but the STARTUP_SCRIPT variable, which is a string,
not a flag.
Appease portlint partially - unquote the RESTRICTED message.
Bump PORTREVISION.
Requested by: "Brent B. Powers" <bbp2006@columbia.edu> (the sigq12 patch) |
03 Sep 2006 18:35:28
0.76_11
|
kris  |
RESTRICTED is intended here instead of NO_PACKAGE |
20 Feb 2006 20:47:50
0.76_11
|
dougb  |
Remove the FreeBSD KEYWORD from all rc.d scripts where it appears.
We have not checked for this KEYWORD for a long time now, so this
is a complete noop, and thus no PORTREVISION bump. Removing it at
this point is mostly for pedantic reasons, and partly to avoid
perpetuating this anachronism by copy and paste to future scripts. |
24 Jan 2006 01:06:45
0.76_11
|
edwin  |
SHA256ify
Approved by: krion@ |
07 Jun 2005 12:05:09
0.76_11
|
roam  |
Skip directories with names starting with a dot. [1]
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] |
30 May 2005 12:28:04
0.76_10
|
roam  |
Remove the duplicate 'Stopping svscan' message on shutdown.
Fix the URL in pkg-descr.
Bump PORTREVISION.
PR: 81665
Submitted by: Renato Botelho <freebsd@galle.com.br> |
30 Jul 2004 18:40:18
0.76_9
|
roam  |
Fix shutdown on older systems: avoid find's '-depth n' primary.
Reported by: Robin Breathe <robin@isometry.net> |
27 Jul 2004 07:27:07
0.76_8
|
roam  |
Make the startup script also work on older versions of FreeBSD which
lack the daemon(8) utility. |
26 Jul 2004 13:48:44
0.76_7
|
roam  |
- make this script work with the New World Order in /etc/rc.d/localpkg,
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 :) |
25 Jul 2004 09:54:56
0.76_6
|
nork  |
Oops, I forgot to add "print stop message". |
25 Jul 2004 09:52:51
0.76_6
|
nork  |
o portlint clean. [1]
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) |
29 Jun 2004 00:56:18
0.76_5
|
roam  |
Switch from using /bin/csh to /bin/sh, as suggested on -ports. |
29 Jun 2004 00:07:40
0.76_4
|
roam  |
USE_RC_SUBR.
Submitted by: nork |
19 Feb 2003 16:07:30
0.76_3
|
roam  |
Remove pkg-comment files in my ports. |
17 Jan 2003 15:06:25
0.76_3
|
roam  |
Install the sample startup script directly to etc/rc.d/, instead of
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 |
07 Feb 2002 14:57:58 
|
roam  |
Install Gerritt Pape's manual pages unless WITHOUT_MAN is defined. Properly
remove the sample svscan.sh script at deinstall time. |
28 Jan 2002 19:37:14 
|
roam  |
Tweak the startup script so that it is *really* a FreeBSD startup 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.. |
04 Jan 2002 14:38:15 
|
roam  |
Update to 0.76. Assume maintainership. |
10 May 2001 09:10:24 
|
roam  |
Almost revert a change made in daemontools-0.70's supervise, where 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. |
03 Dec 2000 05:16:49 
|
steve  |
Put the NO_PACKAGE strings in double quotes to the escaped single quote
becomes just a single quote instead \'. |
08 Oct 2000 08:23:57 
|
asami  |
Convert category sysutils to new layout. |
29 Jul 2000 18:27:31 
|
nbm  |
Add the ftp version of the MASTER_SITE, since it is available. |
22 Jun 2000 11:22:17 
|
nbm  |
Add a sample rc file for svscan startup, in partial fulfillment of the PR.
I'll leave the creation of the directory, whatever it may be, to the user. |