rc.subr add Exists so we can find sed
SED=Exists -x /usr/bin/sed /rescue/sed
avoids adding /rescure to $PATH, and allows use of sed
before /usr is mounted (if a separate filesystem).
Reviewed by: jlduran_gmail.com
Differential Revision: https://reviews.freebsd.org/D43826