From owner-freebsd-stable@FreeBSD.ORG Fri Jul 8 21:39:20 2005 Return-Path: X-Original-To: freebsd-stable@freebsd.org Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0C0B916A41C for ; Fri, 8 Jul 2005 21:39:20 +0000 (GMT) (envelope-from jonc@chen.org.nz) Received: from chen.org.nz (chen.org.nz [210.54.19.51]) by mx1.FreeBSD.org (Postfix) with ESMTP id A644F43D46 for ; Fri, 8 Jul 2005 21:39:19 +0000 (GMT) (envelope-from jonc@chen.org.nz) Received: by chen.org.nz (Postfix, from userid 1000) id BF5C95641F; Sat, 9 Jul 2005 09:39:17 +1200 (NZST) Date: Sat, 9 Jul 2005 09:39:17 +1200 From: Jonathan Chen To: Stephen Montgomery-Smith Message-ID: <20050708213917.GD52526@osiris.chen.org.nz> References: <42CED9B5.6080100@math.missouri.edu> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <42CED9B5.6080100@math.missouri.edu> User-Agent: Mutt/1.4.2.1i Cc: freebsd-stable@freebsd.org Subject: Re: How to set polling for printer upon startup X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 08 Jul 2005 21:39:20 -0000 On Fri, Jul 08, 2005 at 02:53:25PM -0500, Stephen Montgomery-Smith wrote: > My printer doesn't work very well unless I type > lpcontrol -p > What is the "correct" way to make this happen when the computer first > boots up - is there some setting in device.hints or something I can put > in the kernel config so that it defaults to this? I've got: hint.ppc.0.flags="0x28" in my /boot/device.hints to do this. Cheers. -- Jonathan Chen ---------------------------------------------------------------------- char *p="char *p=%c%s%c;main(){printf(p,34,p,34);}";main(){printf(p,34,p,34);}