Changeset 83be575 for bootscripts/lfs/sysconfig/network-devices/ifup
- Timestamp:
- Aug 20, 2006, 11:49:05 PM (18 years ago)
- Branches:
- clfs-1.2, clfs-2.1, clfs-3.0.0-systemd, clfs-3.0.0-sysvinit, master, systemd, sysvinit
- Children:
- 7714386
- Parents:
- 3f64412
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
bootscripts/lfs/sysconfig/network-devices/ifup
r3f64412 r83be575 64 64 if [ -z "${CHECK_LINK}" -o "${CHECK_LINK}" = "y" -o "${CHECK_LINK}" = "yes" -o "${CHECK_LINK}" = "1" ]; then 65 65 if ip link show ${1} > /dev/null 2>&1; then 66 link_status=`ip link show ${1} 2> /dev/null `66 link_status=`ip link show ${1} 2> /dev/null | grep ${1}` 67 67 if [ -n "${link_status}" ]; then 68 68 if ! echo "${link_status}" | grep -q UP; then
Note:
See TracChangeset
for help on using the changeset viewer.