1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-23 00:43:28 +00:00
freebsd-ports/devel/libburn/pkg-message
Wesley Shields 53d0628a52 - Update to 1.0.6.
- Reset maintainer.
- Remove empty line from pkg-message.

PR:		ports/157531
Submitted by:	Alexey Shuvaev <shuvaev@physik.uni-wuerzburg.de>
Approved by:	J.R. Oldroyd <fbsd@opal.com> (maintainer)
2011-06-17 16:09:18 +00:00

17 lines
465 B
Plaintext

You will need to enable CAM support in the kernel. Your kernel
configuation should include:
for SCSI CD/DVD devices:
device scbus
device cd
device pass
for ATA CD/DVD devices you will need the above, plus:
device atapicam
You will also want to make the CD devices world read- and writable.
In /etc/devfs.rules, add the following:
[system=10]
add path 'acd*' mode 0666
add path 'cd*' mode 0666
add path 'pass*' mode 0666
add path 'xpt*' mode 0666