Received: by mail.netbsd.org (Postfix, from userid 605) id E233B14A284; Sat, 17 Dec 2011 13:37:51 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 8A50114A283 for ; Sat, 17 Dec 2011 13:37:50 +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 gNgh0W_y7V20 for ; Sat, 17 Dec 2011 13:37:50 +0000 (UTC) Received: from cvs.netbsd.org (cvs.NetBSD.org [IPv6:2001:4f8:3:7:2e0:81ff:fe30:95bd]) by mail.netbsd.org (Postfix) with ESMTP id 1C4CA14A279 for ; Sat, 17 Dec 2011 13:37:50 +0000 (UTC) Received: by cvs.netbsd.org (Postfix, from userid 500) id 78563175DD; Sat, 17 Dec 2011 13:37:50 +0000 (UTC) MIME-Version: 1.0 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Date: Sat, 17 Dec 2011 13:37:50 +0000 From: "Izumi Tsutsui" Subject: CVS commit: src To: source-changes@NetBSD.org X-Mailer: log_accum Message-Id: <20111217133750.78563175DD@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: "Izumi Tsutsui" Mail-Followup-To: source-changes-d@NetBSD.org Module Name: src Committed By: tsutsui Date: Sat Dec 17 13:37:50 UTC 2011 Modified Files: src/distrib/sets/lists/etc: mi src/etc/mtree: special src/etc/rc.d: Makefile src/usr.sbin/postinstall: postinstall Added Files: src/etc/rc.d: isibootd Log Message: Add an rc.d(8) script for isibootd(8). Taken from ndbootd(8). To generate a diff of this commit: cvs rdiff -u -r1.226 -r1.227 src/distrib/sets/lists/etc/mi cvs rdiff -u -r1.140 -r1.141 src/etc/mtree/special cvs rdiff -u -r1.86 -r1.87 src/etc/rc.d/Makefile cvs rdiff -u -r0 -r1.1 src/etc/rc.d/isibootd cvs rdiff -u -r1.127 -r1.128 src/usr.sbin/postinstall/postinstall Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.