diff options
author | Martin Schlemmer <azarah@gentoo.org> | 2001-11-11 19:54:17 +0000 |
---|---|---|
committer | Martin Schlemmer <azarah@gentoo.org> | 2001-11-11 19:54:17 +0000 |
commit | e6a2a8e679c49cfae897e42a6c97defb78b37f6a (patch) | |
tree | d7f033633032d6004d4e6f96482a4748406c0928 /net-dialup/ppp | |
parent | version with new rc-script (diff) | |
download | gentoo-2-e6a2a8e679c49cfae897e42a6c97defb78b37f6a.tar.gz gentoo-2-e6a2a8e679c49cfae897e42a6c97defb78b37f6a.tar.bz2 gentoo-2-e6a2a8e679c49cfae897e42a6c97defb78b37f6a.zip |
small fix
Diffstat (limited to 'net-dialup/ppp')
-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 8920ed5a41cf..739b7050df4c 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.1 2001/11/11 19:47:03 azarah Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-dialup/ppp/ppp-2.4.1-r6.ebuild,v 1.2 2001/11/11 19:54:17 azarah Exp $ A="${P}.tar.gz" S=${WORKDIR}/${P} @@ -57,7 +57,7 @@ src_install() { insopts -m0644 doins etc.ppp/options - insinto /etc + insinto /etc/init.d insopts -m0700 doins ${FILESDIR}/${PVR}/net.ppp0 |