From 87afc6dea0aca3cb9e40cba526e2241e4a887a54 Mon Sep 17 00:00:00 2001 From: "greg@kroah.com" Date: Sat, 17 Apr 2004 00:25:46 -0700 Subject: [PATCH] [PATCH] Switch the default config to point to a directory for the rules and permission files. --- etc/udev/udev.conf.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 -- 2.30.2