From 8dffa04af3d57467169cf3aba590b2f7c9988f61 Mon Sep 17 00:00:00 2001 From: Zack Winkles Date: Fri, 18 Jun 2004 15:50:52 +0000 Subject: Dropped the chmod's that I added a few days earlier. They are not needed. git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@3807 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689 --- chapter06/coreutils.xml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'chapter06/coreutils.xml') diff --git a/chapter06/coreutils.xml b/chapter06/coreutils.xml index 7437cd451..984981273 100644 --- a/chapter06/coreutils.xml +++ b/chapter06/coreutils.xml @@ -73,8 +73,7 @@ user: When you're done testing, remove the dummy user and groups: -sed -i '/dummy/d' /etc/passwd /etc/group -chmod 644 /etc/passwd /etc/group +sed -i '/dummy/d' /etc/passwd /etc/group Install the package: -- cgit v1.2.3-54-g00ecf