Date: Thu, 6 Jul 2000 15:43:11 +0100 From: j mckitrick <jcm@FreeBSD-uk.eu.org> To: Mitsuru IWASAKI <iwasaki@jp.freebsd.org> Cc: mobile@freebsd.org, jsegovia@cnc.una.py Subject: Re: apm on toshiba 4010cdt Message-ID: <20000706154311.A9703@dogma.freebsd-uk.eu.org> In-Reply-To: <20000706230923G.iwasaki@jp.FreeBSD.org>; from iwasaki@jp.freebsd.org on Thu, Jul 06, 2000 at 11:09:23PM %2B0900 References: <20000706134042.A9085@dogma.freebsd-uk.eu.org> <20000706230923G.iwasaki@jp.FreeBSD.org>
next in thread | previous in thread | raw e-mail | index | archive | help
On Thu, Jul 06, 2000 at 11:09:23PM +0900, Mitsuru IWASAKI wrote: > you could do like this; > /etc/apmd.conf: > apm_event POWERSTATECHANGE, CAPABILITIESCHANGE { > exec "YOUR_SCRIPT_HERE"; > } ok, here's my script so far: #!/bin/sh /usr/sbin/apm -l retval=$? if [ $retval -eq 10 ]; then /usr/local/bin/beep /usr/local/bin/beep /usr/local/bin/beep fi and all it does is show the battery level. i adjusted the '-eq 10' to '-eq 255' just to test it, since i am using AC power now. but it still does the same thing, and does not beep. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-mobile" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20000706154311.A9703>