From mboxrd@z Thu Jan 1 00:00:00 1970 From: Olaf Hering Date: Sun, 08 Jun 2003 09:20:17 +0000 Subject: Re: [PATCH] introduce etc/sysconfig/hotplug, move debug to the new file Message-Id: List-Id: References: In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: linux-hotplug@vger.kernel.org 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