View Single Post
  #2   (View Single Post)  
Old 1st October 2008
ocicat ocicat is offline
Administrator
 
Join Date: Apr 2008
Posts: 3,319
Default

Quote:
Originally Posted by IIMarckus View Post
...but I don't know how to start it.
  1. Find the name of the primary package installed:

    $ pkg_info | grep mpd
  2. Determine what files were installed by the package:

    $ pkg_info -L <complete-package-name>

    Most important, see if a manpage was installed (typically with a *.0 extension...).
  3. Study the manpage. A good chance exists that you can view it simply via:

    $ man mpd
Reply With Quote