From james@jraynard.demon.co.uk  Fri Jun 21 15:09:21 1996
Received: from who.cdrom.com (who.cdrom.com [204.216.27.3])
          by freefall.freebsd.org (8.7.5/8.7.3) with SMTP id PAA07416
          for <FreeBSD-gnats-submit@freebsd.org>; Fri, 21 Jun 1996 15:09:21 -0700 (PDT)
Received: from jraynard.demon.co.uk (am081.du.pipex.com [193.130.252.81])
          by who.cdrom.com (8.6.12/8.6.11) with ESMTP id PAA22889
          for <FreeBSD-gnats-submit@freebsd.org>; Fri, 21 Jun 1996 15:09:13 -0700
Received: (from james@localhost) by jraynard.demon.co.uk (8.7.5/8.6.12) id NAA07377; Fri, 21 Jun 1996 13:50:09 GMT
Message-Id: <199606211350.NAA07377@jraynard.demon.co.uk>
Date: Fri, 21 Jun 1996 13:50:09 GMT
From: James Raynard <james@jraynard.demon.co.uk>
Reply-To: james@jraynard.demon.co.uk
To: FreeBSD-gnats-submit@freebsd.org
Subject: chgrp(1) required by MAKEDEV but not on fixit floppy
X-Send-Pr-Version: 3.2

>Number:         1342
>Category:       misc
>Synopsis:       chgrp(1) required by MAKEDEV but not on fixit floppy
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    jkh
>State:          closed
>Quarter:
>Keywords:
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Fri Jun 21 15:10:01 PDT 1996
>Closed-Date:    Mon Jul 29 02:17:10 PDT 1996
>Last-Modified:  Mon Jul 29 02:17:26 PDT 1996
>Originator:     James Raynard
>Release:        FreeBSD 2.2-CURRENT i386
>Organization:
James Raynard, Edinburgh, Scotland
>Environment:

FreeBSD 2.1.0-RELEASE

>Description:

Report submitted on behalf of Dmitry Solodov <dima@irs.riga.lv>

/dev/wd* accidentally clobbered, trying to recreate them using fixit
floppy. The "obvious" 'sh MAKEDEV wd0s[1-4]' fails as chgrp is not on
the fixit floppy.

>How-To-Repeat:
>Fix:

Add chgrp to the fixit floppy image. Or modify MAKEDEV to use 'chown
:operator' instead of 'chgrp operator'.
>Release-Note:
>Audit-Trail:

From: Wolfram Schneider <wosch@cs.tu-berlin.de>
To: james@jraynard.demon.co.uk
Cc: FreeBSD-gnats-submit@freebsd.org
Subject: misc/1342: chgrp(1) required by MAKEDEV but not on fixit floppy
Date: Sat, 22 Jun 1996 15:11:44 +0200

 James Raynard writes:
 >>Fix:
 >Add chgrp to the fixit floppy image. Or modify MAKEDEV to use 'chown
 >:operator' instead of 'chgrp operator'.
 
 src/release/floppies/fixit/crunch/crunch.conf:
 +ln chown chgrp
 
 ;-)
Responsible-Changed-From-To: freebsd-bugs->jkh 
Responsible-Changed-By: wosch 
Responsible-Changed-When: Sat Jun 22 17:37:46 PDT 1996 
Responsible-Changed-Why:  
Jordans area  
State-Changed-From-To: open->closed 
State-Changed-By: jkh 
State-Changed-When: Mon Jul 29 02:17:10 PDT 1996 
State-Changed-Why:  
chgrp added to fixit floppy. 
>Unformatted:
