summaryrefslogtreecommitdiff
path: root/net.Linux
diff options
context:
space:
mode:
authorRoy Marples <roy@marples.name>2007-07-15 19:23:11 +0000
committerRoy Marples <roy@marples.name>2007-07-15 19:23:11 +0000
commit7545a44dded6b2618da1d29893c0bee431f91a11 (patch)
treeb441d89bdba81f476dc4a17c19c402230313d3d7 /net.Linux
parentf1aa7ef2bc77da499afd92608af5ebeb99dd7b90 (diff)
downloadopenrc-7545a44dded6b2618da1d29893c0bee431f91a11.tar.gz
openrc-7545a44dded6b2618da1d29893c0bee431f91a11.tar.bz2
openrc-7545a44dded6b2618da1d29893c0bee431f91a11.tar.xz
adsl module now finds the correct exe, #185276 thanks to Marcello Laganà.
Diffstat (limited to 'net.Linux')
-rw-r--r--net.Linux/adsl.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/net.Linux/adsl.sh b/net.Linux/adsl.sh
index a6e74c9..5c4c5c5 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}"