add a not that cdda2wav is gets broken when non-root mode gets enabled.

PR:		47095
Submitted by:	Oliver Lehmann <lehmann@ans-netz.de>
This commit is contained in:
Tilman Keskinoz 2003-01-18 21:56:33 +00:00
parent 633fa6b4c6
commit eb004ddc96
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=73433

View file

@ -38,7 +38,13 @@ pre-everything::
@${ECHO} ""
@${ECHO} "You may use the following build options:"
@${ECHO} ""
@${ECHO} " WITH_NONROOT=yes Use xcdroast w/o being root"
@${ECHO} " WITH_NONROOT=yes"
@${ECHO} " Use xcdroast w/o being root."
@${ECHO} " Actually, that breaks all interactions with cdda2wav"
@${ECHO} " (For example, you are not able to grab tracks, neither"
@${ECHO} " as root, nor as a normal user). Think about WITH_NONROOT"
@${ECHO} " - if you are really in need of it (with the attendant"
@${ECHO} " circumstanceces noticed above) or not."
@${ECHO} ""
post-patch: