Subject: Re: apm
To: None <wojtek@wojtek.from.pl>
From: None <itojun@iijlab.net>
List: port-i386
Date: 01/27/2001 18:31:24
>how does apm in netbsd works? in linux i compiled it so system did
>powerdown on halt. on netbsd system does not powerdown on halt but instead
>i have to use main power switch (at back) instead of normal which does not
>work

	be sure to have a kernel with apm driver enabled, then you can
	power the machine down by:
	# shutdown -p now

itojun