From owner-freebsd-questions Sun Dec 29 11:53:33 2002 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BE2B137B405 for ; Sun, 29 Dec 2002 11:53:31 -0800 (PST) Received: from web41303.mail.yahoo.com (web41303.mail.yahoo.com [66.218.93.52]) by mx1.FreeBSD.org (Postfix) with SMTP id 3324243EC5 for ; Sun, 29 Dec 2002 11:53:31 -0800 (PST) (envelope-from wayneclubin@yahoo.com) Message-ID: <20021229195329.14992.qmail@web41303.mail.yahoo.com> Received: from [64.131.161.101] by web41303.mail.yahoo.com via HTTP; Sun, 29 Dec 2002 11:53:29 PST Date: Sun, 29 Dec 2002 11:53:29 -0800 (PST) From: Wayne Lubin Subject: Re: APM To: Adam Weinberger Cc: freebsd-questions@freebsd.org In-Reply-To: <20021229063942.GI215@vectors.cx> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG --- Adam Weinberger 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 >> adam@vectors.cx > FreeBSD.org << adamw@FreeBSD.ORG > Bayer Berkeley >> adam.weinberger.b@bayer.com > #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 majordomo@FreeBSD.org > 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 majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message