pkg_add config?

Hi all,

Does anyone know how can I tell what configuration options are used in, for example, the apache22 package?

Cheers,

Andreas
 
Have a look at the port, the package contains the default options.
 
In other words:

Code:
/usr/ports/www/apache22]$ make showconfig
 
Back
Top