From 720e0988f2eed08bbc6e344cde90443d6b192b55 Mon Sep 17 00:00:00 2001 From: Gerard Beekmans Date: Tue, 13 May 2003 18:51:16 +0000 Subject: 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 --- chapter06/pwdgroup.xml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'chapter06/pwdgroup.xml') 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 () 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. -exec /stage1/bin/bash --login +exec /stage1/bin/bash --login +set +h -- cgit v1.2.3-54-g00ecf