You do need flags if you want to access the web interface from other than localhost such as the following:
transmission_daemon_flags=-a 192.168.1.* > Hello all, > > I'm using transmission-2.84 (non-GTK, non-QT) with OpenBSD 5.6 release. > > transmission-daemon doesn't seem to be starting at boot time. > > Here is my rc.conf.local > -- > $ cat /etc/rc.conf.local > ntpd_flags= > xdm_flags= > transmission_daemon_flags= > -- > > I rebooted, then checked to see if it was running: > -- > $ sudo /etc/rc.d/transmission_daemon check > -- > > It does not seem to be running: > -- > $ echo $? > 1 > -- > > Something I'm doing wrong? > > Max > >