aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorAndré Erdmann <dywi@mailerd.de>2013-11-14 18:57:38 +0100
committerAndré Erdmann <dywi@mailerd.de>2013-11-14 18:57:38 +0100
commitaebe54a4dca50a983494197727e2ec7b40217291 (patch)
tree3c1d25ea8d688d0ec559a8599000cdfc827e2e50 /doc
parentdoc/rst: hook env, EVENT_HOOK_RC config entry (diff)
downloadR_overlay-aebe54a4dca50a983494197727e2ec7b40217291.tar.gz
R_overlay-aebe54a4dca50a983494197727e2ec7b40217291.tar.bz2
R_overlay-aebe54a4dca50a983494197727e2ec7b40217291.zip
doc/html: hook env, EVENT_HOOK_RC config entry
Diffstat (limited to 'doc')
-rw-r--r--doc/html/usage.html26
1 files changed, 25 insertions, 1 deletions
diff --git a/doc/html/usage.html b/doc/html/usage.html
index 2ca9847..acffffd 100644
--- a/doc/html/usage.html
+++ b/doc/html/usage.html
@@ -2715,6 +2715,15 @@ the config file. An empty string sets the policy to <em>deny all</em>.</p>
<td>os.environ</td>
<td>&nbsp;</td>
</tr>
+<tr><td>LANG</td>
+<td>os.environ</td>
+<td>&nbsp;</td>
+</tr>
+<tr><td><em>LC_*</em></td>
+<td>os.environ</td>
+<td>all environment variables starting
+with LC_</td>
+</tr>
<tr><td>ROVERLAY_PHASE</td>
<td>event</td>
<td>event that caused the script to run</td>
@@ -2802,6 +2811,11 @@ created the hook environment
<td>guessed path to the roverlay &quot;main&quot;
executable (which creates the overlay)</td>
</tr>
+<tr><td>ROVERLAY_HOOKRC</td>
+<td>config</td>
+<td>hook config file (<a class="reference internal" href="#event-hook-rc">EVENT_HOOK_RC</a>,
+optional)</td>
+</tr>
<tr><td>STATS_DB</td>
<td>config</td>
<td>stats database file
@@ -3498,6 +3512,12 @@ much without dependency resolution.</p>
and <a class="reference internal" href="#additions-dir">ADDITIONS_DIR</a>/hooks/mux.sh otherwise.</p>
</dd>
</dl>
+<dl class="docutils" id="event-hook-rc">
+<dt>EVENT_HOOK_RC</dt>
+<dd><p class="first">Config file for hook scripts (in shell script syntax).</p>
+<p class="last">Defaults to &lt;not set&gt;.</p>
+</dd>
+</dl>
<dl class="docutils" id="event-hook-restrict">
<dt>EVENT_HOOK_RESTRICT</dt>
<dd><p class="first">A list of <em>events</em> that are allowed (<tt class="docutils literal">&lt;event&gt;</tt>, <tt class="docutils literal">+&lt;event&gt;</tt>) or
@@ -3521,6 +3541,10 @@ or not.</p>
<dt>HOOK</dt>
<dd>Alias to <a class="reference internal" href="#event-hook">EVENT_HOOK</a>.</dd>
</dl>
+<dl class="docutils" id="hook-rc">
+<dt>HOOK_RC</dt>
+<dd>Alias to <a class="reference internal" href="#event-hook-rc">EVENT_HOOK_RC</a>.</dd>
+</dl>
<dl class="docutils" id="hook-restrict">
<dt>HOOK_RESTRICT</dt>
<dd>Alias to <a class="reference internal" href="#event-hook-restrict">EVENT_HOOK_RESTRICT</a>.</dd>
@@ -4945,7 +4969,7 @@ becomes &quot;loop until resolver closes&quot;.</p>
</div>
<div class="footer">
<hr class="footer" />
-Generated on: 2013-09-26.
+Generated on: 2013-11-14.
</div>
</body>