Annotation of embedtools/etc/led.sh, revision 1.2

1.2     ! misho       1: #!/bin/sh
        !             2: #
        !             3: # LED event script
        !             4: #
        !             5: # $Id: led.sh,v 1.1.2.3 2011/10/24 23:24:43 misho Exp $
        !             6: 
        !             7: STATE=${1:-0}
        !             8: 
        !             9: logger "LED changes $STATE"

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