This file is indexed.

/usr/share/doc/mga-vid-common/README.Debian is in mga-vid-common 2.6.32-1.

This file is owned by root:root, with mode 0o644.

The actual contents of the file can be viewed below.

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
mga-vid-common for Debian
-------------------------

This package contains a test application for the mga_vid driver, called
mga_vid_test. It also contains a few configuration files which will make
the module load automatically if you're running a KMOD-enabled kernel,
and make sure the device node is writable by the group 'video'.

(If you're using udev, you can stop reading at this point :-)

The device node /dev/mga_vid is NOT created during install of this
package, nor the mga-vid-source package, because device nodes created
by packages _must_ use MAKEDEV to do so. MAKEDEV doesn't know how to
create the device node, so I can't do it without violating policy.

The following commands will create the device node and give it sane
permissions:

  # mknod /dev/mga_vid c 83 0
  # chown root:video /dev/mga_vid
  # chmod 0660 /dev/mga_vid    

 -- Sune Vuorela <debian@pusling.com>  Sun, 29 Oct 2006 10:31:58 +0100