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 | 7e2cb39924f80760ec3d403deec1aa4fa1e33447 (patch) | |
tree | b2cdbdd704fe58674e4ec68961d1e8c180124e8f /net-dialup | |
parent | stable on x86 (diff) | |
download | historical-7e2cb39924f80760ec3d403deec1aa4fa1e33447.tar.gz historical-7e2cb39924f80760ec3d403deec1aa4fa1e33447.tar.bz2 historical-7e2cb39924f80760ec3d403deec1aa4fa1e33447.zip |
fix setup for two modems, bug #43923
Diffstat (limited to 'net-dialup')
-rw-r--r-- | net-dialup/ppp/ChangeLog | 5 | ||||
-rw-r--r-- | net-dialup/ppp/files/2.4.2/net.ppp0 | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/net-dialup/ppp/ChangeLog b/net-dialup/ppp/ChangeLog index 3837574caa0a..5c326072743a 100644 --- a/net-dialup/ppp/ChangeLog +++ b/net-dialup/ppp/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-dialup/ppp # Copyright 2002-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-dialup/ppp/ChangeLog,v 1.76 2004/09/27 11:28:11 lanius Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-dialup/ppp/ChangeLog,v 1.77 2004/09/27 11:37:33 lanius Exp $ + + 27 Sep 2004; Heinrich Wendel <lanius@gentoo.org> files/2.4.2/net.ppp0: + fix setup for two modems, bug #43923 27 Sep 2004; Heinrich Wendel <lanius@gentoo.org> ppp-2.4.2-r4.ebuild: fix activfilter useflag 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 |