From mboxrd@z Thu Jan 1 00:00:00 1970 From: Scott James Remnant Date: Wed, 07 Jan 2009 17:53:05 +0000 Subject: [PATCH] Install udev rules to /lib/udev/rules.d Message-Id: <1231350785.6840.91.camel@quest> MIME-Version: 1 Content-Type: multipart/mixed; boundary="=-VlKJ0evFMt6ZWZWRMzso" List-Id: To: linux-hotplug@vger.kernel.org --=-VlKJ0evFMt6ZWZWRMzso Content-Type: text/plain Content-Transfer-Encoding: quoted-printable udev now installs rules into /lib/udev/rules.d by default, leaving /etc/udev/rules.d for user rules and overrides only. HAL should be updated to follow suit: diff -Nur -x '*.orig' -x '*~' hal-0.5.12~rc1/tools/linux/Makefile.am hal-0.= 5.12~rc1.new/tools/linux/Makefile.am --- hal-0.5.12~rc1/tools/linux/Makefile.am 2008-11-27 14:32:24.000000000 +0= 000 +++ hal-0.5.12~rc1.new/tools/linux/Makefile.am 2009-01-07 17:26:42.00000000= 0 +0000 @@ -1,6 +1,6 @@ ## Process this file with automake to produce Makefile.in =20 -udevrulesdir =3D $(sysconfdir)/udev/rules.d +udevrulesdir =3D /lib/udev/rules.d udevrules_DATA =3D 90-hal.rules =20 =20 diff -Nur -x '*.orig' -x '*~' hal-0.5.12~rc1/tools/linux/Makefile.in hal-0.= 5.12~rc1.new/tools/linux/Makefile.in --- hal-0.5.12~rc1/tools/linux/Makefile.in 2008-11-27 15:04:17.000000000 +0= 000 +++ hal-0.5.12~rc1.new/tools/linux/Makefile.in 2009-01-07 17:26:49.00000000= 0 +0000 @@ -212,7 +212,7 @@ target_alias =3D @target_alias@ top_builddir =3D @top_builddir@ top_srcdir =3D @top_srcdir@ -udevrulesdir =3D $(sysconfdir)/udev/rules.d +udevrulesdir =3D /lib/udev/rules.d udevrules_DATA =3D 90-hal.rules AM_CPPFLAGS =3D \ -DPACKAGE_LIBEXEC_DIR=3D\""$(libexecdir)"\" \ Scott --=20 Scott James Remnant scott@canonical.com --=-VlKJ0evFMt6ZWZWRMzso Content-Type: application/pgp-signature; name="signature.asc" Content-Description: This is a digitally signed message part -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.9 (GNU/Linux) iEYEABECAAYFAklk7AEACgkQSnQiFMl4yK40hgCgmqknD9c//xkASfG7t493P04u otwAn3ctFuMXtQ//1IQRO/9qu8d1IMOG =n24p -----END PGP SIGNATURE----- --=-VlKJ0evFMt6ZWZWRMzso--