NetBSD Problem Report #871

From gnats  Mon Mar 13 13:46:43 1995
Received: from pain.lcs.mit.edu (pain.lcs.mit.edu [128.52.46.239]) by sun-lamp.cs.berkeley.edu (8.6.10/8.6.10) with ESMTP id NAA04983 for <gnats-bugs@sun-lamp.cs.berkeley.edu>; Mon, 13 Mar 1995 13:46:40 -0800
Message-Id: <199503132146.VAA14859@electron.city.ac.uk>
Date: Mon, 13 Mar 1995 21:46:00 GMT
From: sh391@city.ac.uk
Reply-To: sh391@city.ac.uk
To: gnats-bugs@NetBSD.ORG
Subject: sparc MAKEDEV breaks on cgfour
X-Send-Pr-Version: 3.2

>Number:         871
>Category:       port-sparc
>Synopsis:       sparc MAKEDEV breaks on cgfour
>Confidential:   no
>Severity:       serious
>Priority:       low
>Responsible:    gnats-admin (GNATS administrator)
>State:          closed
>Class:          sw-bug
>Submitter-Id:   net
>Arrival-Date:   Mon Mar 13 13:50:04 +0000 1995
>Closed-Date:    Mon Mar 13 23:37:42 +0000 1995
>Last-Modified:  
>Originator:     David Brownlee
>Release:        12 March 95
>Organization:
Private
>Environment:
sparc, 1.0A, current
System: NetBSD gluon.city.ac.uk 1.0A NetBSD 1.0A (GLUON) #1: Thu Feb 9 11:25:40 GMT 1995 monoadm@gluon.city.ac.uk:/mono/u1/NetBSD/src/sys/arch/sparc/compile/GLUON sparc


>Description:
	MAKEDEV cgfour0 breaks - also MAKEDEV all (as it tries cgfour0)
	Looks like the cgthree entry was just copied without taking into
	account cgfour is one shorter..

>How-To-Repeat:
	MAKEDEV cgfour0

>Fix:
*** etc/etc.sparc/MAKEDEV.orig	Mon Mar 13 21:38:50 1995
--- etc/etc.sparc/MAKEDEV	Mon Mar 13 21:39:03 1995
***************
*** 114,120 ****
  	;;

  cgfour*)
! 	unit=`expr $i : '.......\(.*\)'`
  	mknod cgfour$unit	c 39 $unit; chmod 666 cgfour$unit
  	;;

--- 114,120 ----
  	;;

  cgfour*)
! 	unit=`expr $i : '......\(.*\)'`
  	mknod cgfour$unit	c 39 $unit; chmod 666 cgfour$unit
  	;;

>Release-Note:
>Audit-Trail:
State-Changed-From-To: open->closed 
State-Changed-By: pk 
State-Changed-When: Mon Mar 13 15:37:42 PST 1995 
State-Changed-Why:  
Extraneous dot removed. 
>Unformatted:

NetBSD Home
NetBSD PR Database Search

(Contact us) $NetBSD: query-full-pr,v 1.39 2013/11/01 18:47:49 spz Exp $
$NetBSD: gnats_config.sh,v 1.8 2006/05/07 09:23:38 tsutsui Exp $
Copyright © 1994-2007 The NetBSD Foundation, Inc. ALL RIGHTS RESERVED.