From 7545a44dded6b2618da1d29893c0bee431f91a11 Mon Sep 17 00:00:00 2001 From: Roy Marples Date: Sun, 15 Jul 2007 19:23:11 +0000 Subject: [PATCH] =?UTF-8?q?adsl=20module=20now=20finds=20the=20correct=20e?= =?UTF-8?q?xe,=20#185276=20thanks=20to=20Marcello=20Lagan=C3=A0.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ChangeLog | 4 ++++ net.Linux/adsl.sh | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 4bdb814b..16f1bc90 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for Gentoo System Intialization ("rc") scripts # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPLv2 + 15 Jul 2007; Roy Marples : + + adsl module now finds the correct exe, #185276 thanks to Marcello Laganà. + 14 Jul 2007; Mike Frysinger : Add --remove-destination to example /dev recover command #40987. diff --git a/net.Linux/adsl.sh b/net.Linux/adsl.sh index a6e74c9d..5c4c5c50 100644 --- a/net.Linux/adsl.sh +++ b/net.Linux/adsl.sh @@ -7,7 +7,7 @@ adsl_depend() { } adsl_setup_vars() { - local startstop="$2" cfgexe= + local startstop="$1" cfgexe= if [ -x /usr/sbin/pppoe-start ]; then exe="/usr/sbin/pppoe-${startstop}"