v20160625:
- insert stop function with 2 check killall
- more libAlert outputs for USB check, Oscam start check, stop check
- codefixes
v20160622:
OSCAM_DIR=/mnt/opt/privateer/usr/bin/oscam ==> OSCAM_DIR=$DISTROOT/usr/bin/oscam
>>> use the DISTROOT variable from the SGO.env
SODIR=$SYSROOT/opt/privateer/usr/libso ==> SODIR=$DISTROOT/usr/libso
>>> use the DISTROOT instead of SYSROOT variable from the SGO.env
BUILD=oscam-svn10666-samsungtv-webif ==> BUILD=oscam-samygo
>>> the OScam build can simple update to a higher version without to edit the *.init script
$OSCAM_DIR/libOscam*.so ==> $SODIR/libOscam*.so
>>> all SO files are now in the same directory
/dtv/xxxx ==> $TMPDIR/xxxx
>>> use the TMPDIR variable from the SGO.env