From 09c2137984438845cbfa3792274b77e0b172ae47 Mon Sep 17 00:00:00 2001 From: Gerard Beekmans Date: Fri, 23 Feb 2001 19:04:46 +0000 Subject: [PATCH] Fixed accidental removal of a > git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@212 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689 --- chapter07/ethnet.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/chapter07/ethnet.xml b/chapter07/ethnet.xml index fcbb0c1ff..a1630a6cc 100644 --- a/chapter07/ethnet.xml +++ b/chapter07/ethnet.xml @@ -124,7 +124,7 @@ If you require a default gateway to be setup, run the following command: -cat > /etc/sysconfig/network << "EOF" +cat >> /etc/sysconfig/network << "EOF" GATEWAY=192.168.1.2 EOF