mirror of
https://github.com/opnsense/src.git
synced 2026-06-13 18:50:31 -04:00
Missing '$'
Approved by: markm (mentor)(implicit)
This commit is contained in:
parent
c83365999e
commit
eeefb22eb0
1 changed files with 1 additions and 1 deletions
|
|
@ -12,7 +12,7 @@
|
|||
. /etc/rc.subr
|
||||
|
||||
name="yppasswdd"
|
||||
command="/usr/sbin/rpc.{name}"
|
||||
command="/usr/sbin/rpc.${name}"
|
||||
start_precmd="yppasswdd_precmd"
|
||||
|
||||
case ${OSTYPE} in
|
||||
|
|
|
|||
Loading…
Reference in a new issue