Hi all,
Something I've been wondering about...
Say I want dbus service running at boot, for example. I install dbus, copy /usr/pkg/share/examples/rc.d/dbus to /etc/rc.d/ and add dbus=YES in rc.conf
Now, would/could I be facing any unexpected issues if I use symlinks instead? i.e. ln -s /usr/pkg/share/examples/rc.d/dbus /etc/rc.d/ ?
TIA