From 6b5989572ae21123c569fec21ccfc6a5f44e77a8 Mon Sep 17 00:00:00 2001 From: Matthew Burgess Date: Sat, 29 Oct 2005 20:07:18 +0000 Subject: Upgrade to coreutils-5.92 git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@7098 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689 --- chapter06/coreutils.xml | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) (limited to 'chapter06') diff --git a/chapter06/coreutils.xml b/chapter06/coreutils.xml index bd84f499b..718fafa53 100644 --- a/chapter06/coreutils.xml +++ b/chapter06/coreutils.xml @@ -31,11 +31,6 @@ Gettext, Glibc, Grep, Make, Perl, and Sed Installation of Coreutils -Apply a patch to improve the POSIX and bash -compatibility of echo: - -patch -Np1 -i ../&coreutils-echo-patch; - A known issue with the uname program from this package is that the -p switch always returns unknown. The following patch @@ -50,7 +45,7 @@ other packages later: Now prepare Coreutils for compilation: -DEFAULT_POSIX2_VERSION=199209 ./configure --prefix=/usr +./configure --prefix=/usr Compile the package: @@ -66,7 +61,7 @@ running the test suite. echo "dummy1:x:1000:" >> /etc/group echo "dummy2:x:1001:dummy" >> /etc/group -echo "dummy:x:1000:1000:::/bin/bash" >> /etc/passwd +echo "dummy:x:1000:1000::/root:/bin/bash" >> /etc/passwd Now the test suite is ready to be run. First, run the tests that are meant to be run as user root: -- cgit v1.2.3-54-g00ecf