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


Ignore:
Timestamp:
Sep 8, 2009, 11: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

Location:
bootscripts/clfs/rc.d/init.d
Files:
1 added
2 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
  • bootscripts/clfs/rc.d/init.d/syslog

    r2e856a4 r1933be2  
    66. /etc/rc.d/init.d/functions
    77
    8 SYSLOG_ROTATE_SIZE=80kb
     8SYSLOG_ROTATE_SIZE=65536
    99
    1010case "$1" in
Note: See TracChangeset for help on using the changeset viewer.