From owner-svn-src-head@FreeBSD.ORG Wed Nov 18 00:56:06 2009 Return-Path: Delivered-To: svn-src-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 0BE48106566C; Wed, 18 Nov 2009 00:56:06 +0000 (UTC) (envelope-from delphij@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id D5B138FC18; Wed, 18 Nov 2009 00:56:05 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.3/8.14.3) with ESMTP id nAI0u57W049826; Wed, 18 Nov 2009 00:56:05 GMT (envelope-from delphij@svn.freebsd.org) Received: (from delphij@localhost) by svn.freebsd.org (8.14.3/8.14.3/Submit) id nAI0u5KY049822; Wed, 18 Nov 2009 00:56:05 GMT (envelope-from delphij@svn.freebsd.org) Message-Id: <200911180056.nAI0u5KY049822@svn.freebsd.org> From: Xin LI Date: Wed, 18 Nov 2009 00:56:05 +0000 (UTC) To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org X-SVN-Group: head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Cc: Subject: svn commit: r199463 - in head: . share/man/man8 X-BeenThere: svn-src-head@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: SVN commit messages for the src tree for head/-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 18 Nov 2009 00:56:06 -0000 Author: delphij Date: Wed Nov 18 00:56:05 2009 New Revision: 199463 URL: http://svn.freebsd.org/changeset/base/199463 Log: rc.early(8) was removed as of 20090530 so remove manual page reference to it. MFC after: 1 week Modified: head/ObsoleteFiles.inc head/share/man/man8/Makefile head/share/man/man8/rc.8 Modified: head/ObsoleteFiles.inc ============================================================================== --- head/ObsoleteFiles.inc Wed Nov 18 00:51:31 2009 (r199462) +++ head/ObsoleteFiles.inc Wed Nov 18 00:56:05 2009 (r199463) @@ -14,6 +14,8 @@ # The file is partitioned: OLD_FILES first, then OLD_LIBS and OLD_DIRS last. # +# 20091117: removal of rc.early(8) link +OLD_FILES+=usr/share/man/man8/rc.early.8.gz # 20091027: pselect.3 implemented as syscall OLD_FILES+=usr/share/man/man3/pselect.3.gz # 20091005: fusword.9 and susword.9 removed Modified: head/share/man/man8/Makefile ============================================================================== --- head/share/man/man8/Makefile Wed Nov 18 00:51:31 2009 (r199462) +++ head/share/man/man8/Makefile Wed Nov 18 00:56:05 2009 (r199463) @@ -16,7 +16,6 @@ MAN= crash.8 \ MLINKS= rc.8 rc.atm.8 \ rc.8 rc.d.8 \ - rc.8 rc.early.8 \ rc.8 rc.firewall.8 \ rc.8 rc.local.8 \ rc.8 rc.network.8 \ Modified: head/share/man/man8/rc.8 ============================================================================== --- head/share/man/man8/rc.8 Wed Nov 18 00:51:31 2009 (r199462) +++ head/share/man/man8/rc.8 Wed Nov 18 00:56:05 2009 (r199463) @@ -35,7 +35,7 @@ .\" @(#)rc.8 8.2 (Berkeley) 12/11/93 .\" $FreeBSD$ .\" -.Dd May 18, 2007 +.Dd November 17, 2009 .Dt RC 8 .Os .Sh NAME @@ -394,20 +394,6 @@ is not set, when going from single-user the script does not do anything. .Pp The -.Nm rc.early -script is run very early in the startup process, immediately before the -file system check. -The -.Nm rc.early -script is deprecated. -Any commands in this -file should be separated out into -.Nm rc.d/ -style scripts and integrated into the -.Nm -system. -.Pp -The .Pa /etc/rc.d/local script can execute scripts from multiple .Nm rc.d/