View Single Post
  #8 (permalink)  
Old 05-01-2005
Drklosar Drklosar is offline
Registered User
 
Join Date: Oct 2003
Posts: 2
Thanks: 0
Thanked 0 Times in 0 Posts
Drklosar is on a distinguished road
Quote:
Originally Posted by cooky
how install gbox in gemini 1.08?
tank's.
M8
try with this script U need put that in var/script/gbox_cam.sh

chmod 755 to gbox_cam.sh

#gbox script by kvaka
#!/bin/sh

CAMNAME="Gbox"
USERNAME="Gbox"
ZAPTIME=4
CAMID=1597

case $1 in
start)
/var/bin/gbox &
;;
stop)
killall -9 gbox
;;
*)
$0 stop
exit 1
;;
esac

exit 0

reg
Drklosar

Last edited by Drklosar : 05-01-2005 at 05:09 AM.
Reply With Quote
 
Page generated in 0.10950 seconds with 9 queries