mirror of
https://git.linuxfromscratch.org/lfs.git
synced 2025-01-31 19:32:03 +00:00
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
This commit is contained in:
parent
ae3e0a53ed
commit
a348c849e2
@ -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
|
||||
#
|
||||
|
Loading…
Reference in New Issue
Block a user