1 #!/bin/sh /etc/rc.common
2 # Copyright (C) 2006 OpenWrt.org
6 local cfg
="$CONFIG_SECTION"
11 config_get cfgt
"$cfg" TYPE
15 config_get res
$cfg Resolution
16 config_get dev
$cfg Device
17 config_get port
$cfg Port
19 SERVFOX_ARGS
="${dev:+-d $dev} ${res:+-s $res} ${port:+-w $port}"
26 /bin
/servfox
$SERVFOX_ARGS &
This page took 0.045825 seconds and 5 git commands to generate.