diff --git a/INSTALL.rst b/INSTALL.rst index acddc7c3..e0700595 100644 --- a/INSTALL.rst +++ b/INSTALL.rst @@ -1045,6 +1045,31 @@ instance :instopt:`--without-modulepath<--with-modulepath>`): .. versionadded:: 4.3 +.. instopt:: --with-logger=BIN + + Name or full path of default logger program to use to log information (can be + superseded at run-time by environment variable) (default=\ ``logger``) + + This installation option and :instopt:`--with-logger-opts` define the default + value of the :mconfig:`logger` configuration option which could be changed + after installation with the :subcmd:`config` sub-command. + + .. only:: html + + .. versionadded:: 5.5 + +.. instopt:: --with-logger-opts=OPTLIST + + Settings to apply to default logger program (default=\ ``-t modules``) + + This installation option and :instopt:`--with-logger` define the default + value of the :mconfig:`logger` configuration option which could be changed + after installation with the :subcmd:`config` sub-command. + + .. only:: html + + .. versionadded:: 5.5 + .. instopt:: --with-modulepath=PATHLIST Default path list to setup as the default modulepaths. Each path in this list @@ -1418,6 +1443,10 @@ installation. +-----------------------------------+----------------------------------------------+----------------------------------------------+--------------+-----------+ | :mconfig:`locked_configs` | *Empty by default* | :instopt:`--with-locked-configs` | | X | +-----------------------------------+----------------------------------------------+----------------------------------------------+--------------+-----------+ +| :mconfig:`logger` | ``logger -t modules`` | :instopt:`--with-logger`, | | | +| | | :instopt:`--with-logger-opts`, | | | +| | | :envvar:`MODULES_LOGGER` | | | ++-----------------------------------+----------------------------------------------+----------------------------------------------+--------------+-----------+ | :mconfig:`mcookie_check` | ``always`` | :envvar:`MODULES_MCOOKIE_CHECK` | | | +-----------------------------------+----------------------------------------------+----------------------------------------------+--------------+-----------+ | :mconfig:`mcookie_version_check` | ``1`` | :instopt:`--enable-mcookie-version-check`, | | |