mirror of
https://github.com/opnsense/src.git
synced 2026-06-09 00:32:25 -04:00
rc.subr: Fix typo
Originally intended as 'in case in needs to be re-invoked', but it was later decided (by myself) that 're-invoke itself' makes it more clear that the script is expected to use this in a way. Reported by: Jose Luis Duran (jlduran @ github) X-MFC-With: r342792
This commit is contained in:
parent
fbeb31a26b
commit
478e7696ff
1 changed files with 2 additions and 2 deletions
|
|
@ -887,8 +887,8 @@ check_startmsgs()
|
|||
# by $flags from the environment.
|
||||
# This variable may be changed by the precmd method.
|
||||
#
|
||||
# rc_service Path to the service being executed, in case it needs to
|
||||
# re-invoked.
|
||||
# rc_service Path to the service being executed, in case the service
|
||||
# needs to re-invoke itself.
|
||||
#
|
||||
# rc_pid PID of command (if appropriate)
|
||||
#
|
||||
|
|
|
|||
Loading…
Reference in a new issue