Hi, wow I've started to like this rc.d ;) It looks simple and easy to extend... I looked at zarafa.rc and voila one can setup a bunch of same daemons with different configs.
OK, back to topic. Tor needs rc script as well.
jirib
#!/bin/sh
#
# $OpenBSD:
. /etc/rc.d/rc.subr
daemon="${TRUEPREFIX}/bin/tor"
rc_cmd $1
