blob: e1e538434fe412add07d8afce1852ae4be23e6f2 (
plain)
1
2
3
4
5
6
7
|
# Author: Manuel Reimer <manuel.reimer@gmx.de>
#
# The following rule automatically changes group and permissions for
# /proc/av7110_ir, whenever the dvb_ttpci module is reloaded
#
install dvb_ttpci /sbin/modprobe --ignore-install dvb_ttpci $CMDLINE_OPTS; /usr/bin/test -e /proc/av7110_ir && /bin/chown root:vdr /proc/av7110_ir && /bin/chmod 0664 /proc/av7110_ir
|