From: Scott James Remnant <scott@canonical.com>
To: linux-hotplug@vger.kernel.org
Subject: [PATCH] Install udev rules to /lib/udev/rules.d
Date: Wed, 07 Jan 2009 17:53:05 +0000 [thread overview]
Message-ID: <1231350785.6840.91.camel@quest> (raw)
[-- Attachment #1: Type: text/plain, Size: 1265 bytes --]
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 +0000
+++ hal-0.5.12~rc1.new/tools/linux/Makefile.am 2009-01-07 17:26:42.000000000 +0000
@@ -1,6 +1,6 @@
## Process this file with automake to produce Makefile.in
-udevrulesdir = $(sysconfdir)/udev/rules.d
+udevrulesdir = /lib/udev/rules.d
udevrules_DATA = 90-hal.rules
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 +0000
+++ hal-0.5.12~rc1.new/tools/linux/Makefile.in 2009-01-07 17:26:49.000000000 +0000
@@ -212,7 +212,7 @@
target_alias = @target_alias@
top_builddir = @top_builddir@
top_srcdir = @top_srcdir@
-udevrulesdir = $(sysconfdir)/udev/rules.d
+udevrulesdir = /lib/udev/rules.d
udevrules_DATA = 90-hal.rules
AM_CPPFLAGS = \
-DPACKAGE_LIBEXEC_DIR=\""$(libexecdir)"\" \
Scott
--
Scott James Remnant
scott@canonical.com
[-- Attachment #2: This is a digitally signed message part --]
[-- Type: application/pgp-signature, Size: 197 bytes --]
next reply other threads:[~2009-01-07 17:53 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2009-01-07 17:53 Scott James Remnant [this message]
2009-01-07 18:40 ` [PATCH] Install udev rules to /lib/udev/rules.d Kay Sievers
2009-01-07 19:51 ` Marcel Holtmann
2009-01-07 21:43 ` Robby Workman
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1231350785.6840.91.camel@quest \
--to=scott@canonical.com \
--cc=linux-hotplug@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).