Mailing List archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[vdr] Re: Start script hangs my PC
I forgot the script...
case $1 in
start)
#cd /usr/src/DVB/driver
#/usr/bin/make insmod
cd /usr/src/vdradmin-0.11
./vdradmind.pl
cd /usr/src/VDR
./runvdr &
# make sure you don't use the "-d" option for vdr in the
runvdr-script or this will probably not work
;;
stop)
killall vdr vdradmind.pl runvdr
sleep 5
cd /usr/src/DVB/driver
/usr/bin/make rmmod
;;
restart)
/etc/init.d/vdr stop
/etc/init.d/vdr start
;;
reload)
/etc/init.d/vdr stop
cd /usr/src/DVB/driver
/usr/bin/make insmod
;;
*)
echo "usage: $0 {start|stop|restart|reload}"
;;
esac
Bye
Luca
--
Prendi GRATIS l'email universale che... risparmia: http://www.email.it/f
Sponsor:
Cerchi una vera occasione? Trovala su eBay,il mercato online del mondo.
Clicca qui: http://adv2.email.it/cgi-bin/foclick.cgi?mid=528&d=24-9
Home |
Main Index |
Thread Index