From b4070f01c00a07d4f2df6a3ff85eb6f2b1386b84 Mon Sep 17 00:00:00 2001 From: Laurent Bercot Date: Sun, 27 Feb 2022 00:47:51 +0000 Subject: Add noclamp option to s6-envdir Signed-off-by: Laurent Bercot --- doc/s6-envdir.html | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) (limited to 'doc/s6-envdir.html') diff --git a/doc/s6-envdir.html b/doc/s6-envdir.html index 6392963..17577b4 100644 --- a/doc/s6-envdir.html +++ b/doc/s6-envdir.html @@ -25,7 +25,7 @@ s6-envdir changes its environment, then executes into another program.

Interface

-     s6-envdir [ -I | -i ] [ -n ] [ -f ] [ -c nullis ] dir prog...
+     s6-envdir [ -I | -i ] [ -n ] [ -f ] [ -L ] [ -c nullis ] dir prog...
 

Options

@@ -52,6 +52,11 @@ option is not given). Null characters are still translated. file ends with a newline, keep that last newline in the value. If the -f option is not given, keep the trailing blanks at the end of the first line (but not the ending newline). +
  • -L : do not clamp. With this option, s6-envdir will process +the whole first line of each file (if the -f option hasn't been given) +or read each file entirely (if the -f option has been given), even if +it means adding huge variables to the environment. Without this option, s6-envdir +only reads the first 4096 bytes of each file.
  • -c nullis : replace null characters with the first character of nullis instead of a newline.
  • -- cgit v1.2.3