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 1RCc3e-0004tQ-0E for garchives@archives.gentoo.org; Sat, 08 Oct 2011 18:55:38 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 1449021C255; Sat, 8 Oct 2011 18:54:10 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id DB1BE21C254 for ; Sat, 8 Oct 2011 18:54:09 +0000 (UTC) Received: from pelican.gentoo.org (unknown [66.219.59.40]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 90B6A1B4030 for ; Sat, 8 Oct 2011 18:54:09 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by pelican.gentoo.org (Postfix) with ESMTP id D64B18004B for ; Sat, 8 Oct 2011 18:54:08 +0000 (UTC) From: "Robin H. Johnson" To: gentoo-commits@lists.gentoo.org Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Robin H. Johnson" Message-ID: <3ad849c5d6a24ef66152004eb3149d2cff973b1c.robbat2@gentoo> Subject: [gentoo-commits] proj/openrc:master commit in: conf.d/ X-VCS-Repository: proj/openrc X-VCS-Files: conf.d/net X-VCS-Directories: conf.d/ X-VCS-Committer: robbat2 X-VCS-Committer-Name: Robin H. Johnson X-VCS-Revision: 3ad849c5d6a24ef66152004eb3149d2cff973b1c Date: Sat, 8 Oct 2011 18:54:08 +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: X-Archives-Hash: 73e0a990c7c1a52b52cf018d616bc221 commit: 3ad849c5d6a24ef66152004eb3149d2cff973b1c Author: Robin H. Johnson gentoo org> AuthorDate: Sat Oct 8 18:52:05 2011 +0000 Commit: Robin H. Johnson gentoo org> CommitDate: Sat Oct 8 18:53:13 2011 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=3Dproj/openrc.git;a=3D= commit;h=3D3ad849c5 Bug #385971: fix net.example reference Add in wildcards for reference to net.example, so that users can find it regardless of version and dodoc compression settings. X-Gentoo-Bug: 385971 X-Gentoo-Bug-URL: https://bugs.gentoo.org/show_bug.cgi?id=3D385971 Reported-By: Serkan Kaba gentoo.org> Signed-off-by: Robin H. Johnson gentoo.org> --- conf.d/net | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/conf.d/net b/conf.d/net index 3a08aa4..52a03e3 100644 --- a/conf.d/net +++ b/conf.d/net @@ -1,4 +1,4 @@ # This blank configuration will automatically use DHCP for any net.* # scripts in /etc/init.d. To create a more complete configuration, -# please review /usr/share/doc/openrc/net.example and save your configur= ation +# please review /usr/share/doc/openrc*/net.example* and save your config= uration # in /etc/conf.d/net (this file :]!).