Funnily enough, the server doesn't seem to stop for me, even though it returns "service stopped"; ssh localhost still lets me in. I suppose I should do some research and file a bug report. Some day...
HHGTTG:/etc/event.d# cat sshd start on stopped rcS console output respawn pre-start script if [ ! -d /var/run/sshd ] ; then mkdir /var/run/sshd chmod 755 /var/run/sshd fi end script exec /usr/sbin/sshd -D