From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([208.92.234.80] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1RfwZT-00024x-6C for garchives@archives.gentoo.org; Wed, 28 Dec 2011 16:41:43 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 346C621C0DF; Wed, 28 Dec 2011 16:41:36 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 086C721C0DF for ; Wed, 28 Dec 2011 16:41:35 +0000 (UTC) Received: from pelican.gentoo.org (unknown [66.219.59.40]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 6F2561B402E for ; Wed, 28 Dec 2011 16:41:35 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by pelican.gentoo.org (Postfix) with ESMTP id 9817A80043 for ; Wed, 28 Dec 2011 16:41:34 +0000 (UTC) From: "William Hubbs" To: gentoo-commits@lists.gentoo.org Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "William Hubbs" Message-ID: <26ceddae5e48bac07c82d754bd005df01492fa4f.WilliamH@gentoo> Subject: [gentoo-commits] proj/openrc:master commit in: doc/ X-VCS-Repository: proj/openrc X-VCS-Files: doc/net.example.Linux.in X-VCS-Directories: doc/ X-VCS-Committer: WilliamH X-VCS-Committer-Name: William Hubbs X-VCS-Revision: 26ceddae5e48bac07c82d754bd005df01492fa4f Date: Wed, 28 Dec 2011 16:41:34 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: quoted-printable X-Archives-Salt: 00bb5b11-5f7a-45b8-b660-88d6ac23c051 X-Archives-Hash: 265593f36062542ee082864ea5ff5647 commit: 26ceddae5e48bac07c82d754bd005df01492fa4f Author: William Hubbs gentoo org> AuthorDate: Wed Dec 28 16:41:07 2011 +0000 Commit: William Hubbs gentoo org> CommitDate: Wed Dec 28 16:41:07 2011 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=3Dproj/openrc.git;a=3D= commit;h=3D26ceddae net: clean up documentation for up_before_preup --- doc/net.example.Linux.in | 19 ++++++++++--------- 1 files changed, 10 insertions(+), 9 deletions(-) diff --git a/doc/net.example.Linux.in b/doc/net.example.Linux.in index d48983e..fd14134 100644 --- a/doc/net.example.Linux.in +++ b/doc/net.example.Linux.in @@ -1103,15 +1103,16 @@ # ${IFACE} is set to the interface being brought up/down # ${IFVAR} is ${IFACE} converted to variable name bash allows # -# For historical & compatbility reasons, preup is actually normally call= ed in -# the follow sequence: up ; preup ; up -# In that case, the first up causes the kernel to initialize the device,= so -# that it is available for use in the preup function. However, for some= other -# hardware, eg CAN devices, some configuration is needed before trying t= o up -# the interface will actually work. For such harware, there are the -# 'up_before_preup' variables, that skips the first up call. -#up_before_preup_IFVAR=3Dno -#up_before_preup=3Dno +# For historical and compatibility reasons, preup is actually normally c= alled +# in the following sequence: up ; preup ; up. +# The first up causes the kernel to initialize the device, so +# that it is available for use in the preup function. However, for some +# hardware, e.g. CAN devices, some configuration is needed before trying= to up +# the interface will actually work. For such hardware, the +# up_before_preup variables will allow skipping the first up call if set +# to yes. +#up_before_preup_IFVAR=3D"NO" +#up_before_preup=3D"NO" =20 #preup() { # # Test for link on the interface prior to bringing it up. This