From owner-freebsd-questions Wed Feb 27 16:54:35 2002 Delivered-To: freebsd-questions@freebsd.org Received: from mta07-svc.ntlworld.com (mta07-svc.ntlworld.com [62.253.162.47]) by hub.freebsd.org (Postfix) with ESMTP id 51A1637B402 for ; Wed, 27 Feb 2002 16:54:32 -0800 (PST) Received: from lungfish.ntlworld.com ([80.4.0.215]) by mta07-svc.ntlworld.com (InterMail vM.4.01.03.27 201-229-121-127-20010626) with ESMTP id <20020228005430.EDFY22101.mta07-svc.ntlworld.com@lungfish.ntlworld.com>; Thu, 28 Feb 2002 00:54:30 +0000 Received: from tuatara.goatsucker.org (tuatara.goatsucker.org [192.168.1.6]) by lungfish.ntlworld.com (8.11.6/8.11.3) with ESMTP id g1S0tYj12176; Thu, 28 Feb 2002 00:55:34 GMT (envelope-from scott@tuatara.goatsucker.org) Received: (from scott@localhost) by tuatara.goatsucker.org (8.11.6/8.11.6) id g1S0taD48644; Thu, 28 Feb 2002 00:55:36 GMT (envelope-from scott) Date: Thu, 28 Feb 2002 00:55:36 +0000 From: Scott Mitchell To: Joe & Fhe Barbish Cc: Eric Six , FBSDQ Subject: Re: Remove DHCP copyright msg from console display. Message-ID: <20020228005536.C48231@localhost> References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: ; from barbish@a1poweruser.com on Wed, Feb 27, 2002 at 12:11:11PM -0500 X-Operating-System: FreeBSD 4.5-STABLE i386 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 On Wed, Feb 27, 2002 at 12:11:11PM -0500, Joe & Fhe Barbish wrote: > dhcpd_options= -q gives a error -q: not found > > dhcpd_options=-q gives no error but the copyright is still there. > > > Any other ideas? Is there a file /usr/local/etc/rc.isc-dhcpd.conf? If I'm reading the script right, you're supposed to put you custom settings to dhcpd_options and dhcpd_ifaces in there. The .conf file overrides the script, so it might be cancelling out the change you made above. If you just want it to shut up, you could change this line in the script: ${program_path} ${dhcpd_options} ${dhcpd_ifaces} && to ${program_path} ${dhcpd_options} -q ${dhcpd_ifaces} && but I'd recommend creating up the rc.isc-dhcpd.conf file and setting dhcpd_options there. Scott -- =========================================================================== Scott Mitchell | PGP Key ID | "Eagles may soar, but weasels Cambridge, England | 0x54B171B9 | don't get sucked into jet engines" scott.mitchell@mail.com | 0xAA775B8B | -- Anon To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message