From ea7635f937edee53fecfdd67dad1a262d05a7d3e Mon Sep 17 00:00:00 2001 From: Gerard Beekmans Date: Thu, 24 May 2001 19:04:03 +0000 Subject: 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 --- chapter07/ethnet.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'chapter07/ethnet.xml') 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 -- cgit v1.2.3-54-g00ecf