diff options
author | Ben Lutgens <blutgens@gentoo.org> | 2001-07-15 01:29:48 +0000 |
---|---|---|
committer | Ben Lutgens <blutgens@gentoo.org> | 2001-07-15 01:29:48 +0000 |
commit | a65fc5904c4c95549ef5432c2ad4f8cef56c1f9a (patch) | |
tree | 61d63d4608e1b44b5ec29bff74dd3eaba690156c /net-misc/pump | |
parent | Added sample config file (diff) | |
download | historical-a65fc5904c4c95549ef5432c2ad4f8cef56c1f9a.tar.gz historical-a65fc5904c4c95549ef5432c2ad4f8cef56c1f9a.tar.bz2 historical-a65fc5904c4c95549ef5432c2ad4f8cef56c1f9a.zip |
putting it in /sbin, it's better there
Diffstat (limited to 'net-misc/pump')
-rw-r--r-- | net-misc/pump/pump-0.8.3.ebuild | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/net-misc/pump/pump-0.8.3.ebuild b/net-misc/pump/pump-0.8.3.ebuild index 15ab5271cb90..f58c1b5fbb4b 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.2 2001/07/15 01:21:10 lamer Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/pump/pump-0.8.3.ebuild,v 1.3 2001/07/15 01:29:48 lamer Exp $ A=pump_0.8.3.orig.tar.gz S=${WORKDIR}/${P} DESCRIPTION="This is the DHCP/BOOTP client written by RedHat." @@ -16,7 +16,8 @@ src_compile() { } src_install () { - dosbin pump + exeinto /sbin + doexe pump insinto /etc doins ${FILESDIR}/pump.conf doman pump.8 |