diff options
author | markp <markp@FreeBSD.org> | 2001-07-18 23:01:23 +0800 |
---|---|---|
committer | markp <markp@FreeBSD.org> | 2001-07-18 23:01:23 +0800 |
commit | 6841ab1f1ca166f4eddfb2718690aa0681d265d3 (patch) | |
tree | 249b53fba6ab83a6a8406e4571e99ed29c79f67a /audio | |
parent | fe21f0466e8c720d892828200855b59152a96be7 (diff) | |
download | freebsd-ports-gnome-6841ab1f1ca166f4eddfb2718690aa0681d265d3.tar.gz freebsd-ports-gnome-6841ab1f1ca166f4eddfb2718690aa0681d265d3.tar.zst freebsd-ports-gnome-6841ab1f1ca166f4eddfb2718690aa0681d265d3.zip |
Note steps to submit CDDB data
PR: 22605
Diffstat (limited to 'audio')
-rw-r--r-- | audio/xmcd/pkg-message | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/audio/xmcd/pkg-message b/audio/xmcd/pkg-message index ee0a1af25855..bedb9658ee13 100644 --- a/audio/xmcd/pkg-message +++ b/audio/xmcd/pkg-message @@ -2,4 +2,9 @@ You will need to run the configuration script for xmcd to accurately recognize your cd-rom. The configure script is: ${PREFIX}/lib/X11/xmcd/config/config.sh + +If you would like to submit data to CDDB you will need +to install mail/mailx or add something similar to +the following line in your Xdefaults: +XMcd.cddbMailCmd: mail -s '%S' %A <%F >/dev/null 2>&1 ******************************************************* |