patch-mocp_1 2.4 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061
  1. $OpenBSD: patch-mocp_1,v 1.1.1.1 2016/07/10 10:40:43 czarkoff Exp $
  2. Fix paths in manual.
  3. --- mocp.1.orig Sun Apr 24 06:23:30 2016
  4. +++ mocp.1 Sun Jun 5 13:16:37 2016
  5. @@ -58,10 +58,8 @@ Implies \fB\-S\fP. Run the server in foreground and l
  6. .TP
  7. \fB\-R\fP \fINAME\fP[\fB:\fP...], \
  8. \fB\-\-sound\-driver\fP \fINAME\fP[\fB:\fP...]
  9. -Use the specified sound driver(s). They can be \fBOSS\fP, \fBALSA\fP,
  10. -\fBJACK\fP, \fBSNDIO\fP or \fBnull\fP (for debugging). Some of the drivers
  11. -may not have been compiled in. This option is called \fBSoundDriver\fP in
  12. -the configuration file.
  13. +Use the specified sound driver(s). They can be \fBSNDIO\fP or \fBnull\fP (for
  14. +debugging). This option is called \fBSoundDriver\fP in the configuration file.
  15. .LP
  16. .TP
  17. \fB\-m\fP, \fB\-\-music\-dir\fP
  18. @@ -123,7 +121,7 @@ file currently being played.
  19. .TP
  20. \fB\-T\fP \fITHEME\fP, \fB\-\-theme\fP \fITHEME\fP
  21. Use a theme file. If the path is not absolute, the file will be searched
  22. -for in \fB/usr/share/moc/themes/\fP (depends on installation prefix),
  23. +for in \fB${TRUEPREFIX}/share/moc/themes/\fP,
  24. \fB~/.moc/themes/\fP and the current directory.
  25. .LP
  26. .TP
  27. @@ -143,7 +141,7 @@ allows the new values to be picked up by substitutions
  28. options are overridden afterwards (which gives the choice of whether the
  29. configured values are replaced or added to).
  30. .IP
  31. -See the example configuration file (\fBconfig.example\fP) for a description
  32. +See the example configuration file (\fB${TRUEPREFIX}/share/examples/moc/config.example\fP) for a description
  33. of the options available.
  34. .LP
  35. .RS
  36. @@ -261,7 +259,7 @@ MOC directory for the configuration file, socket, the
  37. .TP
  38. .B ~/.moc/config
  39. Configuration file for MOC. The format is very simple; to see how to use
  40. -it look at the example configuration file (\fBconfig.example\fP) distributed
  41. +it look at the example configuration file (\fB${TRUEPREFIX}/share/examples/moc/config.example\fP) distributed
  42. with the program. The example file fully describes all the configuration
  43. options, and so is a useful reference when using the \fB\-O\fP option. As
  44. this file can specify commands which invoke other applications MOC will
  45. @@ -271,11 +269,11 @@ it is writable by anyone other than its owner.
  46. .TP
  47. .B ~/.moc/themes
  48. .TQ
  49. -.B /usr/share/moc/themes
  50. +.B ${TRUEPREFIX}/share/moc/themes
  51. Default directories for the theme files.
  52. .LP
  53. .TP
  54. -.B /usr/share/moc/decoder_plugins
  55. +.B ${TRUEPREFIX}/lib/moc/decoder_plugins
  56. Default directories for the audio decoder plugins.
  57. .LP
  58. .TP