--- elwix/config/etc/uboot/rc.d/022.anshd.run 2014/01/23 09:34:55 1.1 +++ elwix/config/etc/uboot/rc.d/022.anshd.run 2014/09/15 19:06:52 1.2 @@ -0,0 +1,10 @@ +#!/bin/sh + +TIMEOUT="180" +KEY="_ansh_ELWIX_" + +#[ -r /etc/mylan ] && VDEV=`cat /etc/mylan` +#VDEV=${VDEV:-`get1steth -g`} + +echo "Starting anshd on $VDEV ..." +#[ -x /usr/local/sbin/anshd ] && /usr/local/sbin/anshd -t ${TIMEOUT} -k ${KEY} -d $VDEV