From ijliao@Terry.Dorm10.NCTU.edu.tw  Thu Dec 10 22:18:48 1998
Received: from Terry.Dorm10.NCTU.edu.tw (Terry.Dorm10.NCTU.edu.tw [140.113.122.99])
          by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id WAA21294
          for <FreeBSD-gnats-submit@freebsd.org>; Thu, 10 Dec 1998 22:18:47 -0800 (PST)
          (envelope-from ijliao@Terry.Dorm10.NCTU.edu.tw)
Received: (from ijliao@localhost)
	by Terry.Dorm10.NCTU.edu.tw (8.9.1/8.9.1) id NAA23307;
	Fri, 11 Dec 1998 13:49:36 +0800 (CST)
Message-Id: <199812110549.NAA23307@Terry.Dorm10.NCTU.edu.tw>
Date: Fri, 11 Dec 1998 13:49:36 +0800 (CST)
From: "Q@~WRǥ" <ijliao@Terry.Dorm10.NCTU.edu.tw>
Reply-To: ijliao@Terry.Dorm10.NCTU.edu.tw
To: FreeBSD-gnats-submit@freebsd.org
Subject: aout lib not config when boot
X-Send-Pr-Version: 3.2

>Number:         9052
>Category:       i386
>Synopsis:       aout lib not config when boot
>Confidential:   no
>Severity:       critical
>Priority:       medium
>Responsible:    freebsd-bugs
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Thu Dec 10 22:20:00 PST 1998
>Closed-Date:    Sat Dec 12 21:08:37 PST 1998
>Last-Modified:  Sat Dec 12 21:08:58 PST 1998
>Originator:     Q@~WRǥ
>Release:        FreeBSD 3.0-CURRENT i386
>Organization:
@~qdj
>Environment:

FreeBSD Terry.Dorm10.NCTU.edu.tw 3.0-CURRENT FreeBSD 3.0-CURRENT #0: Fri Dec 11
08:42:03 CST 1998     root@Terry.Dorm10.NCTU.edu.tw:/usr/src/sys/compile/TERRY
i386

>Description:

aout lib not config when boot

>How-To-Repeat:

ldconfig -aout -r

>Fix:

in src/etc
	
--- rc~ Thu Dec 10 21:28:20 1998
+++ rc  Fri Dec 11 13:46:02 1998
@@ -253,7 +253,7 @@
        fi

        # Legacy aout support for i386 only
-       if [ X"`sysctl hw.machine" = X"i386" ]; then
+       if [ X"`sysctl hw.machine" = X"hw.machine: i386" ]; then
                # Default the a.out ldconfig path, in case the system's
                # /etc/rc.conf hasn't been updated.
                : ${ldconfig_paths_aout=${ldconfig_paths}}
>Release-Note:
>Audit-Trail:
State-Changed-From-To: open->closed 
State-Changed-By: dillon 
State-Changed-When: Sat Dec 12 21:08:37 PST 1998 
State-Changed-Why:  
Fixed in current, thanks for the bug report! 
>Unformatted:
