summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartin Schlemmer <azarah@gentoo.org>2001-11-11 22:30:27 +0000
committerMartin Schlemmer <azarah@gentoo.org>2001-11-11 22:30:27 +0000
commita3290044b66d89ced92292beaec899d7dfc866ed (patch)
treef3e6124195ce975a6c426b60e0f7be1852426297 /net-dialup/ppp
parentpinfo is a better info than info. (So is cat, for that matter, but pinfo has ... (diff)
downloadhistorical-a3290044b66d89ced92292beaec899d7dfc866ed.tar.gz
historical-a3290044b66d89ced92292beaec899d7dfc866ed.tar.bz2
historical-a3290044b66d89ced92292beaec899d7dfc866ed.zip
bleh
Diffstat (limited to 'net-dialup/ppp')
-rw-r--r--net-dialup/ppp/files/2.4.1-r6/net.ppp04
1 files changed, 2 insertions, 2 deletions
diff --git a/net-dialup/ppp/files/2.4.1-r6/net.ppp0 b/net-dialup/ppp/files/2.4.1-r6/net.ppp0
index f713f7fb8dfe..6efb880d2003 100644
--- a/net-dialup/ppp/files/2.4.1-r6/net.ppp0
+++ b/net-dialup/ppp/files/2.4.1-r6/net.ppp0
@@ -185,9 +185,9 @@ setup_cfg_files() {
# Setup the secrets files
echo "${USERNAME} ${PEER} \"${PASSWORD}\"" >/etc/ppp/chap-secrets
- chmod 660 /etc/ppp/chap-secrets
+ chmod 600 /etc/ppp/chap-secrets
echo "${USERNAME} ${PEER} \"${PASSWORD}\"" >/etc/ppp/pap-secrets
- chmod 660 /etc/ppp/pap-secrets
+ chmod 600 /etc/ppp/pap-secrets
# Setup the chat file
if [ -n "${INITSTRING}" ] ; then