diff options
-rw-r--r-- | net-misc/pump/files/pump.conf | 12 | ||||
-rw-r--r-- | net-misc/pump/pump-0.8.3.ebuild | 4 |
2 files changed, 15 insertions, 1 deletions
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 <lamer@gentoo.org> -# $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 } |