diff options
author | Tilman Keskinoz <arved@FreeBSD.org> | 2003-01-18 21:56:33 +0000 |
---|---|---|
committer | Tilman Keskinoz <arved@FreeBSD.org> | 2003-01-18 21:56:33 +0000 |
commit | eb004ddc96d60430d41935051d487ba2ce5a0d97 (patch) | |
tree | 74980fa10e3c19220e4c4fd39ef85b86d066d5af | |
parent | Rephrase. (diff) |
add a not that cdda2wav is gets broken when non-root mode gets enabled.
PR: 47095
Submitted by: Oliver Lehmann <lehmann@ans-netz.de>
Notes
Notes:
svn path=/head/; revision=73433
-rw-r--r-- | sysutils/xcdroast/Makefile | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/sysutils/xcdroast/Makefile b/sysutils/xcdroast/Makefile index d298efb7bfed..a33971da628d 100644 --- a/sysutils/xcdroast/Makefile +++ b/sysutils/xcdroast/Makefile @@ -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: |