From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 909301389E2 for ; Sat, 20 Dec 2014 17:52:37 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 95246E0B5F; Sat, 20 Dec 2014 17:52:32 +0000 (UTC) Received: from mail-vc0-f179.google.com (mail-vc0-f179.google.com [209.85.220.179]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id B2967E0AF6 for ; Sat, 20 Dec 2014 17:52:31 +0000 (UTC) Received: by mail-vc0-f179.google.com with SMTP id le20so980153vcb.10 for ; Sat, 20 Dec 2014 09:52:30 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; bh=UkFrB7g9UO/mWJH/pQiZbr8PyuIwpW2MsXf8h337SxQ=; b=ZiUGqEL7Cm0yCznoQgnIXxzzoafPYIThD15hvvmDTSaSphzcggKSqko5McsfoPDaV1 H/TeXEb94A0+ogzOc63C7b15ywtBHCNmKwA/q/GIGrNDxrrE7x/RfUaHww4uBsUe++PL NAD0vnxk3VpawzKTOuLkZ/FFOV/Bx2Ra3QOIwAKKpVaU5zuwPGhLzEki7SoXSpkir5VW B92xPnh0FNU2cDr8n7m7noiCT7Y6zKMLZTQbfpFFx3WeG1Fvu+MpWnC58Dw/N3SC4HJ3 XsY3FcoE9wu/4x4ygZJGT/nUmjg6bB/WrJN5A3hx1g+wkJrUayYJko/fos4b+l5/VwQy jwTA== Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-dev@lists.gentoo.org Reply-to: gentoo-dev@lists.gentoo.org MIME-Version: 1.0 X-Received: by 10.220.95.132 with SMTP id d4mr202567vcn.67.1419097950878; Sat, 20 Dec 2014 09:52:30 -0800 (PST) Received: by 10.52.160.38 with HTTP; Sat, 20 Dec 2014 09:52:30 -0800 (PST) In-Reply-To: References: Date: Sat, 20 Dec 2014 20:52:30 +0300 Message-ID: Subject: [gentoo-dev] =?UTF-8?B?UmU6IFtnZW50b28tZGV2XSBSZTogW2dlbnRvby1kZXZdIEJ1ZyDihJY1MDQxMTYsIC9ldA==?= =?UTF-8?B?Yy9pbml0LmQvZnVuY3Rpb25zLnNo?= From: =?UTF-8?B?0KHQtdGA0LPQtdC5?= To: gentoo-dev@lists.gentoo.org Content-Type: text/plain; charset=UTF-8 X-Archives-Salt: 21249ebf-4632-4c63-bfbe-794cfdfbe032 X-Archives-Hash: 4bbf40a813a55d400b02c595f6e8c283 Thank you for your answer. Actually, I do not understand the problems they are trying to solve there (I am not a developer, just a user), but I believe they are more important than "functions.sh" problem. But I think it is possible to make "gentoo-functions" ebuild also copy "functions.sh" to "/etc/init.d/" as a temporary workaround. I use systemd (OpenRC and sysvinit removed, "gentoo-functions" installed instead to provide "functions.sh") and I see no problem in creating symlink from "/lib/gentoo/functions.sh" to "/etc/init.d/functions.sh". But as it is an important action if you switch from OpenRC to Systemd, I think it would be better to make it done by default, for example, make "gentoo-functions" provide "/etc/init.d/functions.sh" as a symlink from "/lib/gentoo/functions.sh", remove "functions.sh" from OpenRC and make OpenRC depend on "gentoo-functions". P.S. It would be also great if OpenRC was removed from "system" set, instead "virtual/service-manager" should be placed there, as "service-manager" depends on either OpenRC or Systemd. Best regards.