From 8ef599c59a5b67f39a8fb01fc8d58890ae2c0508 Mon Sep 17 00:00:00 2001 From: Simon Perreault Date: Mon, 16 Apr 2001 02:04:19 +0000 Subject: Removed blank lines after and before git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@520 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689 --- chapter07/ethnet.xml | 8 -------- 1 file changed, 8 deletions(-) (limited to 'chapter07/ethnet.xml') diff --git a/chapter07/ethnet.xml b/chapter07/ethnet.xml index 46644fd4a..ac1cca09d 100644 --- a/chapter07/ethnet.xml +++ b/chapter07/ethnet.xml @@ -12,7 +12,6 @@ following: - cat > /etc/init.d/ethnet << "EOF" #!/bin/sh # Begin /etc/init.d/ethnet @@ -111,7 +110,6 @@ esac # End /etc/init.d/ethnet EOF - @@ -122,11 +120,9 @@ If a default gateway is required to be setup, the following command does that: - cat >> /etc/sysconfig/network << "EOF" GATEWAY=192.168.1.2 EOF - @@ -150,9 +146,7 @@ First the network-scripts directory is created by running:
- mkdir /etc/sysconfig/network-scripts -
@@ -162,7 +156,6 @@ This creates a sample file ifcfg-eth0: - cat > /etc/sysconfig/network-scripts/ifcfg-eth0 << EOF ONBOOT=yes @@ -171,7 +164,6 @@ IP=192.168.1.1 NETMASK=255.255.255.0 BROADCAST=192.168.1.255 EOF - -- cgit v1.2.3-54-g00ecf