chiark / gitweb /
[PATCH] don't call the hotplug scripts with a test run
[elogind.git] / etc / udev / udev.conf.in
index 3e73bedbf5c864a8e66dc6212b68f8c4cf73bc43..bbbb1a93a243ea87f5e51f1f32b7a08770425ac6 100644 (file)
@@ -6,16 +6,16 @@
 
 
 # udev_root - where in the filesystem to place the device nodes
-udev_root="@udevdir@/"
+udev_root="@udevdir@"
 
 # udev_db - The name and location of the udev database.
-udev_db="@udevdir@/.udev.tdb"
+udev_db="@udevdir@/.udevdb"
 
 # udev_rules - The name and location of the udev rules file
-udev_rules="/etc/udev/udev.rules"
+udev_rules="@configdir@/rules.d"
 
 # udev_permissions - The name and location of the udev permission file
-udev_permissions="/etc/udev/udev.permissions"
+udev_permissions="@configdir@/permissions.d"
 
 # default_mode - set the default mode for all nodes that have no
 #                explicit match in the permissions file