diff options
author | 2001-11-11 19:54:17 +0000 | |
---|---|---|
committer | 2001-11-11 19:54:17 +0000 | |
commit | fc060d53e5f2f03135050cdc3a087f35d5e6e1a9 (patch) | |
tree | acb5d8405501a3ad7965e707d82bf049379cee87 /net-dialup/ppp/ppp-2.4.1-r6.ebuild | |
parent | version with new rc-script (diff) | |
download | historical-fc060d53e5f2f03135050cdc3a087f35d5e6e1a9.tar.gz historical-fc060d53e5f2f03135050cdc3a087f35d5e6e1a9.tar.bz2 historical-fc060d53e5f2f03135050cdc3a087f35d5e6e1a9.zip |
small fix
Diffstat (limited to 'net-dialup/ppp/ppp-2.4.1-r6.ebuild')
-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 |