diff options
author | Martin Schlemmer <azarah@gentoo.org> | 2001-12-23 23:25:19 +0000 |
---|---|---|
committer | Martin Schlemmer <azarah@gentoo.org> | 2001-12-23 23:25:19 +0000 |
commit | a54eb798d7f09f63a7ba7a09e860c736caa89bf8 (patch) | |
tree | e7dc52bccf3bcefb44934ff79367a9c0ce78cf60 /net-dialup | |
parent | remove a dodir /etc/rc.d/, as it is no longer in use (diff) | |
download | gentoo-2-a54eb798d7f09f63a7ba7a09e860c736caa89bf8.tar.gz gentoo-2-a54eb798d7f09f63a7ba7a09e860c736caa89bf8.tar.bz2 gentoo-2-a54eb798d7f09f63a7ba7a09e860c736caa89bf8.zip |
moved rc-script config settings to /etc/conf.d
Diffstat (limited to 'net-dialup')
-rw-r--r-- | net-dialup/ppp/ppp-2.4.1-r6.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net-dialup/ppp/ppp-2.4.1-r6.ebuild b/net-dialup/ppp/ppp-2.4.1-r6.ebuild index d430c8901027..02c161a3f05d 100644 --- a/net-dialup/ppp/ppp-2.4.1-r6.ebuild +++ b/net-dialup/ppp/ppp-2.4.1-r6.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-r6.ebuild,v 1.3 2001/11/25 14:11:08 azarah Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-dialup/ppp/ppp-2.4.1-r6.ebuild,v 1.4 2001/12/23 23:25:19 azarah Exp $ A="${P}.tar.gz" S=${WORKDIR}/${P} @@ -58,7 +58,7 @@ src_install() { doins etc.ppp/options # insinto /etc/modules.d -# doins ${FILESDIR}/${PVR}/modules.ppp +# doins ${FILESDIR}/modules.ppp dodoc PLUGINS README* SETUP Changes-2.3 FAQ |