diff options
author | Gerard Beekmans <gerard@linuxfromscratch.org> | 2001-03-13 00:34:36 +0000 |
---|---|---|
committer | Gerard Beekmans <gerard@linuxfromscratch.org> | 2001-03-13 00:34:36 +0000 |
commit | 015eb7c61c4f758e472834cbbac99ad558ba3f97 (patch) | |
tree | 1135c67fa44576721cf91d30de4f4a95555354d6 /chapter07/ethnet.xml | |
parent | adbf7d2bfb29b05b987dd2297ebd3365387f22be (diff) |
Fixed type down->up
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@304 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter07/ethnet.xml')
-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 317660734..a81176a6c 100644 --- a/chapter07/ethnet.xml +++ b/chapter07/ethnet.xml @@ -46,7 +46,7 @@ case "$1" in source $interface # # If the ONBOOT variable is set to yes, process this file and bring the -# interface down. +# interface up. # if [ "$ONBOOT" == yes ] |