Hi team
Can we install packages in /usr/pkg instead of /usr/local? My manager gave mk.conf file from netbsd and asking to leverage it for freebsd, I tried implementing make.conf and installed packages in /usr/local which is default location, we were able to use services but if I install in /usr/pkg and trying to start apache24 service it says below.
root@freebsd14:/var/log # service apache24 status
apache24 does not exist in /etc/rc.d or the local startup
directories (/usr/local/etc/rc.d), or is not executable
Is it recommended? If yes, does anyone aware of how to do this?
If it is not recommended please give me the reasons?
Thanks
Can we install packages in /usr/pkg instead of /usr/local? My manager gave mk.conf file from netbsd and asking to leverage it for freebsd, I tried implementing make.conf and installed packages in /usr/local which is default location, we were able to use services but if I install in /usr/pkg and trying to start apache24 service it says below.
root@freebsd14:/var/log # service apache24 status
apache24 does not exist in /etc/rc.d or the local startup
directories (/usr/local/etc/rc.d), or is not executable
Is it recommended? If yes, does anyone aware of how to do this?
If it is not recommended please give me the reasons?
Thanks