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
commitfcf413f9044e6b8a1d4f969acffb4c3780c67470 (patch)
tree53cde3f374d4b35c1a860fb8dcd564aecbff7401
parentpinfo is a better info than info. (So is cat, for that matter, but pinfo has ... (diff)
downloadgentoo-2-fcf413f9044e6b8a1d4f969acffb4c3780c67470.tar.gz
gentoo-2-fcf413f9044e6b8a1d4f969acffb4c3780c67470.tar.bz2
gentoo-2-fcf413f9044e6b8a1d4f969acffb4c3780c67470.zip
bleh
-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