http://forum.tuxbox-cvs.sourceforge.net ... highlight=
The feature should be anything which tells an application when the channels are changed (zapped)
A solution for this feature is to implement it in the same way as

From: enigma_standby.cpp
if (!::stat("/var/etc/enigma_enter_standby.sh", &s))
system("/var/etc/enigma_enter_standby.sh");
The file name could be "/var/etc/enigma_has_zapped.sh" or whatever is good.
The place to put this statement should be after that the channels has zapped
Hopefully English was OK
Regards