mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-15 03:14:23 +00:00
c4f8e57e9c
- Fix ports@FreeBSD.org address [1] - Remove redundant declaration of MAN3PREFIX (spotted by portlint(1)) [1] - Mark it as BROKEN on 4.x because some dependencies doesn't install on it. PR: ports/84919 [1] Submitted by: Ulrich Spoerlein <q@galgenberg.net> [1]
10 lines
511 B
Plaintext
10 lines
511 B
Plaintext
################################################################################
|
|
|
|
In order to have automated ripping work right, enable usermount (sysctl
|
|
vfs.usermount=1), add a mountpoint for your dvd-drive to your home directory
|
|
(mkdir /home/foo/cdrom) and add a corresponding entry to /etc/fstab
|
|
(/dev/cd0 /usr/home/foo/cdrom cd9660 ro,noauto 0 0) and
|
|
specify this mountpoint in dvd::rip's preferences.
|
|
|
|
################################################################################
|