Sophie

Sophie

distrib > Fedora > 13 > x86_64 > by-pkgid > 4c721e0570ee377536b8374f86c33802 > files > 3

vdr-1.6.0-29.fc13.x86_64.rpm

# VDR friendly permissions and ownerships for various devices.  These take
# effect at boot time as well as on console logins and logouts.  See also
# /etc/udev/rules.d/*-vdr.rules and https://bugzilla.redhat.com/202132

# DVB devices:
<vdrdvb>=/dev/dvb/adapter*/*
<console>  0660 <vdrdvb>     0660 root.video

# Optical drives; uncomment/adjust if you want to use them with VDR:
#<vdroptical>=/dev/cdrom* /dev/cdrw* /dev/cdwriter* /dev/dvd*
#<console>  0660 <vdroptical> 0660 root.video

# Remote controller, serial port 1 (eg. vdr --rcu=/dev/ttyS0):
#<vdrremote>=/dev/ttyS0
# Remote controller, /dev/input/event2 (using the remote plugin):
#<vdrremote>=/dev/input/event2
# Remote controller using the example in /etc/udev/rules.d/*-vdr.rules:
#<vdrremote>=/dev/input/event-remote
# Uncomment this if you have any <vdrremote>s above uncommented:
#<console>  0660 <vdrremote>    0660 root.video