From dbbd72bac97eba4a4c0d0cec2183d06b6b761135 Mon Sep 17 00:00:00 2001 From: Ben Lutgens Date: Sun, 15 Jul 2001 01:21:11 +0000 Subject: Added sample config file --- net-misc/pump/files/pump.conf | 12 ++++++++++++ net-misc/pump/pump-0.8.3.ebuild | 4 +++- 2 files changed, 15 insertions(+), 1 deletion(-) create mode 100644 net-misc/pump/files/pump.conf (limited to 'net-misc/pump') diff --git a/net-misc/pump/files/pump.conf b/net-misc/pump/files/pump.conf new file mode 100644 index 000000000000..d6456b9d7581 --- /dev/null +++ b/net-misc/pump/files/pump.conf @@ -0,0 +1,12 @@ +# sample /etc/pump.conf file +# See "man pump" for more information +#domainsearch "my.own.org own.org at.work.com" + +#retries 3 +#device eth1 { +#nodns +#} + + + + diff --git a/net-misc/pump/pump-0.8.3.ebuild b/net-misc/pump/pump-0.8.3.ebuild index a4040c031a50..15ab5271cb90 100644 --- a/net-misc/pump/pump-0.8.3.ebuild +++ b/net-misc/pump/pump-0.8.3.ebuild @@ -1,7 +1,7 @@ # Copyright 1999-2001 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later # Author Ben Lutgens -# $Header: /var/cvsroot/gentoo-x86/net-misc/pump/pump-0.8.3.ebuild,v 1.1 2001/07/15 01:15:35 lamer Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/pump/pump-0.8.3.ebuild,v 1.2 2001/07/15 01:21:10 lamer Exp $ A=pump_0.8.3.orig.tar.gz S=${WORKDIR}/${P} DESCRIPTION="This is the DHCP/BOOTP client written by RedHat." @@ -17,6 +17,8 @@ src_compile() { src_install () { dosbin pump + insinto /etc + doins ${FILESDIR}/pump.conf doman pump.8 dodoc COPYING CREDITS } -- cgit v1.2.3-65-gdbad