aboutsummaryrefslogtreecommitdiffstats
path: root/chapter07
diff options
context:
space:
mode:
authorGerard Beekmans <gerard@linuxfromscratch.org>2001-05-26 10:09:37 +0000
committerGerard Beekmans <gerard@linuxfromscratch.org>2001-05-26 10:09:37 +0000
commita348c849e21bede610cb74151e850acff1cd51af (patch)
treeedb3dc228992b5ee2419d6a874baa0b86b8251ef /chapter07
parentae3e0a53ed9859dc264d759ec1fa178ee75de83d (diff)
Changed the calls to 'ls' to call /bin/ls
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@658 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter07')
-rw-r--r--chapter07/ethnet.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/chapter07/ethnet.xml b/chapter07/ethnet.xml
index 933354ba6..1f0e01800 100644
--- a/chapter07/ethnet.xml
+++ b/chapter07/ethnet.xml
@@ -37,7 +37,7 @@ case "$1" in
# Obtain all the network card configuration files
#
- for interface in $(ls /etc/sysconfig/network-scripts/ifcfg* | \
+ for interface in $(/bin/ls /etc/sysconfig/network-scripts/ifcfg* | \
grep -v ifcfg-lo)
do
#
@@ -79,7 +79,7 @@ case "$1" in
# Obtain all the network card configuration files
#
- for interface in $(ls /etc/sysconfig/network-scripts/ifcfg* | \
+ for interface in $(/bin/ls /etc/sysconfig/network-scripts/ifcfg* | \
grep -v ifcfg-lo)
do
#