noob question about directory structure

On Linux, I ran a service called bitlbee. I had to tamper with permissions with /var/lib/bitlbee on arch at the time. However, I cannot seem to find the equal directory in FreeBSD, I assumed it would be /usr/var/lib/bitlebee but I was wrong.

Help please?
 
In FreeBSD all software installed by the user goes under /usr/local.
thanks i will have a look there
Why do you assume you need to tamper with the permissions?
usually when i set up a new service or daemon like say FTP or whatever, i do it on a limited user and then change the owner of the relevant things (somehting like
chown -R bitlbee:bitlbee /var/lib/bitlbee)
i thought it was standard practice, do not know if that is wrong
 
The service is already configured to run on that account, just look at /usr/local/etc/rc.d/bitlbee.
 
Back
Top