diff options
author | Gerard Beekmans <gerard@linuxfromscratch.org> | 2001-05-24 19:04:03 +0000 |
---|---|---|
committer | Gerard Beekmans <gerard@linuxfromscratch.org> | 2001-05-24 19:04:03 +0000 |
commit | ea7635f937edee53fecfdd67dad1a262d05a7d3e (patch) | |
tree | 720c0fc28f5da5e4d501c32804cbc4639cdfba8d /chapter07 | |
parent | 91d9cd897b5d51f885dd331bccd8bc9c24bedd2c (diff) |
Changed "Setting up routing" message to say $GATEWAY_IF instead of eth0
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@656 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter07')
-rw-r--r-- | chapter07/ethnet.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chapter07/ethnet.xml b/chapter07/ethnet.xml index e42e5e868..933354ba6 100644 --- a/chapter07/ethnet.xml +++ b/chapter07/ethnet.xml @@ -66,7 +66,7 @@ case "$1" in # if [ "$GATEWAY" != "" ]; then - echo -n "Setting up routing for eth0 interface..." + echo -n "Setting up routing for $GATEWAY_IF interface..." /sbin/route add default gateway $GATEWAY \ metric 1 dev $GATEWAY_IF evaluate_retval |