Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 28 Feb 2002 00:55:36 +0000
From:      Scott Mitchell <scott.mitchell@mail.com>
To:        Joe & Fhe Barbish <barbish@a1poweruser.com>
Cc:        Eric Six <erics@sirsi.com>, FBSDQ <questions@FreeBSD.ORG>
Subject:   Re: Remove DHCP copyright msg from console display.
Message-ID:  <20020228005536.C48231@localhost>
In-Reply-To: <LPBBIGIAAKKEOEJOLEGOIEBDCJAA.barbish@a1poweruser.com>; from barbish@a1poweruser.com on Wed, Feb 27, 2002 at 12:11:11PM -0500
References:  <DC32C8CEB3F8D311B6B5009027DE5AD503D208B6@stlmail.dra.com> <LPBBIGIAAKKEOEJOLEGOIEBDCJAA.barbish@a1poweruser.com>

next in thread | previous in thread | raw e-mail | index | archive | help
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




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20020228005536.C48231>