From b822811980a5f82726cb641cbeff66be9eb6d92a Mon Sep 17 00:00:00 2001 From: Mark Hymers Date: Sun, 22 Jul 2001 19:45:10 +0000 Subject: XML changes git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@827 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689 --- chapter07/localnet.xml | 16 +++++----------- 1 file changed, 5 insertions(+), 11 deletions(-) (limited to 'chapter07/localnet.xml') diff --git a/chapter07/localnet.xml b/chapter07/localnet.xml index 60a5bae68..f7d2fa250 100644 --- a/chapter07/localnet.xml +++ b/chapter07/localnet.xml @@ -1,14 +1,10 @@ Creating the /etc/init.d/localnet boot script - -Create the /etc/init.d/localnet script by running -the following command: - - - - -cat > /etc/init.d/localnet << "EOF" +Create the /etc/init.d/localnet script by running +the following command: + +cat > /etc/init.d/localnet << "EOF" #!/bin/sh # Begin /etc/init.d/localnet @@ -49,9 +45,7 @@ case "$1" in esac # End /etc/init.d/localnet -EOF - - +EOF -- cgit v1.2.3-54-g00ecf