Re: halt -p

2003-02-12 Thread Kjell

> Oles Hnatkevych <[EMAIL PROTECTED]> 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 [EMAIL PROTECTED]
> with "unsubscribe freebsd-questions" in the body of the message



To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-questions" in the body of the message



Re: halt -p

2003-02-11 Thread Lowell Gilbert
Oles Hnatkevych <[EMAIL PROTECTED]> 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 Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-questions" in the body of the message



halt -p

2003-02-11 Thread Oles Hnatkevych
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 

-- 
 Oles  mailto:[EMAIL PROTECTED]


To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-questions" in the body of the message