linux-hotplug.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Olaf Hering <olh@suse.de>
To: linux-hotplug@vger.kernel.org
Subject: Re: [PATCH] introduce etc/sysconfig/hotplug, move debug to the new file
Date: Sun, 08 Jun 2003 09:20:17 +0000	[thread overview]
Message-ID: <marc-linux-hotplug-105506427311103@msgid-missing> (raw)
In-Reply-To: <marc-linux-hotplug-105499293405273@msgid-missing>

 On Sat, Jun 07, Olaf Hering wrote:

> This one introduces etc/sysconfig/hotplug and moves the DEBUG settings
> to this file.

In case this one gets merged, Debian has it in /etc/default. Neither FHS
nor LSB seem to define the system config location for packages.



Index: etc/hotplug/hotplug.functions
=================================--- etc/hotplug/hotplug.functions	(revision 15)
+++ etc/hotplug/hotplug.functions	(working copy)
@@ -17,6 +17,9 @@
 
 HOTPLUG_DIR=/etc/hotplug
 
+if [ -f /etc/default/hotplug ]; then
+    . /etc/default/hotplug
+fi
 if [ -f /etc/sysconfig/hotplug ]; then
     . /etc/sysconfig/hotplug
 fi
-- 
USB is for mice, FireWire is for men!


-------------------------------------------------------
This SF.net email is sponsored by:  Etnus, makers of TotalView, The best
thread debugger on the planet. Designed with thread debugging features
you've never dreamed of, try TotalView 6 free at www.etnus.com.
_______________________________________________
Linux-hotplug-devel mailing list  http://linux-hotplug.sourceforge.net
Linux-hotplug-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/linux-hotplug-devel

      reply	other threads:[~2003-06-08  9:20 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2003-06-07 13:32 [PATCH] introduce etc/sysconfig/hotplug, move debug to the new file Olaf Hering
2003-06-08  9:20 ` Olaf Hering [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=marc-linux-hotplug-105506427311103@msgid-missing \
    --to=olh@suse.de \
    --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).