From c23c59f53b20023ab25efa0a9c475031dbc281c9 Mon Sep 17 00:00:00 2001 From: Robert Connolly Date: Fri, 19 Dec 2008 04:40:18 +0000 Subject: [PATCH] Removed the unneeded -e option from the Sed command in the chap6 Findutils page, for consistency. git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@8776 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689 --- chapter01/changelog.xml | 10 ++++++++++ chapter06/findutils.xml | 2 +- general.ent | 4 ++-- 3 files changed, 13 insertions(+), 3 deletions(-) diff --git a/chapter01/changelog.xml b/chapter01/changelog.xml index 4f9775f6d..ad57bb33e 100644 --- a/chapter01/changelog.xml +++ b/chapter01/changelog.xml @@ -37,6 +37,16 @@ --> + + 2008-12-18 + + + [robert] - Removed the unneeded -e option from the Sed command + in the chap6 Findutils page, for consistency. + + + + 2008-12-07 diff --git a/chapter06/findutils.xml b/chapter06/findutils.xml index 197bddc41..bf3548340 100644 --- a/chapter06/findutils.xml +++ b/chapter06/findutils.xml @@ -81,7 +81,7 @@ script also needs to be modified to correct an explicit path: mv -v /usr/bin/find /bin -sed -i -e 's/find:=${BINDIR}/find:=\/bin/' /usr/bin/updatedb +sed -i 's/find:=${BINDIR}/find:=\/bin/' /usr/bin/updatedb diff --git a/general.ent b/general.ent index 70ea0d004..3d969bd78 100644 --- a/general.ent +++ b/general.ent @@ -1,6 +1,6 @@ - - + +