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=
_______________________________________________
Bug-hurd mailing list
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/bug-hurd