--- Adam Weinberger <[EMAIL PROTECTED]> wrote: > -----BEGIN PGP SIGNED MESSAGE----- > Hash: SHA1 > > >> (12.28.2002 @ 2157 PST): Derision said, in 0.4K: > << > > What is the correct line in the kernel config for > > making halt -p work? > > > > Mine is currently > > device apm0 > > > > (FreeBSD 4.7) > >> end of "APM" from Derision << > > Make sure you also have: > apm_enable="YES" > apmd_enable="YES" > > in your /etc/rc.conf. > > # Adam > > > - -- > Adam Weinberger > vectors.cx >> [EMAIL PROTECTED] > FreeBSD.org << [EMAIL PROTECTED] > Bayer Berkeley >> [EMAIL PROTECTED] > #vim:set ts=8: 8-char tabs prevent tooth decay. > -----BEGIN PGP SIGNATURE----- > Version: GnuPG v1.2.1 (FreeBSD) > > iD8DBQE+Dpiuo8KM2ULHQ/0RAqaPAJ4uyhXLpaENj9pXRqkR39u3heOIFwCgxs24 > 3Rcck6MQU3aaL1j7CJeuZs4= > =0/wZ > -----END PGP SIGNATURE----- > > To Unsubscribe: send mail to [EMAIL PROTECTED] > with "unsubscribe freebsd-questions" in the body of > the message
Actually apmd_enable="YES" will suffice (man apmd) since apmd will enable apm (whatever that means) each time it starts up. enabling both apmd and apm in rc.conf won't hurt, it is just redundant. Wayne __________________________________________________ Do you Yahoo!? Yahoo! Mail Plus - Powerful. Affordable. Sign up now. http://mailplus.yahoo.com To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-questions" in the body of the message
