#!/bin/sh
# Version 0.4
aviaext --iec-off
if [ -e /var/etc/.stb_off_camd ]; then
/var/plugins/operations camd_stop &
fi
if [ -e /var/etc/.lcdwetter ] ; then
touch /tmp/.lcdwetter
/var/plugins/tuxwet/lcdwetter &
elif [ -e /var/etc/.lcd_stbclock_analog ]; then
touch /tmp/lcd.locked
analclock &
elif [ -e /var/etc/.lcd_stbclock_bcd ]; then
touch /tmp/lcd.locked
bcdclock &
elif [ -e /var/etc/.lcd_stbclock_animation ]; then
touch /tmp/lcd.locked
aniplay /var/tuxbox/config/neutrino/icons/lcd.ani &
fi
if [ -e /var/etc/.stb_off_sectionsd ]; then
touch /tmp/.daemon_h &
if pidof daemon_h > /dev/null; then killall daemon_h; fi &
touch /tmp/.daemon_h &
sleep 10 && killall -9 sectionsd &
fi
if [ -e /var/etc/.stb_off_tuxmaild ]; then
kill -12 `pidof tuxmaild` &
if [ -e /tmp/tuxcald.pid ]; then kill -usr2 $(cat /tmp/tuxcald.pid); fi
fi
if [ -e /dev/ide/host0/bus0/target0/lun0/disc ]; then
hdparm -y /dev/ide/host0/bus0/target0/lun0/disc
fi
wget -q -Y off -O /tmp/aktueller_kanal
Sie müssen registriert sein, um Links zu sehen.
pzapit 2 2