adsl module now finds the correct exe, #185276 thanks to Marcello Laganà.
This commit is contained in:
parent
f1aa7ef2bc
commit
7545a44dde
@ -1,6 +1,10 @@
|
|||||||
# ChangeLog for Gentoo System Intialization ("rc") scripts
|
# ChangeLog for Gentoo System Intialization ("rc") scripts
|
||||||
# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPLv2
|
# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPLv2
|
||||||
|
|
||||||
|
15 Jul 2007; Roy Marples <uberlord@gentoo.org>:
|
||||||
|
|
||||||
|
adsl module now finds the correct exe, #185276 thanks to Marcello Laganà.
|
||||||
|
|
||||||
14 Jul 2007; Mike Frysinger <vapier@gentoo.org>:
|
14 Jul 2007; Mike Frysinger <vapier@gentoo.org>:
|
||||||
|
|
||||||
Add --remove-destination to example /dev recover command #40987.
|
Add --remove-destination to example /dev recover command #40987.
|
||||||
|
@ -7,7 +7,7 @@ adsl_depend() {
|
|||||||
}
|
}
|
||||||
|
|
||||||
adsl_setup_vars() {
|
adsl_setup_vars() {
|
||||||
local startstop="$2" cfgexe=
|
local startstop="$1" cfgexe=
|
||||||
|
|
||||||
if [ -x /usr/sbin/pppoe-start ]; then
|
if [ -x /usr/sbin/pppoe-start ]; then
|
||||||
exe="/usr/sbin/pppoe-${startstop}"
|
exe="/usr/sbin/pppoe-${startstop}"
|
||||||
|
Loading…
Reference in New Issue
Block a user