diff options
author | 2004-08-28 02:55:40 +0000 | |
---|---|---|
committer | 2004-08-28 02:55:40 +0000 | |
commit | ae44cbd354fe149cf341eb747617602a3c9d58b7 (patch) | |
tree | 8ea7b9d5a0cfc86cc7a8c407876893fa972444a3 /net-misc/dhcp/files | |
parent | stable on ppc64, bug #59368 (Manifest recommit) (diff) | |
download | gentoo-2-ae44cbd354fe149cf341eb747617602a3c9d58b7.tar.gz gentoo-2-ae44cbd354fe149cf341eb747617602a3c9d58b7.tar.bz2 gentoo-2-ae44cbd354fe149cf341eb747617602a3c9d58b7.zip |
change the default options to be less verbose
Diffstat (limited to 'net-misc/dhcp/files')
-rw-r--r-- | net-misc/dhcp/files/dhcp.conf | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net-misc/dhcp/files/dhcp.conf b/net-misc/dhcp/files/dhcp.conf index c408e2872a07..ecc2db926b7a 100644 --- a/net-misc/dhcp/files/dhcp.conf +++ b/net-misc/dhcp/files/dhcp.conf @@ -1,13 +1,13 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/dhcp/files/dhcp.conf,v 1.5 2004/07/14 23:56:54 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/dhcp/files/dhcp.conf,v 1.6 2004/08/28 02:55:40 vapier Exp $ # Configure which interface or interfaces to for dhcp to listen on # list all interfaces space separated. IFACE="eth0" # Insert any other options needed -DHCPD_OPTS="" +DHCPD_OPTS="-q" # If you wish to run dhcp in a chroot, run: # ebuild /var/db/pkg/net-misc/<dhcp version>/<dhcp-version>.ebuild config |