diff options
Diffstat (limited to 'media-plugins/vdr-dvd/files/confd')
-rw-r--r-- | media-plugins/vdr-dvd/files/confd | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/media-plugins/vdr-dvd/files/confd b/media-plugins/vdr-dvd/files/confd new file mode 100644 index 000000000000..daa9bb825818 --- /dev/null +++ b/media-plugins/vdr-dvd/files/confd @@ -0,0 +1,19 @@ +# /etc/conf.d/vdr.dvd: +# $Id$ + +# 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" |