diff options
author | Ben Lutgens <lamer@gentoo.org> | 2001-09-04 21:26:57 +0000 |
---|---|---|
committer | Ben Lutgens <lamer@gentoo.org> | 2001-09-04 21:26:57 +0000 |
commit | 76b198795a140ee68f31d77ed1a2103f86dde233 (patch) | |
tree | 3cd27365bc8469fc2caf2de967be4edf961db85c /net-dialup | |
parent | oops (diff) | |
download | gentoo-2-76b198795a140ee68f31d77ed1a2103f86dde233.tar.gz gentoo-2-76b198795a140ee68f31d77ed1a2103f86dde233.tar.bz2 gentoo-2-76b198795a140ee68f31d77ed1a2103f86dde233.zip |
fixed pwdb.conf so it don't barf if someone tries to use NIS
Diffstat (limited to 'net-dialup')
-rw-r--r-- | net-dialup/ppp/ppp-2.4.1-r2.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net-dialup/ppp/ppp-2.4.1-r2.ebuild b/net-dialup/ppp/ppp-2.4.1-r2.ebuild index c37ae699cd4b..b4ee8b66b9d8 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.2 2001/09/01 22:59:34 lamer Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-dialup/ppp/ppp-2.4.1-r2.ebuild,v 1.3 2001/09/04 21:26:57 lamer Exp $ A="${P}.tar.gz" S=${WORKDIR}/${P} @@ -39,7 +39,7 @@ src_install() { done chmod u+s-w ${D}/usr/sbin/pppd chown root:daemon ${D}/usr/sbin/pppstats - dodir /etc/ppp + dodir /etc/ppp/peers insinto /etc/ppp insopts -m0600 doins etc.ppp/pap-secrets etc.ppp/chap-secrets |