mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-26 00:55:14 +00:00
43ef32944a
bit has been removed and instructions on how to configure devfs.conf to allow access by non-root added to pkg-message. This way the package can be built without root access, plus avoiding setuid root executables are a good thing in general. Reviewed by: bapt (mentor) Approved by: bapt (mentor)
19 lines
694 B
Plaintext
19 lines
694 B
Plaintext
*******************************************************
|
|
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
|
|
|
|
xmcd and cda are not suid anymore, so if you want
|
|
to allow non-root users to use xmcd or cda, either
|
|
set the suid bit yourself, or even better, allow
|
|
access to /dev/cd0 in /etc/devfs.conf, e.g.
|
|
|
|
perm /dev/cd0 0664
|
|
|
|
*******************************************************
|