From mboxrd@z Thu Jan 1 00:00:00 1970 From: Clemens Koller Date: Mon, 11 Jul 2005 13:28:12 +0000 Subject: Re: UDEV from scratch for beginners - mtd device not shown in device Message-Id: <42D273EC.8080504@anagramm.de> MIME-Version: 1 Content-Type: multipart/mixed; boundary="------------060903050509040903050206" List-Id: References: <42D271E4.40908@anagramm.de> In-Reply-To: <42D271E4.40908@anagramm.de> To: linux-hotplug@vger.kernel.org This is a multi-part message in MIME format. --------------060903050509040903050206 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Sorry, the applied in my last mail was "reversed"... Attached a hopefully better one... Best greets, Clemens --------------060903050509040903050206 Content-Type: text/plain; name="udev-062-exec-arg-added-fw.patch" Content-Transfer-Encoding: 7bit Content-Disposition: inline; filename="udev-062-exec-arg-added-fw.patch" --- 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); --------------060903050509040903050206-- ------------------------------------------------------- This SF.Net email is sponsored by the 'Do More With Dual!' webinar happening July 14 at 8am PDT/11am EDT. We invite you to explore the latest in dual core and dual graphics technology at this free one hour event hosted by HP, AMD, and NVIDIA. To register visit http://www.hp.com/go/dualwebinar _______________________________________________ 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