summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBen Lutgens <blutgens@gentoo.org>2001-07-15 01:21:11 +0000
committerBen Lutgens <blutgens@gentoo.org>2001-07-15 01:21:11 +0000
commitdbbd72bac97eba4a4c0d0cec2183d06b6b761135 (patch)
tree03444f3ba89abd528a66b77b50ec65035b3d1c48 /net-misc/pump
parentPump kicks ass. It's the best dhcp client I've ever used. (diff)
downloadhistorical-dbbd72bac97eba4a4c0d0cec2183d06b6b761135.tar.gz
historical-dbbd72bac97eba4a4c0d0cec2183d06b6b761135.tar.bz2
historical-dbbd72bac97eba4a4c0d0cec2183d06b6b761135.zip
Added sample config file
Diffstat (limited to 'net-misc/pump')
-rw-r--r--net-misc/pump/files/pump.conf12
-rw-r--r--net-misc/pump/pump-0.8.3.ebuild4
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
}