All of lore.kernel.org
 help / color / mirror / Atom feed
From: Jean Delvare <khali@linux-fr.org>
To: lm-sensors@vger.kernel.org
Subject: Re: [lm-sensors] [RFC] lm-sensors-3.1.0: Create /etc/sensors.d
Date: Thu, 26 Feb 2009 09:45:56 +0000	[thread overview]
Message-ID: <20090226104556.21af9954@hyperion.delvare> (raw)
In-Reply-To: <20090225084923.GA4434@ubuntu>

On Thu, 26 Feb 2009 10:38:44 +0100, Andre Prendel wrote:
> On Wed, Feb 25, 2009 at 02:36:01PM +0100, Gabriel C wrote:
> > Jean Delvare wrote:
> > > Yes, I agree, let's create directory sensors.d as part of the
> > > installation process.
> > 
> > Maybe something like the following patch ? :
> 
> Jean, what about applying the patch below. Should I do? Will you do?

Please take care of it.

> > ( maybe some README file in this directory won't be bad to have ? )
> > 
> > Index: etc/Module.mk
> > =================================> > --- etc/Module.mk	(Revision 5663)
> > +++ etc/Module.mk	(Arbeitskopie)
> > @@ -24,12 +24,14 @@
> >  
> >  ETCTARGET := $(MODULE_DIR)/sensors.conf.default
> >  ETCINSTALL := $(ETCDIR)/sensors3.conf
> > +ETCINSTALL_DIR_D := $(ETCDIR)/sensors.d
> >  
> >  
> >  # No all rule
> >  
> >  install-etc:
> >  	$(MKDIR) $(DESTDIR)$(ETCDIR)
> > +	$(MKDIR) $(DESTDIR)$(ETCINSTALL_DIR_D)
> >  	if [ ! -e $(DESTDIR)$(ETCINSTALL) ] ; then \
> >  	  $(INSTALL) -m 644 $(ETCTARGET) $(DESTDIR)$(ETCINSTALL); \
> >  	fi


-- 
Jean Delvare

_______________________________________________
lm-sensors mailing list
lm-sensors@lm-sensors.org
http://lists.lm-sensors.org/mailman/listinfo/lm-sensors

      parent reply	other threads:[~2009-02-26  9:45 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2009-02-25  8:49 [lm-sensors] [RFC] lm-sensors-3.1.0: Create /etc/sensors.d during Andre Prendel
2009-02-25  9:11 ` [lm-sensors] [RFC] lm-sensors-3.1.0: Create /etc/sensors.d Jean Delvare
2009-02-25 10:20 ` Andre Prendel
2009-02-25 12:14 ` Jean Delvare
2009-02-25 13:36 ` Gabriel C
2009-02-26  9:45 ` Jean Delvare [this message]

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=20090226104556.21af9954@hyperion.delvare \
    --to=khali@linux-fr.org \
    --cc=lm-sensors@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 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.