LED_DEVICE=/proc/led_mod/led
if [ ! -f /proc/led_mod/led ] ; then
LED_DEVICE=/var/led
echo "set led: ${LED_DEVICE}"
fi
...
##################################################################################
# Power LED blinken lassen
##################################################################################
echo "set INFO led to blink (modul=7, state=4)"
echo 7,4>${LED_DEVICE}
Haveniceday> #we have the samba cfg in /var, so crate them there
> sambastart()
> {
> cd /
> tar xf /var.tar
> /bin/smbd
> }
Hardwarekiller schrieb:Wiso mach man das nicht rein hardwaremössig?
Michael