Use:
command="/path/to/${name}" since it's applicable here. It's the current style of rc.d. Pointed out by: pjd
This commit is contained in:
parent
23b50ea745
commit
b29890a328
@ -11,7 +11,7 @@
|
||||
|
||||
name="ppp"
|
||||
rcvar=`set_rcvar`
|
||||
command="/usr/sbin/ppp"
|
||||
command="/usr/sbin/${name}"
|
||||
start_precmd="ppp_precmd"
|
||||
start_postcmd="ppp_postcmd"
|
||||
|
||||
|
@ -11,7 +11,7 @@
|
||||
|
||||
name="ppp"
|
||||
rcvar=`set_rcvar`
|
||||
command="/usr/sbin/ppp"
|
||||
command="/usr/sbin/${name}"
|
||||
start_precmd="ppp_precmd"
|
||||
start_postcmd="ppp_postcmd"
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user