K 10 svn:author V 8 cperciva K 8 svn:date V 27 2004-07-04T07:21:18.000000Z K 7 svn:log V 217 Wrap rc.subr inside if [ -z "${_rc_subr_loaded}" ]; then _rc_subr_loaded="YES" ... fi in order to avoid re-interpreting rc.subr every time an rc.d script is run. In my tests, this speeds up rc time by about 8-10%. END