From 6952b96fa29f30559ef1ac6d17f630ea2efc007a Mon Sep 17 00:00:00 2001 From: Greg Schafer Date: Thu, 25 Sep 2003 12:39:06 +0000 Subject: Chapter 6 - Coreutils: Remove bogus chown operation reported by Ryan. git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2882 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689 --- chapter06/coreutils-inst.xml | 4 ---- 1 file changed, 4 deletions(-) (limited to 'chapter06') diff --git a/chapter06/coreutils-inst.xml b/chapter06/coreutils-inst.xml index 202578bf0..9bcc4ea41 100644 --- a/chapter06/coreutils-inst.xml +++ b/chapter06/coreutils-inst.xml @@ -35,10 +35,6 @@ and a dummy user name: echo "dummy2:x:1001:dummy" >> /etc/group echo "dummy:x:1000:1000:::/bin/bash" >> /etc/passwd -Fix a small permissions problem: - -chown dummy tests/cut - The su program from Coreutils wasn't installed in Chapter 5 because it needed root privilege to install. We work around this problem by installing it now: -- cgit v1.2.3-54-g00ecf