From 7545a44dded6b2618da1d29893c0bee431f91a11 Mon Sep 17 00:00:00 2001 From: Roy Marples Date: Sun, 15 Jul 2007 19:23:11 +0000 Subject: adsl module now finds the correct exe, #185276 thanks to Marcello Laganà. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- net.Linux/adsl.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'net.Linux/adsl.sh') 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}" -- cgit v1.2.3