From owner-freebsd-questions Wed Feb 27 8: 6:42 2002 Delivered-To: freebsd-questions@freebsd.org Received: from mail.mango-bay.com (mail.mango-bay.com [208.206.15.12]) by hub.freebsd.org (Postfix) with ESMTP id 38A9E37B417 for ; Wed, 27 Feb 2002 08:06:37 -0800 (PST) Received: from barbish ([63.70.155.65]) by mail.mango-bay.com (Post.Office MTA v3.5.3 release 223 ID# 0-52377U2500L250S0V35) with SMTP id com for ; Wed, 27 Feb 2002 11:11:11 -0500 From: "Joe & Fhe Barbish" To: "FBSDQ" Subject: Remove DHCP copyright msg from console display. Date: Wed, 27 Feb 2002 11:06:34 -0500 Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook IMO, Build 9.0.2416 (9.0.2911.0) Importance: Normal X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2600.0000 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 man dhcpd(8) says When starting dhcpd up from a system startup script it may not be desirable to print out the entire copyright message on startup. To avoid printing this message, the -q flag may be specified. I started DHCPD this way /usr/local/etc/rc.d/isc-dhcpd.sh start -q This is what comes out with or without the -q. Internet Software Consortium DHCP Server V3.0.1rc6 Copyright 1995-2001 Internet Software Consortium. All rights reserved. For info, please visit http://www.isc.org/products/DHCP Wrote 1 leases to leases file. Listening on BPF/xl0/00:01:02:2f:c3:00/10.0.10.0/29 Sending on BPF/xl0/00:01:02:2f:c3:00/10.0.10.0/29 Sending on Socket/fallback/fallback-net Looking at the script isc-dhcpd.sh I can not see where the second varuable is -q is read by the script. Is this a bug? How can I get rid of the copyright msg? To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message