chiark / gitweb /
[PATCH] Switch the default config to point to a directory for the rules and permissio...
authorgreg@kroah.com <greg@kroah.com>
Sat, 17 Apr 2004 07:25:46 +0000 (00:25 -0700)
committerGreg KH <gregkh@suse.de>
Wed, 27 Apr 2005 04:35:16 +0000 (21:35 -0700)
etc/udev/udev.conf.in

index 3e73bedbf5c864a8e66dc6212b68f8c4cf73bc43..9b6b9c7ee23166d5cea97870ca0e72fe54db6d2f 100644 (file)
@@ -12,10 +12,10 @@ udev_root="@udevdir@/"
 udev_db="@udevdir@/.udev.tdb"
 
 # udev_rules - The name and location of the udev rules file
-udev_rules="/etc/udev/udev.rules"
+udev_rules="/etc/udev/rules.d/"
 
 # udev_permissions - The name and location of the udev permission file
-udev_permissions="/etc/udev/udev.permissions"
+udev_permissions="/etc/udev/permissions.d/"
 
 # default_mode - set the default mode for all nodes that have no
 #                explicit match in the permissions file