diff options
author | Ben Lutgens <lamer@gentoo.org> | 2001-09-01 22:59:34 +0000 |
---|---|---|
committer | Ben Lutgens <lamer@gentoo.org> | 2001-09-01 22:59:34 +0000 |
commit | 8f8cd494eed180ab35a49d51dfea5b9d27ce258e (patch) | |
tree | fa0367b06379519790f3c613d155670dade1e15b /net-dialup | |
parent | digests (diff) | |
download | gentoo-2-8f8cd494eed180ab35a49d51dfea5b9d27ce258e.tar.gz gentoo-2-8f8cd494eed180ab35a49d51dfea5b9d27ce258e.tar.bz2 gentoo-2-8f8cd494eed180ab35a49d51dfea5b9d27ce258e.zip |
lots of fix0rs
Diffstat (limited to 'net-dialup')
-rw-r--r-- | net-dialup/ppp/ppp-2.4.1-r2.ebuild | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/net-dialup/ppp/ppp-2.4.1-r2.ebuild b/net-dialup/ppp/ppp-2.4.1-r2.ebuild index 52d04628c1c9..c37ae699cd4b 100644 --- a/net-dialup/ppp/ppp-2.4.1-r2.ebuild +++ b/net-dialup/ppp/ppp-2.4.1-r2.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 Daniel Robbins <drobbins@gentoo.org> -# $Header: /var/cvsroot/gentoo-x86/net-dialup/ppp/ppp-2.4.1-r2.ebuild,v 1.1 2001/07/15 02:33:15 lamer Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-dialup/ppp/ppp-2.4.1-r2.ebuild,v 1.2 2001/09/01 22:59:34 lamer Exp $ A="${P}.tar.gz" S=${WORKDIR}/${P} @@ -45,8 +45,6 @@ src_install() { doins etc.ppp/pap-secrets etc.ppp/chap-secrets insopts -m0644 doins etc.ppp/options - insinto /etc/modules - doins ${FILESDIR}/modules.ppp dodoc PLUGINS README* SETUP Changes-2.3 FAQ # Added a couple scripts to simplify dialing up # borrowed from debian, man they got some nice little apps :-) |