Solved Where can I read package messages ?

Hi,

This is a simple question but I can't locate it's answer in the handbook or anywhere.

When I install a package (or a port), at the end of the installation, I often see a message entitled "Message from <name of the package>" suggesting some configuration or warning about something.

Where can I read these messages later ?

Thanks for your help.

Brice
 
If you can't remember the options create an alias for it. Edit /usr/local/etc/pkg.conf and add to the ALIAS section:
Code:
  message: info -D
Now you can use pkg message <pkgname>
 
Back
Top