All of lore.kernel.org
 help / color / mirror / Atom feed
From: Fabio M. Di Nitto <fdinitto@redhat.com>
To: cluster-devel.redhat.com
Subject: [Cluster-devel] dlm: master - libdlm: install udev rules in /etc not /lib
Date: Tue, 17 Jan 2012 19:51:34 +0100	[thread overview]
Message-ID: <4F15C336.8080109@redhat.com> (raw)
In-Reply-To: <20120117153402.61EA93EBF@lists.fedorahosted.org>

David,

this is incorrect.

/lib/udev/rules.d is used for packages that ship rules (such as dlm)
/etC/udev/rules.d are for users override and packages should not add
anything there.

You might notice on any recent system that /etc/udev/rules.d is
virtually empty and /lib/udev/rules.d is populated by files shipped by
packages.

Fabio

On 01/17/2012 04:34 PM, David Teigland wrote:
> Gitweb:        http://git.fedorahosted.org/git/cluster.git?p=cluster.git;a=commitdiff;h=fa5c61199f8b6acd083e3f902e8ce99cfa3a586a
> Commit:        fa5c61199f8b6acd083e3f902e8ce99cfa3a586a
> Parent:        29703f020b15840ede1b9f9b5e04faafc2e69737
> Author:        David Teigland <teigland@redhat.com>
> AuthorDate:    Tue Jan 17 09:20:56 2012 -0600
> Committer:     David Teigland <teigland@redhat.com>
> CommitterDate: Tue Jan 17 09:20:56 2012 -0600
> 
> libdlm: install udev rules in /etc not /lib
> 
> Signed-off-by: David Teigland <teigland@redhat.com>
> ---
>  libdlm/Makefile |    2 +-
>  1 files changed, 1 insertions(+), 1 deletions(-)
> 
> diff --git a/libdlm/Makefile b/libdlm/Makefile
> index 185d9c2..69fc84e 100644
> --- a/libdlm/Makefile
> +++ b/libdlm/Makefile
> @@ -5,7 +5,7 @@ LIBDIR=$(PREFIX)/$(LIBNUM)
>  HDRDIR=$(PREFIX)/include 
>  MANDIR=$(PREFIX)/share/man
>  PKGDIR=$(PREFIX)/$(LIBNUM)/pkgconfig
> -UDEVDIR=/lib/udev/rules.d
> +UDEVDIR=/etc/udev/rules.d
>  
>  LIB_NAME = libdlm
>  LIB_MAJOR = 3
> _______________________________________________
> cluster-commits mailing list
> cluster-commits at lists.fedorahosted.org
> https://fedorahosted.org/mailman/listinfo/cluster-commits



           reply	other threads:[~2012-01-17 18:51 UTC|newest]

Thread overview: expand[flat|nested]  mbox.gz  Atom feed
 [parent not found: <20120117153402.61EA93EBF@lists.fedorahosted.org>]

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=4F15C336.8080109@redhat.com \
    --to=fdinitto@redhat.com \
    /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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.