From owner-cvs-src-old@FreeBSD.ORG Sat Jun 25 23:15:10 2011 Return-Path: Delivered-To: cvs-src-old@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 999B01065670 for ; Sat, 25 Jun 2011 23:15:10 +0000 (UTC) (envelope-from dougb@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 87F788FC15 for ; Sat, 25 Jun 2011 23:15:10 +0000 (UTC) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.4/8.14.4) with ESMTP id p5PNFA9i099034 for ; Sat, 25 Jun 2011 23:15:10 GMT (envelope-from dougb@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.4/8.14.4/Submit) id p5PNFAdL099033 for cvs-src-old@freebsd.org; Sat, 25 Jun 2011 23:15:10 GMT (envelope-from dougb@repoman.freebsd.org) Message-Id: <201106252315.p5PNFAdL099033@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to dougb@repoman.freebsd.org using -f From: Doug Barton Date: Sat, 25 Jun 2011 23:14:49 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: RELENG_7 Subject: cvs commit: src/etc/defaults rc.conf src/etc/rc.d Makefile mountcritremote netwait src/share/man/man5 rc.conf.5 X-BeenThere: cvs-src-old@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: **OBSOLETE** CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 25 Jun 2011 23:15:10 -0000 dougb 2011-06-25 23:14:49 UTC FreeBSD src repository Modified files: (Branch: RELENG_7) etc/defaults rc.conf etc/rc.d Makefile mountcritremote share/man/man5 rc.conf.5 Added files: (Branch: RELENG_7) etc/rc.d netwait Log: SVN rev 223553 on 2011-06-25 23:14:49Z by dougb MFC r223310: Add the netwait rc.d script. It waits for the specified period for the network to become active. MFC r223311, r2233408: The script itself, and a minor fix to it. Revision Changes Path 1.318.2.28 +7 -0 src/etc/defaults/rc.conf 1.84.2.8 +1 -1 src/etc/rc.d/Makefile 1.16.2.3 +1 -1 src/etc/rc.d/mountcritremote 1.2.4.2 +98 -0 src/etc/rc.d/netwait (new) 1.327.2.23 +57 -1 src/share/man/man5/rc.conf.5