From owner-freebsd-current Sun Dec 13 22:27:09 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id WAA05803 for freebsd-current-outgoing; Sun, 13 Dec 1998 22:27:09 -0800 (PST) (envelope-from owner-freebsd-current@FreeBSD.ORG) Received: from mailb.telia.com (mailb.telia.com [194.22.194.6]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id WAA05451 for ; Sun, 13 Dec 1998 22:26:20 -0800 (PST) (envelope-from listuser@netspace.net.au) Received: from d1o1.telia.com (root@d1o1.telia.com [195.67.240.241]) by mailb.telia.com (8.8.8/8.8.8) with ESMTP id HAA08044 for ; Mon, 14 Dec 1998 07:26:14 +0100 (CET) Received: from doorway.home.lan (t6o1p59.telia.com [195.67.241.119]) by d1o1.telia.com (8.8.8/8.8.5) with ESMTP id HAA18396 for ; Mon, 14 Dec 1998 07:26:13 +0100 (CET) Received: (from listuser@localhost) by doorway.home.lan (8.8.8/8.8.7) id GAA08910 for freebsd-current@FreeBSD.org; Mon, 14 Dec 1998 06:55:36 +0100 (CET) (envelope-from listuser) Date: Mon, 14 Dec 1998 06:55:36 +0100 (CET) From: List User Message-Id: <199812140555.GAA08910@doorway.home.lan> To: freebsd-current@FreeBSD.ORG Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Newsgroups: freebsd.current Path: root From: "John W. DeBoskey" Subject: /etc/rc busted for legacy aout ldconfig setup Content-Type: text/plain; charset=US-ASCII Received: (from jwd@localhost) by bb01f39.unx.sas.com (8.9.1/8.9.1) id WAA14885 for freebsd-current@freebsd.org; Sun, 13 Dec 1998 22:22:57 -0500 (EST) (envelope-from jwd) To: freebsd-current Sender: owner-freebsd-current@FreeBSD.ORG Content-Transfer-Encoding: 7bit Organization: Private News Host Precedence: bulk Message-ID: <199812140322.WAA14885@bb01f39.unx.sas.com> X-Mailer: ELM [version 2.4ME+ PL38 (25)] Delivered-To: vmailer-current@freebsd.org X-Uidl: 4c0ea638a5255233c61c0359728e81be X-Loop: FreeBSD.ORG Mime-Version: 1.0 Date: Mon, 14 Dec 1998 03:22:57 GMT Hi, The following commit broke legacy ldconfig aout support: 1.161 Thu Dec 10 8:06:59 1998 UTC by jb Diffs to 1.160 Add a test for hw.machine == i386 before trying to run ldconfig for legacy aout support. The following conditional is wrong: if [ X"`sysctl hw.machine`" = X"i386" ]; then and needs to read: if [ X"`sysctl hw.machine | cut -d' ' -f2`" = X"i386" ]; then assuming the bruce filter doesn't mind a pipe in an 'if' statement. Anyone running a -current machine doing a 'make world' every day and still using any aout libraries will be affected by this. Thanks! John To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message