On Fri, May 2, 2008 12:57 pm, thegraze wrote: > Hello! > > Sorry for my silly question. But how can I start a daemon!? I will > start dbus and some other daemons like hal. But how?
In /etc/rc.conf: dbus="YES" Or whatever other names are used for the script put in /etc/rc.d. The message printed at the end of installing the package (also contained in the MESSAGE file in the /usr/pkgsrc directory it was installed from) will usually mention the correct name, also.
