From james@jraynard.demon.co.uk  Mon May 20 11:15:19 1996
Received: from relay-2.mail.demon.net (disperse.demon.co.uk [158.152.1.77])
          by freefall.freebsd.org (8.7.3/8.7.3) with SMTP id LAA05617
          for <FreeBSD-gnats-submit@freebsd.org>; Mon, 20 May 1996 11:15:16 -0700 (PDT)
Received: from post.demon.co.uk ([158.152.1.72]) by relay-2.mail.demon.net
          id aa02960; 20 May 96 18:45 +0100
Received: from jraynard.demon.co.uk ([158.152.42.77]) by relay-3.mail.demon.net
          id aa28248; 20 May 96 18:45 +0100
Received: (from james@localhost) by jraynard.demon.co.uk (8.7.5/8.6.12) id PAA16867; Mon, 20 May 1996 15:11:23 GMT
Message-Id: <199605201511.PAA16867@jraynard.demon.co.uk>
Date: Mon, 20 May 1996 15:11:23 GMT
From: James Raynard <james@jraynard.demon.co.uk>
Reply-To: james@jraynard.demon.co.uk
To: FreeBSD-gnats-submit@freebsd.org
Subject: rc.i386 moved to /etc/etc.i386 but /etc/rc not updated
X-Send-Pr-Version: 3.2

>Number:         1224
>Category:       i386
>Synopsis:       rc.i386 moved to /etc/etc.i386 but /etc/rc not updated
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    freebsd-bugs
>State:          closed
>Quarter:
>Keywords:
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Mon May 20 11:20:01 PDT 1996
>Closed-Date:    Wed May 22 20:05:16 PDT 1996
>Last-Modified:  Wed May 22 20:12:10 PDT 1996
>Originator:     James Raynard
>Release:        FreeBSD 2.2-CURRENT i386
>Organization:
A FreeBSD-current box
>Environment:

FreeBSD 2.2-CURRENT, CVS tree as of last night.

>Description:

/etc/rc executes an architecture-specific script rc.$arch, which it expects
to find in /etc. However, the file resides in /etc/etc.i386/; there is no
etc/rc.i386 file in the CVS tree.

>How-To-Repeat:

By inspection, after noting that linux LKM is not loaded when booting!

>Fix:
	
Apply this patch

*** /home/james/src/etc/rc~	Wed May  8 09:25:57 1996
--- /home/james/src/etc/rc	Mon May 20 15:00:57 1996
***************
*** 311,318 ****
  
  # configure implementation specific stuff
  arch=`uname -m`
! if [ -f /etc/rc.${arch} ]; then
! 	. /etc/rc.${arch}
  fi
  
  # for each valid dir in $local_startup, search for init scripts matching *.sh
--- 311,318 ----
  
  # configure implementation specific stuff
  arch=`uname -m`
! if [ -f /etc/etc.${arch}/rc.${arch} ]; then
! 	. /etc/etc.${arch}/rc.${arch}
  fi
  
  # for each valid dir in $local_startup, search for init scripts matching *.sh
>Release-Note:
>Audit-Trail:
State-Changed-From-To: open->closed 
State-Changed-By: gpalmer 
State-Changed-When: Wed May 22 20:05:16 PDT 1996 
State-Changed-Why:  
Submitter asks that the PR be closed as it was a local artifact. 
>Unformatted:
