Changeset 1933be2 in clfs-embedded for bootscripts/clfs/rc.d/init.d/network


Ignore:
Timestamp:
Sep 8, 2009, 4:33:21 AM (15 years ago)
Author:
Maarten Lankhorst <mlankhorst@…>
Branches:
master
Children:
67b70f4
Parents:
2e856a4
Message:

bootscripts: Updates, and add a network bridge startup file

File:
1 edited

Legend:

Unmodified
Added
Removed
  • bootscripts/clfs/rc.d/init.d/network

    r2e856a4 r1933be2  
    5656                        check_status
    5757                        if [ "$DHCP" = "yes" ]; then
    58                                 kill `cat "/var/run/udhcpc.$INTERFACE.pid"`
     58                                kill `cat "/var/run/udhcpc.$INTERFACE.pid"` 2>/dev/null || echo true
    5959                                sleep 1
    6060                        fi
Note: See TracChangeset for help on using the changeset viewer.