summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlin Năstac <mrness@gentoo.org>2005-03-18 06:08:27 +0000
committerAlin Năstac <mrness@gentoo.org>2005-03-18 06:08:27 +0000
commitff787054e5667c68950bd644a3f3daf41753faf8 (patch)
treee503d38d8dea5cf6cd7cb7f6c77216030bb79e71 /net-dialup/ppp/files
parentwmakerconf finally updated to support windowmaker-0.9X series (diff)
downloadhistorical-ff787054e5667c68950bd644a3f3daf41753faf8.tar.gz
historical-ff787054e5667c68950bd644a3f3daf41753faf8.tar.bz2
historical-ff787054e5667c68950bd644a3f3daf41753faf8.zip
set ipparam to ${PEER} (#85700)
Package-Manager: portage-2.0.51.19
Diffstat (limited to 'net-dialup/ppp/files')
-rw-r--r--net-dialup/ppp/files/net.ppp04
1 files changed, 2 insertions, 2 deletions
diff --git a/net-dialup/ppp/files/net.ppp0 b/net-dialup/ppp/files/net.ppp0
index a107e9b50c67..206134e3b807 100644
--- a/net-dialup/ppp/files/net.ppp0
+++ b/net-dialup/ppp/files/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/net.ppp0,v 1.7 2005/02/06 09:22:13 mrness Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-dialup/ppp/files/net.ppp0,v 1.8 2005/03/18 06:08:27 mrness Exp $
# Misc internal variables
CMD_LINE=""
@@ -36,7 +36,7 @@ start() {
fi
# Added hide-password here, can't be too sure...
/usr/sbin/pppd ${CMD_LINE} ${MODEMPORT} ${LINESPEED} \
- ipparam ${IFACE} linkname ${IFACE} call ${PEER} \
+ ipparam ${PEER} linkname ${IFACE} call ${PEER} \
noauth ${PPPOPTIONS} hide-password
fi
eend