From: Ian Jackson Date: Tue, 17 May 2016 15:21:38 +0000 (+0100) Subject: www-cgi/: Document ?DEFAULTS environment filters X-Git-Url: https://git.distorted.org.uk/~mdw/userv-utils/commitdiff_plain/2c62631d2ccb51dacc14c75553f134410c0b2b5f?hp=ee8748e6588b1e10831a0bd55c92125b319ec6d8 www-cgi/: Document ?DEFAULTS environment filters This feature was documented in the commit message, but not in the tree. Introduce a straight copy of the commit message from aa0bce91 "www-cgi: Introduce `?DEFAULTS' pattern to match the default set."" Signed-off-by: Ian Jackson --- diff --git a/www-cgi/README.custom-env-filter b/www-cgi/README.custom-env-filter index 245d071..5ebc1db 100644 --- a/www-cgi/README.custom-env-filter +++ b/www-cgi/README.custom-env-filter @@ -21,3 +21,6 @@ command-line options to CGI scripts from webservers, but pretty easy to set environment variables; whereas it's hard to pass environment variables to a service program in a Userv configuration file, but easy to pass command-line arguments. + + +www-cgi: Introduce `?DEFAULTS' pattern to match the default set.