You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/media-plugins/vdr-dvd/files/confd

20 lines
581 B

# /etc/conf.d/vdr.dvd:
# $Header: /var/cvsroot/gentoo-x86/media-plugins/vdr-dvd/files/confd,v 1.1 2005/12/22 20:39:11 hd_brummy Exp $
# Global config file for vdr rc-scripts
# The plugin uses libdvdcss to access CSS protected DVDs.
# (Note: doing so might be illegal in some countries).
#
# allowed values: yes|no
# default: no
#DVD_DVDCSS="no"
# By default VDR expects the DVD drive to be located at
# /dev/dvd (which typically is a symbolic link to the
# actual device, for instance /dev/hdc).
#
# allowed values: device names
# default: /dev/dvd
#DVD_DRIVE="/dev/dvd"