diff options
author | 2001-09-01 22:59:34 +0000 | |
---|---|---|
committer | 2001-09-01 22:59:34 +0000 | |
commit | 90ea2aed955599bc187240065b97eaa3a616b517 (patch) | |
tree | c1b95431e3fabf9a6a85dd8ca30123cdc682868c /net-dialup/ppp | |
parent | digests (diff) | |
download | historical-90ea2aed955599bc187240065b97eaa3a616b517.tar.gz historical-90ea2aed955599bc187240065b97eaa3a616b517.tar.bz2 historical-90ea2aed955599bc187240065b97eaa3a616b517.zip |
lots of fix0rs
Diffstat (limited to 'net-dialup/ppp')
-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 :-) |