| Commit History - (may be incomplete: see SVNWeb link above for full details) |
| Date | By | Description |
01 Jul 2012 20:42:36
0.76_16
|
jgh  |
- add conflicts against freedt and serialmail
Reported by: madis555@hot.ee |
25 Jun 2012 23:09:08
0.76_16
|
jgh  |
- adopt optionsNG |
13 Apr 2012 18:56:40
0.76_16
|
jgh  |
- pet portlint on license ordering
- use man8prefix over prefix
- move distfiles to my LOCAL (jgh)
- drop non-standard email placement from pkg-descr |
28 Feb 2012 17:23:51
0.76_16
|
jgh  |
take maintainership |
27 Feb 2012 20:32:31
0.76_16
|
glarkin  |
- Reassign to the heap
Requested by: roam (on ports-developers@) |
14 Jan 2012 08:57:23
0.76_16
|
dougb  |
In the rc.d scripts, change assignments to rcvar to use the
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. |
12 Nov 2010 13:41:44
0.76_16
|
roam  |
Add Gerritt Pape's patch to skip the timestamp when matching incoming
log messages against the specified patterns. Bump PORTREVISION.
While I'm here, do some more maintenance:
- regenerate the distinfo file to drop the MD5 checksums
- rephrase the IGNORE messages
- declare the port's license as public domain
Requested by: Matthias Teege <matthias@mteege.de> (the timestamp patch) |
27 Mar 2010 00:15:24
0.76_15
|
dougb  |
Begin the process of deprecating sysutils/rc_subr by
s#. %%RC_SUBR%%#. /etc/rc.subr# |
15 Mar 2010 09:29:05
0.76_15
|
roam  |
Fix a bug in the supervise(8) tool if the fork(2) syscall should fail. |
07 Jan 2010 12:07:19
0.76_14
|
roam  |
It seems that the thedjbway.org domain has expired, so the sigq12 patch
has lost its home. Host it on my FreeBSD local distfiles site for
the present until I find out who has a more permanent home for it.
Reported by: Valentin Zahariev <curly@e-card.bg> |
06 Jan 2010 11:07:54
0.76_14
|
roam  |
Fix another instance of replacing %%DAEMON%% with /usr/sbin/daemon,
somehow missed by dougb - still, thanks for doing it :) However,
drop the -f option to daemon - with both readproctitle and
multilog, we definitely do *not* want to lose svscan's output.
While I'm here, restore the spirit of the STARTUP_SCRIPT functionality
removed in pgollucci's rc.subr change by introducing the S_NORMAL and
S_EARLY option knobs and modifying the startup script's REQUIRE and
BEFORE settings accordingly.
Add short descriptive headers to the patches and bump PORTREVISION
for the real changes.
Reported by: Valentin Zahariev <curly@e-card.bg> (the daemon part) |
06 Jan 2010 10:11:31
0.76_13
|
roam  |
Forced commit to note that the sigq12 checksum loss was...
Reported by: Valentin Zahariev <curly@e-card.bg> |
06 Jan 2010 09:49:53
0.76_13
|
roam  |
Restore the checksums for the sigq12 patch inadvertently lost in
pgollucci's RC_SUBR change. |
05 Jan 2010 06:24:32
0.76_13
|
dougb  |
Fix startup script by filling in /usr/sbin/daemon -f instead of the
pointlessly obscure %%DAEMON%%.
Problem pointed out by: garga |
04 Jan 2010 05:15:37
0.76_13
|
pgollucci  |
- USE_RC_SUBR != yes
PR: ports/136851
Approved by: maintainer timeout (roam; > 6 months)
Submitted by: myself (pgollucci @) |
06 Jan 2009 17:59:31
0.76_12
|
pav  |
- Remove conditional checks for FreeBSD 5.x and older |
05 Aug 2008 13: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 00:08:39
0.76_12
|
edwin  |
Remove support for OSVERSION < 5 |
25 Sep 2006 11: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 17: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 11: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 11: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 17: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 06: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 12: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 08:54:56
0.76_6
|
nork  |
Oops, I forgot to add "print stop message". |
25 Jul 2004 08: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) |
28 Jun 2004 23:56:18
0.76_5
|
roam  |
Switch from using /bin/csh to /bin/sh, as suggested on -ports. |
28 Jun 2004 23: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 08: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 07:23:57 
|
asami  |
Convert category sysutils to new layout. |
29 Jul 2000 17:27:31 
|
nbm  |
Add the ftp version of the MASTER_SITE, since it is available. |
22 Jun 2000 10: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. |