kumquat-buildroot/target/device/Atmel/atngw100/target_skeleton/etc/init.d/rcS

12 lines
110 B
Plaintext
Raw Normal View History

2007-07-29 09:17:01 +02:00
#!/bin/sh
for s in /etc/init.d/S*; do
2007-09-20 18:43:16 +02:00
if [ -x $s ]; then
$s start
fi
2007-07-29 09:17:01 +02:00
done
echo
2007-09-20 18:43:16 +02:00
echo "NGW100 ready"
2007-07-29 09:17:01 +02:00
echo