state:empty
state:<translated
state:>=translated
state:needs-editing
has:suggestion
has:variant
has:label
has:context
state:<translated AND NOT has:suggestion
has:comment
has:check
state:approved
state:translated
Loading…
New translation
FreeBSD Doc / articles_rc-scripting — Spanish
Source and translation are identical
Reset
Additional explanation to clarify meaning or usage of the string.
Additional comma-separated flags to influence quality checks. Possible values can be found in the documentation.
. /etc/rc.subr<co xml:id="rcng-dummy-include"/>
name="dummy"<co xml:id="rcng-dummy-name"/>
start_cmd="${name}_start"<co xml:id="rcng-dummy-startcmd"/>
stop_cmd=":"<co xml:id="rcng-dummy-stopcmd"/>
dummy_start()<co xml:id="rcng-dummy-startfn"/>
{
echo "Nothing started."
}
load_rc_config $name<co xml:id="rcng-dummy-loadconfig"/>
run_rc_command "$1"<co xml:id="rcng-dummy-runcommand"/>
. /etc/rc.subr<co xml:id="rcng-dummy-include"/>
name="dummy"<co xml:id="rcng-dummy-name"/>
start_cmd="${name}_start"<co xml:id="rcng-dummy-startcmd"/>
stop_cmd=":"<co xml:id="rcng-dummy-stopcmd"/>
dummy_start()<co xml:id="rcng-dummy-startfn"/>
{
echo "Nothing started."
}
load_rc_config $name<co xml:id="rcng-dummy-loadconfig"/>
run_rc_command "$1"<co xml:id="rcng-dummy-runcommand"/>