From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id CE63B1395E1 for ; Thu, 3 Nov 2016 17:07:13 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id EEFF7E0B0D; Thu, 3 Nov 2016 17:07:12 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id D686EE0B0D for ; Thu, 3 Nov 2016 17:07:12 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id CEA703412BC for ; Thu, 3 Nov 2016 17:07:11 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 342A9344 for ; Thu, 3 Nov 2016 17:07:10 +0000 (UTC) From: "William Hubbs" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "William Hubbs" Message-ID: <1478192260.20b60ea904612669dfb744beffcd8e7e447f69ef.williamh@OpenRC> Subject: [gentoo-commits] proj/openrc:master commit in: conf.d/ X-VCS-Repository: proj/openrc X-VCS-Files: conf.d/net-online X-VCS-Directories: conf.d/ X-VCS-Committer: williamh X-VCS-Committer-Name: William Hubbs X-VCS-Revision: 20b60ea904612669dfb744beffcd8e7e447f69ef X-VCS-Branch: master Date: Thu, 3 Nov 2016 17:07:10 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 5913ccd8-dca9-4ff6-a5aa-e651649fde83 X-Archives-Hash: 6bf2a017bb2fa6a758e90eaf34af1361 commit: 20b60ea904612669dfb744beffcd8e7e447f69ef Author: William Hubbs gmail com> AuthorDate: Thu Nov 3 16:57:40 2016 +0000 Commit: William Hubbs gentoo org> CommitDate: Thu Nov 3 16:57:40 2016 +0000 URL: https://gitweb.gentoo.org/proj/openrc.git/commit/?id=20b60ea9 conf.d/net-online: clarify comment about interfaces setting This setting refers to all interfaces that support ethernet conf.d/net-online | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/conf.d/net-online b/conf.d/net-online index bf0b09a..aa2c76b 100644 --- a/conf.d/net-online +++ b/conf.d/net-online @@ -1,6 +1,6 @@ # The interfaces setting controls which interfaces the net-online -# service considers in deciding whether the network is active. By -# default, it is all ethernet or wireless LAN interfaces. +# service considers in deciding whether the network is active. The +# default is all interfaces that support ethernet. #interfaces="" # This setting controls whether a ping to the default gateway is