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:
Yaroslav Tykhiy 2005-10-28 16:10:56 +00:00
parent 23b50ea745
commit b29890a328
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=151807
2 changed files with 2 additions and 2 deletions

View File

@ -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"

View File

@ -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"