All of lore.kernel.org
 help / color / mirror / Atom feed
From: Clemens Koller <clemens.koller@anagramm.de>
To: linux-hotplug@vger.kernel.org
Subject: Re: UDEV from scratch for beginners - mtd device not shown in device
Date: Mon, 11 Jul 2005 13:28:12 +0000	[thread overview]
Message-ID: <42D273EC.8080504@anagramm.de> (raw)
In-Reply-To: <42D271E4.40908@anagramm.de>

[-- Attachment #1: Type: text/plain, Size: 112 bytes --]

Sorry, the applied in my last mail was "reversed"...

Attached a hopefully better one...

Best greets,

Clemens

[-- Attachment #2: udev-062-exec-arg-added-fw.patch --]
[-- Type: text/plain, Size: 1069 bytes --]

--- udev_utils.c.bak	2005-07-08 00:00:50.000000000 +0200
+++ udev_utils.c	2005-07-11 13:30:48.000000000 +0200
@@ -6,12 +6,12 @@
  *	This program is free software; you can redistribute it and/or modify it
  *	under the terms of the GNU General Public License as published by the
  *	Free Software Foundation version 2 of the License.
- * 
+ *
  *	This program is distributed in the hope that it will be useful, but
  *	WITHOUT ANY WARRANTY; without even the implied warranty of
  *	MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
  *	General Public License for more details.
- * 
+ *
  *	You should have received a copy of the GNU General Public License along
  *	with this program; if not, write to the Free Software Foundation, Inc.,
  *	675 Mass Ave, Cambridge, MA 02139, USA.
@@ -462,7 +462,7 @@ int execute_program(const char *command,
 		if (result)
 			dup2(pipefds[1], STDOUT_FILENO);
 		execv(arg, argv);
-		err("exec of program failed");
+		err("exec of program '%s' failed", arg);
 		_exit(1);
 	case -1:
 		err("fork of '%s' failed", arg);

  reply	other threads:[~2005-07-11 13:28 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2005-07-11 13:19 UDEV from scratch for beginners - mtd device not shown in device Clemens Koller
2005-07-11 13:28 ` Clemens Koller [this message]
2005-07-11 13:58 ` UDEV from scratch for beginners - mtd device not shown in device tree Kay Sievers
2005-07-11 16:04 ` UDEV from scratch for beginners - mtd device not shown in device Clemens Koller

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=42D273EC.8080504@anagramm.de \
    --to=clemens.koller@anagramm.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 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.