wok view udev/stuff/udev.conf @ rev 10082

Up: qt4 to 4.7.3. This adds sercurity fixes in this release. Add libQtPlugins so you don't need to install Qt4-dev to run mixxx.
author Christopher Rogers <slaxemulator@gmail.com>
date Fri May 20 06:22:56 2011 +0000 (2011-05-20)
parents 23d38a7a06cc
children ffc5c60a9d3f
line source
1 # /etc/udev/udev.conf - The main config file for udev
2 #
3 # This file can be used to override some of udev's default values
4 # for where it looks for files, and where it places device nodes.
7 # udev_root - where in the filesystem to place the device nodes
8 udev_root="/dev/"
10 # udev_db - The name and location of the udev database.
11 udev_db="/dev/.udev.tdb"
13 # udev_rules - The name and location of the udev rules dir
14 udev_rules="/etc/udev/rules.d"
16 # default_mode - set the default mode for all nodes that have no
17 # explicit match in the permissions file
18 default_mode="0660"
20 # default_owner - set the default owner for all nodes that have no
21 # explicit match in the permissions file
22 default_owner="root"
24 # default_group - set the default group for all nodes that have no
25 # explicit match in the permissions file
26 default_group="root"
28 # udev_log - set to "yes" if you want logging, else "no"
29 udev_log="err"