Received: by mail.netbsd.org (Postfix, from userid 605) id 87C7B84D71; Mon, 27 Nov 2017 11:31:53 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 0ED6384D5B for ; Mon, 27 Nov 2017 11:31:53 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([127.0.0.1]) by localhost (mail.netbsd.org [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id nEJmxqMtpBbw for ; Mon, 27 Nov 2017 11:31:52 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.NetBSD.org [IPv6:2001:470:a085:999:28c:faff:fe03:5984]) by mail.netbsd.org (Postfix) with ESMTP id A0FF884D4D for ; Mon, 27 Nov 2017 11:31:52 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 967E9FB40; Mon, 27 Nov 2017 11:31:52 +0000 (UTC) Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" MIME-Version: 1.0 Date: Mon, 27 Nov 2017 11:31:52 +0000 From: "Martin Husemann" Subject: CVS commit: [netbsd-8] src/distrib/atari/floppies To: source-changes@NetBSD.org X-Mailer: log_accum Message-Id: <20171127113152.967E9FB40@cvs.NetBSD.org> Sender: source-changes-owner@NetBSD.org List-Id: source-changes.NetBSD.org Precedence: bulk Reply-To: source-changes-d@NetBSD.org Mail-Reply-To: "Martin Husemann" Mail-Followup-To: source-changes-d@NetBSD.org List-Unsubscribe: Module Name: src Committed By: martin Date: Mon Nov 27 11:31:52 UTC 2017 Modified Files: src/distrib/atari/floppies/common [netbsd-8]: dot.profile src/distrib/atari/floppies/install [netbsd-8]: list Log Message: Pull up following revision(s) (requested by tsutsui in ticket #393): distrib/atari/floppies/install/list: revision 1.21 distrib/atari/floppies/common/dot.profile: revision 1.6 Avoid use of expr(1). It was removed from src/distrib/atari/floppies/install/list since rev 1.19 and the install script complains expr is not found. Should be pulled up to netbsd-8. Put back /bin/cp and /sbin/sysctl to installation binaries. - cp(1) is explicitly required by sysinst(8), cp_to_target() in src/usr.sbin/sysinst/target.c, to copy bootloader to targetroot - sysctl(8) is required by src/distrib/atari/floppies/common/dot.profile to detect the root device (fd or md) This might cause floppy overflow on HEAD again, but works on 8.0_BETA. Should be pulled up to netbsd-8. To generate a diff of this commit: cvs rdiff -u -r1.5 -r1.5.8.1 src/distrib/atari/floppies/common/dot.profile cvs rdiff -u -r1.20 -r1.20.4.1 src/distrib/atari/floppies/install/list Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.