diff options
author | Laurent Bercot <ska-skaware@skarnet.org> | 2016-03-18 22:16:08 +0000 |
---|---|---|
committer | Laurent Bercot <ska-skaware@skarnet.org> | 2016-03-18 22:16:08 +0000 |
commit | 3bcbbe18f9a60c0743c30d391c7878034e4b1274 (patch) | |
tree | 960b7f32e5135da062e3c658a80e602eff206480 /doc | |
parent | 4588c3eee9e64aa4cff6c1779721dcc744335d4a (diff) | |
download | s6-3bcbbe18f9a60c0743c30d391c7878034e4b1274.tar.xz |
- s6-svscan defaults to -t0 instead of -t5000
- rc for v2.3.0.0, waiting to update deps before releasing
Diffstat (limited to 'doc')
-rw-r--r-- | doc/index.html | 2 | ||||
-rw-r--r-- | doc/s6-svscan.html | 8 | ||||
-rw-r--r-- | doc/upgrade.html | 7 |
3 files changed, 11 insertions, 6 deletions
diff --git a/doc/index.html b/doc/index.html index dbc2cb0..44c77c4 100644 --- a/doc/index.html +++ b/doc/index.html @@ -100,7 +100,7 @@ library. </li> <h3> Download </h3> <ul> - <li> The current released version of s6 is <a href="s6-2.2.4.3.tar.gz">2.2.4.3</a>. </li> + <li> The current released version of s6 is <a href="s6-2.3.0.0.tar.gz">2.3.0.0</a>. </li> <li> Alternatively, you can checkout a copy of the s6 git repository: <pre> git clone git://git.skarnet.org/s6 </pre> </li> <li> There's also a diff --git a/doc/s6-svscan.html b/doc/s6-svscan.html index 6c4d8d9..764dc4c 100644 --- a/doc/s6-svscan.html +++ b/doc/s6-svscan.html @@ -73,12 +73,10 @@ approximately 50 bytes per service. </li> descriptors to function properly and does not exceed its stack limit. The default of 500 is safe and provides enough room for every reasonable system. </li> <li> <tt>-t <em>rescan</em></tt> : perform a scan every <em>rescan</em> -milliseconds. If <em>rescan</em> is 0, automatic scans are never performed after +milliseconds. If <em>rescan</em> is 0 (the default), automatic scans are never performed after the first one and s6-svscan will only detect new services when told to via a -<a href="s6-svscanctl.html">s6-svscanctl -a</a> command. The default <em>rescan</em> -value is 5000, for compatibility with daemontools' -<a href="http://cr.yp.to/daemontools/svscan.html">svscan</a>, which performs a -scan (and a reap) every 5 seconds. It is <em>strongly</em> discouraged to set +<a href="s6-svscanctl.html">s6-svscanctl -a</a> command. +It is <em>strongly</em> discouraged to set <em>rescan</em> to a positive value under 500. </li> </ul> diff --git a/doc/upgrade.html b/doc/upgrade.html index fb8a875..ebf031f 100644 --- a/doc/upgrade.html +++ b/doc/upgrade.html @@ -18,6 +18,13 @@ <h1> What has changed in s6 </h1> +<h2> in 2.3.0.0 </h2> + +<ul> + <li> <a href="s6-svscan.html">s6-svscan</a> now defaults to <tt>-t0</tt> +instead of <tt>-t5000</tt>. </li> +</ul> + <h2> in 2.2.4.3 </h2> <ul> |