Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 12 Feb 2003 09:39:23 -0000
From:      "Kjell" <la3sg@sensewave.com>
To:        don_oles@able.com.ua
Cc:        freebsd-questions@FreeBSD.ORG
Subject:   Re: halt -p
Message-ID:  <3E4A164B.18877.780939@localhost>
In-Reply-To: <44r8ae7bwd.fsf@be-well.ilk.org>
References:  <1947650200.20030211215001@able.com.ua>

next in thread | previous in thread | raw e-mail | index | archive | help

> Oles Hnatkevych <don_oles@able.com.ua> writes:
> 
> > Hello!
> > 
> >  I have 4.7
> > 
> >  man page for halt says:
> > 
> >      -p      The system will turn off the power if it can.  This is of course
> >              likely to make reboot rather similar to halt. 
> > 
> > 
> >  How I make it really work?
> >  ;-)
> >  I DO have ATX ....
> 
> You need the kernel code for apm(4).
> 
To enable shutdown -p to function, build the kernel 
with apm enabled:
Comment out line with device apm0 and insert new 
line containing just device apm0
	device apm0
Then insert into rc.conf
	apm_enable="YES"
Kjell

> To Unsubscribe: send mail to majordomo@FreeBSD.org
> with "unsubscribe freebsd-questions" in the body of the message



To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-questions" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?3E4A164B.18877.780939>