diff options
author | Ben Lutgens <blutgens@gentoo.org> | 2001-09-04 21:26:57 +0000 |
---|---|---|
committer | Ben Lutgens <blutgens@gentoo.org> | 2001-09-04 21:26:57 +0000 |
commit | f3277c2c193352fdf68ce351b66131700c29b44e (patch) | |
tree | ba5ebee76c59a095b6407bda7676fbe256bc8203 /net-dialup | |
parent | oops (diff) | |
download | historical-f3277c2c193352fdf68ce351b66131700c29b44e.tar.gz historical-f3277c2c193352fdf68ce351b66131700c29b44e.tar.bz2 historical-f3277c2c193352fdf68ce351b66131700c29b44e.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 |