From: greg@kroah.com Date: Sat, 17 Apr 2004 07:25:46 +0000 (-0700) Subject: [PATCH] Switch the default config to point to a directory for the rules and permissio... X-Git-Tag: 025~8 X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=elogind.git;a=commitdiff_plain;h=87afc6dea0aca3cb9e40cba526e2241e4a887a54 [PATCH] Switch the default config to point to a directory for the rules and permission files. --- diff --git a/etc/udev/udev.conf.in b/etc/udev/udev.conf.in index 3e73bedbf..9b6b9c7ee 100644 --- a/etc/udev/udev.conf.in +++ b/etc/udev/udev.conf.in @@ -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