> Hello, > Just wondering, where should in your opinion > self-compiled software be > installed ? > FreeBSD has /usr/local > and there is /opt ?
There is no "opinion" on this, the engineering specifications are clear: /opt is where the binaries must go /etc/opt is where the app configuration files must go /var/opt is where the data for the application goes. The application MUST be compiled and linked such, that it searches these directories and/or mountpoints for the respective files, or else you won't be System V compliant. This message posted from opensolaris.org _______________________________________________ opensolaris-discuss mailing list opensolaris-discuss@opensolaris.org