File:  [ELWIX - Embedded LightWeight unIX -] / elwix / config / etc / uboot / rc.d / 022.anshd.run
Revision 1.1.2.3: download - view: text, annotated - select for diffs - revision graph
Sat Feb 8 22:01:48 2014 UTC (10 years, 7 months ago) by misho
Branches: elwix2_2
disable ansh

#!/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

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>