From owner-cvs-src@FreeBSD.ORG Thu Oct 19 06:39:06 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D24D516A417; Thu, 19 Oct 2006 06:39:06 +0000 (UTC) (envelope-from sanewo@ba2.so-net.ne.jp) Received: from ns5.sony.co.jp (NS5.Sony.CO.JP [137.153.0.45]) by mx1.FreeBSD.org (Postfix) with ESMTP id D1E3643D4C; Thu, 19 Oct 2006 06:39:05 +0000 (GMT) (envelope-from sanewo@ba2.so-net.ne.jp) Received: from mail7.sony.co.jp ([43.0.1.209]) Received: from mail7.sony.co.jp (localhost [127.0.0.1]) by mail7.sony.co.jp (R8/Sony) with ESMTP id k9J6d1fB023350; Thu, 19 Oct 2006 15:39:01 +0900 (JST) Received: from jptkyxim02.jp.sony.com (jptkyxim02.jp.sony.com [43.15.17.88]) by mail7.sony.co.jp (R8/Sony) with ESMTP id k9J6d1Wu023336; Thu, 19 Oct 2006 15:39:01 +0900 (JST) Received: from jptkyxwa05.jp.sony.com ([43.15.31.5]) by jptkyxim02.jp.sony.com with Microsoft SMTPSVC(5.0.2195.6881); Thu, 19 Oct 2006 15:39:01 +0900 Received: from [43.17.81.141] ([43.17.81.141]) by jptkyxwa05.jp.sony.com with Microsoft SMTPSVC(5.0.2195.6881); Thu, 19 Oct 2006 15:39:01 +0900 Message-ID: <45371D84.1000509@ba2.so-net.ne.jp> Date: Thu, 19 Oct 2006 15:39:00 +0900 From: SANETO Takanori Organization: an individual User-Agent: Thunderbird 1.5.0.7 (Windows/20060909) MIME-Version: 1.0 To: Dag-Erling Smorgrav References: <200609130838.k8D8cnW9063228@repoman.freebsd.org> In-Reply-To: <200609130838.k8D8cnW9063228@repoman.freebsd.org> X-Enigmail-Version: 0.94.0.0 Content-Type: text/plain; charset=ISO-2022-JP Content-Transfer-Encoding: 7bit X-OriginalArrivalTime: 19 Oct 2006 06:39:01.0134 (UTC) FILETIME=[4325A2E0:01C6F349] Cc: cvs-src@FreeBSD.org, src-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/etc/rc.d mountcritlocal mountlate src/sbin/mount mount.8 mount.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 19 Oct 2006 06:39:06 -0000 I noticed that mountlate script is not installed under RELENG_6. You need to add mountlate to FILES in /usr/src/etc/rc.d/Makefile, I think. Dag-Erling Smorgrav wrote: > des 2006-09-13 08:38:49 UTC > > FreeBSD src repository > > Modified files: (Branch: RELENG_6) > etc/rc.d mountcritlocal > sbin/mount mount.8 mount.c > Added files: (Branch: RELENG_6) > etc/rc.d mountlate > Log: > MFC: "late" flag in fstab + mountlate script + necessary changes to mount(8) > > Approved by: re (kensmith) > > Revision Changes Path > 1.12.2.1 +2 -0 src/etc/rc.d/mountcritlocal > 1.1.2.1 +36 -0 src/etc/rc.d/mountlate (new) > 1.73.2.2 +20 -3 src/sbin/mount/mount.8 > 1.69.2.2 +9 -4 src/sbin/mount/mount.c > _______________________________________________ > cvs-all@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/cvs-all > To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org" -- SANETO Takanori