FreshPorts -- The Place For Ports Thu, 28 Aug 2008 2:24 AM BST
FreshPorts is now runing off the BETA server. Enjoy for now.
Port details
daemontools 0.76_12 sysutils on this many watch lists=103 search for ports that depend on this port
Service monitoring and logging utilities by djb
Maintained by: roam@FreeBSD.org search for ports maintained by this maintainer
Port Added: unknown


Daemontools is a small set of /very/ useful utilities, from Dan
Bernstein.  They are mainly used for controlling processes, and
maintaining logfiles.

WWW: http://cr.yp.to/daemontools.html

-Dom <dom@myrddin.demon.co.uk>
CVSWeb : Sources : Main Web Site : Distfiles Availability : PortsMon

To install the port: cd /usr/ports/sysutils/daemontools/ && make install clean
To add the package: pkg_add -r daemontools


Configuration Options
===> The following configuration options are available for daemontools-0.76_12:
     MAN=on (default) "Install Gerrit Pape's manual pages"
     SIGQ12=off (default) "Add svc support for QUIT, USR1, and USR2 signals"
     TESTS=on (default) "Run the test suite, fails on NFS-mounted workdir"
===> Use 'make config' to modify these settings

Master Sites:
http://cr.yp.to/daemontools/
ftp://cr.yp.to/daemontools/
ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/distfiles/
Notes from UPDATING
These upgrade notes are taken from /usr/ports/UPDATING
  • 2007-10-30
    Affects: users of sysutils/daemontools
    Author: roam@FreeBSD.org
    Reason: 
      If you were experiencing build problems on NFS when running daemontools's
      run-time testsuite, turn off the new TESTS option in the configure screen.
      On a related note, svscan can now send its error messages to multilog
      instead of readproctitle; see the etc/rc.d/svscan.sh startup script for
      more information on the svscan_* configurable variables.
    
    

Number of commits found: 26

Commit History - (may be incomplete: see CVSWeb link above for full details)
DateByDescription
05 Aug 2008 14:51:31
Original commit files touched by this commit  0.76_12
ade search for other commits by this committer
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
Original commit files touched by this commit  0.76_12
roam search for other commits by this committer
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
Original commit files touched by this commit  0.76_12
edwin search for other commits by this committer
Remove support for OSVERSION < 5
25 Sep 2006 12:44:39
Original commit files touched by this commit  0.76_12
roam search for other commits by this committer
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
Original commit files touched by this commit  0.76_11
kris search for other commits by this committer
RESTRICTED is intended here instead of NO_PACKAGE
20 Feb 2006 20:47:50
Original commit files touched by this commit  0.76_11
dougb search for other commits by this committer
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
Original commit files touched by this commit  0.76_11
edwin search for other commits by this committer
SHA256ify

Approved by: krion@
07 Jun 2005 12:05:09
Original commit files touched by this commit  0.76_11
roam search for other commits by this committer
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
Original commit files touched by this commit  0.76_10
roam search for other commits by this committer
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
Original commit files touched by this commit  0.76_9
roam search for other commits by this committer
Fix shutdown on older systems: avoid find's '-depth n' primary.

Reported by:    Robin Breathe <robin@isometry.net>
27 Jul 2004 07:27:07
Original commit files touched by this commit  0.76_8
roam search for other commits by this committer
Make the startup script also work on older versions of FreeBSD which
lack the daemon(8) utility.
26 Jul 2004 13:48:44
Original commit files touched by this commit  0.76_7
roam search for other commits by this committer
- 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
Original commit files touched by this commit  0.76_6
nork search for other commits by this committer
Oops, I forgot to add "print stop message".
25 Jul 2004 09:52:51
Original commit files touched by this commit  0.76_6
nork search for other commits by this committer
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
Original commit files touched by this commit  0.76_5
roam search for other commits by this committer
Switch from using /bin/csh to /bin/sh, as suggested on -ports.
29 Jun 2004 00:07:40
Original commit files touched by this commit  0.76_4
roam search for other commits by this committer
USE_RC_SUBR.

Submitted by:   nork
19 Feb 2003 16:07:30
Original commit files touched by this commit  0.76_3
roam search for other commits by this committer
Remove pkg-comment files in my ports.
17 Jan 2003 15:06:25
Original commit files touched by this commit  0.76_3
roam search for other commits by this committer
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
files touched by this commit
roam search for other commits by this committer
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
files touched by this commit
roam search for other commits by this committer
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
files touched by this commit
roam search for other commits by this committer
Update to 0.76.   Assume maintainership.    
10 May 2001 09:10:24
files touched by this commit
roam search for other commits by this committer
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
files touched by this commit
steve search for other commits by this committer
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
files touched by this commit
asami search for other commits by this committer
Convert category sysutils to new layout.  
29 Jul 2000 18:27:31
files touched by this commit
nbm search for other commits by this committer
Add the ftp version of the MASTER_SITE, since it is available.    
22 Jun 2000 11:22:17
files touched by this commit
nbm search for other commits by this committer
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.    

Number of commits found: 26

Login
User Login
Create account

Servers and bandwidth provided by
New York Internet
SuperNews

Search
Enter Keywords:
 
more...

Latest Vulnerabilities
linux-operaAug 25
operaAug 25
gnutlsAug 21
joomla15*Aug 20
bugzilla*Aug 19
bugzilla2*Aug 19
cdfAug 19
drupal5Aug 18
drupal6Aug 18
ruby18Aug 16
ruby18Aug 16
ruby18Aug 16
ruby18-nopthreadsAug 16
ruby18-nopthreadsAug 16
ruby18-nopthreadsAug 16

9 vulnerabilities affecting 12 ports have been reported in the past 14 days

* - modified, not new

All vulnerabilities


Ports
Home
Categories
Deleted ports
Sanity Test Failures
Newsfeeds


Statistics
Graphs
Traffic

Calculated hourly:
Port count 19049
Broken 165
Deprecated 82
Ignore 431
Forbidden 6
Restricted 306
No CDROM 130
Vulnerable 50
Expired 14
Set to expire 63
Interactive 78
new 24 hours 6
new 48 hours8
new 7 days23
new fortnight64
new month221

This site
What is FreshPorts?
About the Authors
FAQ
How big is it?
The latest upgrade!
Privacy
Forums
Blog
Contact

Add tab to Netscape 6

Servers and bandwidth provided by
New York Internet
SuperNews
Valid HTML, CSS, and RSS.
Copyright © 2000-2008 DVL Software Limited. All rights reserved.
This page created in 0.608 seconds.