Allmost all configuration is located in /etc/rc.confQuote:> Furthermore, I want the mysqld and the apache automatically to be started
on
> system boot, but I'm not sure how, as there are no runlevels on a bsd
> systems:-)
> Please tell me where to make which entry...
> Many thanks in advance!
> Christopher
Apache starts if you change NO to "" or "-u" by httpd_flags in /etc/rc.conf
man httpd says:
"Normally this service can be enabled for startup on OpenBSD by editing
/etc/rc.conf. The -u option is of particular importance."
Mysql starts if you put line in /etc/rc.local like that
# /usr/local/share/mysql/mysql.server start
--
Don't think Linux, think BSD, read manuals