diff options
author | Heinrich Wendel <lanius@gentoo.org> | 2004-09-27 11:37:33 +0000 |
---|---|---|
committer | Heinrich Wendel <lanius@gentoo.org> | 2004-09-27 11:37:33 +0000 |
commit | e703488ff2a4b11286172e6e8f6b2517add83aac (patch) | |
tree | f8eb002d13c900e19096c8bffb347e23d5a609f5 /net-dialup/ppp/files | |
parent | stable on x86 (Manifest recommit) (diff) | |
download | gentoo-2-e703488ff2a4b11286172e6e8f6b2517add83aac.tar.gz gentoo-2-e703488ff2a4b11286172e6e8f6b2517add83aac.tar.bz2 gentoo-2-e703488ff2a4b11286172e6e8f6b2517add83aac.zip |
fix setup for two modems, bug #43923
Diffstat (limited to 'net-dialup/ppp/files')
-rw-r--r-- | net-dialup/ppp/files/2.4.2/net.ppp0 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net-dialup/ppp/files/2.4.2/net.ppp0 b/net-dialup/ppp/files/2.4.2/net.ppp0 index a78079c62001..e6daa809286c 100644 --- a/net-dialup/ppp/files/2.4.2/net.ppp0 +++ b/net-dialup/ppp/files/2.4.2/net.ppp0 @@ -1,7 +1,7 @@ #!/sbin/runscript # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-dialup/ppp/files/2.4.2/net.ppp0,v 1.3 2004/09/27 10:29:28 lanius Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-dialup/ppp/files/2.4.2/net.ppp0,v 1.4 2004/09/27 11:37:33 lanius Exp $ # Misc internal variables CMD_LINE="" @@ -181,7 +181,7 @@ setup_cfg_files() { fi # Setup the secrets files - echo "\"${USERNAME}\" ${PEER} \"${PASSWORD}\"" >/etc/ppp/chap-secrets + echo "\"${USERNAME}\" * \"${PASSWORD}\"" >/etc/ppp/chap-secrets chmod 600 /etc/ppp/chap-secrets echo "\"${USERNAME}\" ${PEER} \"${PASSWORD}\"" >/etc/ppp/pap-secrets chmod 600 /etc/ppp/pap-secrets |