Changeset 00d52bd4 for bootscripts/lfs/sysconfig/network-devices/ifup
- Timestamp:
- Oct 27, 2006, 10:37:42 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:
- 0fd55dd
- Parents:
- a5b013ba
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
bootscripts/lfs/sysconfig/network-devices/ifup
ra5b013ba r00d52bd4 65 65 TEST="`ip addr show ${1} | grep inet | cut -f1 -d'/' | cut -f2 -d't' | cut -f2 -d' '`" 66 66 if [ "$TEST" != "" ]; then 67 boot_mesg "Interface ${1} already configured ." ${WARNING}67 boot_mesg "Interface ${1} already configured with IP ${TEST}." ${WARNING} 68 68 echo_warning 69 69 continue
Note:
See TracChangeset
for help on using the changeset viewer.