diff options
author | Gerard Beekmans <gerard@linuxfromscratch.org> | 2003-05-13 18:51:16 +0000 |
---|---|---|
committer | Gerard Beekmans <gerard@linuxfromscratch.org> | 2003-05-13 18:51:16 +0000 |
commit | 720e0988f2eed08bbc6e344cde90443d6b192b55 (patch) | |
tree | 141f55763fdc53c28dc6b2a068491fd1d62b5082 /chapter06/pwdgroup.xml | |
parent | 21b1878de5c5d02acc48612bf92f6987be4760a8 (diff) |
Added set +h after every exec /path/to/bash
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2610 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter06/pwdgroup.xml')
-rw-r--r-- | chapter06/pwdgroup.xml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/chapter06/pwdgroup.xml b/chapter06/pwdgroup.xml index 103ba579a..05b712710 100644 --- a/chapter06/pwdgroup.xml +++ b/chapter06/pwdgroup.xml @@ -40,7 +40,8 @@ the LSB (<ulink url="http://www.linuxbase.org"/>) recommends only a group chosen freely by the user, as well-written packages don't depend on GID numbers but use the group's name.</para> -<para><screen><userinput>exec /stage1/bin/bash --login</userinput></screen></para> +<para><screen><userinput>exec /stage1/bin/bash --login +set +h</userinput></screen></para> </sect1> |