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 1QSAsO-0000NJ-7Z for garchives@archives.gentoo.org; Thu, 02 Jun 2011 16:36:04 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 2622A1C052; Thu, 2 Jun 2011 16:35:56 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id EC86A1C052 for ; Thu, 2 Jun 2011 16:35:55 +0000 (UTC) Received: from pelican.gentoo.org (unknown [66.219.59.40]) (using TLSv1 with cipher ADH-CAMELLIA256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 75AC31B4021 for ; Thu, 2 Jun 2011 16:35:55 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by pelican.gentoo.org (Postfix) with ESMTP id A8F3180506 for ; Thu, 2 Jun 2011 16:35:54 +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: Subject: [gentoo-commits] proj/openrc:master commit in: init.d/ X-VCS-Repository: proj/openrc X-VCS-Files: init.d/hostname.in X-VCS-Directories: init.d/ X-VCS-Committer: williamH X-VCS-Committer-Name: William Hubbs X-VCS-Revision: a2c8e5ce50ca88a8d73f828453ca67f00fff1081 Date: Thu, 2 Jun 2011 16:35:54 +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: 7f64e123e27ae57aeb46a9682a3f4970 commit: a2c8e5ce50ca88a8d73f828453ca67f00fff1081 Author: Diego Elio Petten=C3=B2 gmail com> AuthorDate: Thu Jun 2 14:06:27 2011 +0000 Commit: William Hubbs gentoo org> CommitDate: Thu Jun 2 16:34:13 2011 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=3Dproj/openrc.git;a=3D= commit;h=3Da2c8e5ce Don't set hostname on containers. LXC already provides a means to set the utsname/hostname of the system, s= o avoid overriding the user's configuration through hostname here. Signed-off-by: Diego Elio Petten=C3=B2 gmail.com> --- init.d/hostname.in | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/init.d/hostname.in b/init.d/hostname.in index a7c54c8..d859ee8 100644 --- a/init.d/hostname.in +++ b/init.d/hostname.in @@ -5,7 +5,7 @@ description=3D"Sets the hostname of the machine." =20 depend() { - keyword -prefix + keyword -prefix -lxc } =20 start()