9 $_rc_subr_loaded .
/etc
/rc.subr
13 start_cmd
="gpio_start"
18 if [ -f /etc
/gpio.conf
]; then
19 echo "Configuring GPIO."
21 while read -r args
; do
22 args
=${args%%#*} # strip comments
23 test -z "$args" && continue
24 /usr
/sbin
/gpioctl
-q $args