From c1613695c7a844972de22e7efd3ccef7b2eb30a1 Mon Sep 17 00:00:00 2001 From: Clint Adams Date: Mon, 29 Dec 2008 04:33:52 +0000 Subject: 26185: fix two places where path to global zshenv was specified statically. --- Doc/Zsh/mod_newuser.yo | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Doc/Zsh/mod_newuser.yo') diff --git a/Doc/Zsh/mod_newuser.yo b/Doc/Zsh/mod_newuser.yo index 8c37c7059..92a64a013 100644 --- a/Doc/Zsh/mod_newuser.yo +++ b/Doc/Zsh/mod_newuser.yo @@ -5,7 +5,7 @@ The tt(zsh/newuser) module is loaded at boot if it is available, the tt(RCS) option is set, and the tt(PRIVILEGED) option is not set (all three are true by default). This takes place immediately after commands in the global tt(zshenv) file (typically -tt(/etc/zshenv)), if any, have been executed. If the module is not +tt(zshenv())), if any, have been executed. If the module is not available it is silently ignored by the shell; the module may safely be removed from tt($MODULE_PATH) by the administrator if it is not required. @@ -34,7 +34,7 @@ files for the user, however any valid shell code will be executed. The tt(zsh/newuser) module is then unconditionally unloaded. Note that it is possible to achieve exactly the same effect as the -tt(zsh/newuser) module by adding code to tt(/etc/zshenv). The module +tt(zsh/newuser) module by adding code to tt(zshenv()). The module exists simply to allow the shell to make arrangements for new users without the need for intervention by package maintainers and system administrators. -- cgit 1.4.1