*** /usr/src/etc/rc.subr 2012-03-03 10:15:13.000000000 +0400 --- /etc/rc.subr 2013-01-07 02:48:43.000000000 +0400 *************** run_rc_command() *** 717,722 **** --- 717,723 ---- # if there's a custom ${XXX_cmd}, # run that instead of the default # + local _cmd _precmd _postcmd eval _cmd=\$${rc_arg}_cmd \ _precmd=\$${rc_arg}_precmd \ _postcmd=\$${rc_arg}_postcmd