File:  [ELWIX - Embedded LightWeight unIX -] / elwix / config / etc / default / pceng / button.sh
Revision 1.2.18.1: download - view: text, annotated - select for diffs - revision graph
Wed Sep 17 15:51:35 2014 UTC (9 years, 11 months ago) by misho
Branches: elwix2_3
Diff to: branchpoint 1.2: preferred, colored
restore to default

#!/bin/sh
#
# Button event script
#
# $Id: button.sh,v 1.2.18.1 2014/09/17 15:51:35 misho Exp $

PRESSED=${1:-0}

logger "Button pressed for $PRESSED seconds"
if [ $PRESSED -gt 3 ]; then
	/etc/rc.cfg erase
fi
reboot

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