bug-hurd
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Bug#146820: marked as done (hurd: MAKEDEV doesn't understand device:hdXs


From: Debian Bug Tracking System
Subject: Bug#146820: marked as done (hurd: MAKEDEV doesn't understand device:hdXsY syntax)
Date: Mon, 13 May 2002 07:48:09 -0500

Your message dated Mon, 13 May 2002 14:44:48 +0200
with message-id <20020513124448.GL695@212.23.136.22>
and subject line closing non-package bug
has caused the attached Bug report to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what I am
talking about this indicates a serious mail system misconfiguration
somewhere.  Please contact me immediately.)

Debian bug tracking system administrator
(administrator, Debian Bugs database)

--------------------------------------
Received: (at submit) by bugs.debian.org; 13 May 2002 12:12:45 +0000
>From zeratul2@wanadoo.es Mon May 13 07:12:45 2002
Return-path: <zeratul2@wanadoo.es>
Received: from 80-24-13-86.uc.nombres.ttd.es (aragorn) [80.24.13.86] 
        by master.debian.org with esmtp (Exim 3.12 1 (Debian))
        id 177Eh3-0005zi-00; Mon, 13 May 2002 07:12:45 -0500
Received: from rmh by aragorn with local (Exim 3.35 #1 (Debian))
        id 177A0f-0000NT-00; Mon, 13 May 2002 09:12:41 +0200
From: Robert Millan <zeratul2@wanadoo.es>
To: Debian Bug Tracking System <submit@bugs.debian.org>
Subject: hurd: MAKEDEV doesn't understand device:hdXsY syntax
X-Mailer: reportbug 1.50
Date: Mon, 13 May 2002 09:12:41 +0200
Message-Id: <E177A0f-0000NT-00@aragorn>
Sender: Robert Millan <zeratul2@wanadoo.es>
Delivered-To: submit@bugs.debian.org

Package: hurd
Version: N/A; reported 2002-05-13
Severity: normal
Tags: patch

On Sun, May 12, 2002 at 03:24:47AM +0200, Marcus Brinkmann wrote:
> > native-install: `fsysopts / | perl -ne 
> > 'm!^/hurd/(.*?)\.static.*?([^\s]+)\s*?$!; print $2;'` returns device:hdXsY 
> > which MAKEDEV doesn't understand
>
> This is a bug in native-install.  It would be nice if someone could fix it
> to work with the old and the new syntax.

This should do it:

--- MAKEDEV.old Mon May 13 01:41:45 2002
+++ MAKEDEV     Mon May 13 01:45:48 2002
@@ -57,7 +57,7 @@
 }
 
 function st {
-  local NODE="$1"
+  local NODE="`echo $1 | sed 's%device\:%/dev/%g'`"
   local OWNER="$2"
   local PERM="$3"
   shift 3

-- System Information
Debian Release: 3.0
Architecture: i386
Kernel: Linux aragorn 2.4.18 #1 Sat Apr 13 21:19:47 CEST 2002 i586
Locale: LANG=C, LC_CTYPE=


---------------------------------------
Received: (at 146820-done) by bugs.debian.org; 13 May 2002 12:44:50 +0000
>From Marcus.Brinkmann@ruhr-uni-bochum.de Mon May 13 07:44:50 2002
Return-path: <Marcus.Brinkmann@ruhr-uni-bochum.de>
Received: from porta.u64.de [194.77.88.106] 
        by master.debian.org with esmtp (Exim 3.12 1 (Debian))
        id 177FC6-0007ma-00; Mon, 13 May 2002 07:44:50 -0500
Received: from (localhost) [212.23.136.22] 
        by porta.u64.de with asmtp (Exim 3.12 #1 (Debian))
        id 177Fdr-00088Y-00; Mon, 13 May 2002 15:13:31 +0200
Received: from marcus by localhost with local (Exim 3.35 #1 (Debian))
        id 177FC4-0003Bn-00
        for <146820-done@bugs.debian.org>; Mon, 13 May 2002 14:44:48 +0200
Date: Mon, 13 May 2002 14:44:48 +0200
From: Marcus Brinkmann <Marcus.Brinkmann@ruhr-uni-bochum.de>
To: 146820-done@bugs.debian.org
Subject: closing non-package bug
Message-ID: <20020513124448.GL695@212.23.136.22>
Mime-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline
User-Agent: Mutt/1.3.28i
Sender: Marcus Brinkmann <Marcus.Brinkmann@ruhr-uni-bochum.de>
Delivered-To: 146820-done@bugs.debian.org

Hi,

I am closing this report as the bug is in native-install, not in MAKEDEV,
and native-install is not in any package.

Marcus

-- 
`Rhubarb is no Egyptian god.' Debian http://www.debian.org brinkmd@debian.org
Marcus Brinkmann              GNU    http://www.gnu.org    marcus@gnu.org
Marcus.Brinkmann@ruhr-uni-bochum.de
http://www.marcus-brinkmann.de



reply via email to

[Prev in Thread] Current Thread [Next in Thread]