Changeset 1933be2 in clfs-embedded for bootscripts/clfs/rc.d/init.d
- Timestamp:
- Sep 8, 2009, 11:33:21 AM (15 years ago)
- Branches:
- master
- Children:
- 67b70f4
- Parents:
- 2e856a4
- 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 56 56 check_status 57 57 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 59 59 sleep 1 60 60 fi -
bootscripts/clfs/rc.d/init.d/syslog
r2e856a4 r1933be2 6 6 . /etc/rc.d/init.d/functions 7 7 8 SYSLOG_ROTATE_SIZE= 80kb8 SYSLOG_ROTATE_SIZE=65536 9 9 10 10 case "$1" in
Note:
See TracChangeset
for help on using the changeset viewer.