Table of Contents
This page is still at its beginning. Feel free to contribute to it!
Where are my pre-installed applications?
Some of the articles in this Wiki refer to finding things like Apache in /opt/csw. If you have a new Pro Accelerator (since March 22), you won't have the /opt/csw directory. For these Accelerators (including Facebook and OpenSocial accelerators), you'll need to look in /opt/local/etc.
Pro Accelerators since March 22, Facebook, OpenSocial are all pkgsrc. Older Accelerators are blastwave-installed.
Configuration File Locations
| blastwave Template | pkgsrc Template | |
|---|---|---|
| Apache | /opt/csw/apache2/etc | /opt/local/etc/httpd |
| Mysql | /opt/csw/mysql5/my.cnf | /opt/local/etc/my.cnf |
| Postfix | /opt/csw/etc/postfix | /opt/local/etc/postfix |
Finding things yourself
For a quick way to find the path to applications already in your path, use “which application” – eg, “which rsync”.
To setup locate (to search your accelerator), run “sudo gupdatedb”. Then “glocate rsync” will find all filenames containing rsync.