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 <gentoo-dev+bounces-45297-garchives=archives.gentoo.org@lists.gentoo.org>) id 1QAJrc-000362-JU for garchives@archives.gentoo.org; Thu, 14 Apr 2011 10:33:31 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 6F3CB1C078; Thu, 14 Apr 2011 10:33:12 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 61B361C04E for <gentoo-dev@lists.gentoo.org>; Thu, 14 Apr 2011 10:32:33 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by smtp.gentoo.org (Postfix) with ESMTP id 7EBCA1B404B; Thu, 14 Apr 2011 10:32:32 +0000 (UTC) X-Virus-Scanned: by amavisd-new using ClamAV at gentoo.org X-Spam-Score: -1.892 X-Spam-Level: X-Spam-Status: No, score=-1.892 required=5.5 tests=[AWL=1.706, BAYES_00=-2.599, HTML_MESSAGE=0.001, RCVD_IN_DNSWL_LOW=-1] Received: from smtp.gentoo.org ([127.0.0.1]) by localhost (smtp.gentoo.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id HKC+MXluRuAm; Thu, 14 Apr 2011 10:32:26 +0000 (UTC) Received: from mail-iy0-f177.google.com (mail-iy0-f177.google.com [209.85.210.177]) (using TLSv1 with cipher RC4-SHA (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 03D391B4049; Thu, 14 Apr 2011 10:32:25 +0000 (UTC) Received: by iyb39 with SMTP id 39so1652478iyb.36 for <multiple recipients>; Thu, 14 Apr 2011 03:32:25 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:in-reply-to:references:from:date :message-id:subject:to:cc:content-type; bh=oIfAUO+Xj7C/ms3sTCcI1DMwKyjA/H+IcpqkGsSE8q0=; b=Oac88O5YCaeyyObwihCoJzx99kpiPeagNGpMl2/r6d3Az0x0Zqti5G2f0c6Fi8z6NX KzZsLysZBrv2ufgfq3faxMPKOYniBuVMhAvTTB/enetyYBw/JymsyEzm9vygUkeAZkZI fe3kX+J63LLGUBzwpUkV1SeauvlAJz/h9pFKE= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc:content-type; b=JxtOGOisHB7F+h207nMoBjISuFXg8VULpNkfLB+I9EnpBfWjZlbxP3gO9ktqH11MKl rCjzU/mdYUO2cbKPsNi5Wu1MLqH+LwM9ADL7yFE1YbP/iRWcrdBaibHJALT0+Co5XIlN Y8X8CWFnmcoHgrpVIxg7FXCnacZ++YHHCaBKw= Received: by 10.42.148.194 with SMTP id s2mr877462icv.126.1302777144862; Thu, 14 Apr 2011 03:32:24 -0700 (PDT) Precedence: bulk List-Post: <mailto:gentoo-dev@lists.gentoo.org> List-Help: <mailto:gentoo-dev+help@lists.gentoo.org> List-Unsubscribe: <mailto:gentoo-dev+unsubscribe@lists.gentoo.org> List-Subscribe: <mailto:gentoo-dev+subscribe@lists.gentoo.org> List-Id: Gentoo Linux mail <gentoo-dev.gentoo.org> X-BeenThere: gentoo-dev@lists.gentoo.org Reply-to: gentoo-dev@lists.gentoo.org MIME-Version: 1.0 Received: by 10.42.221.201 with HTTP; Thu, 14 Apr 2011 03:32:04 -0700 (PDT) In-Reply-To: <20110413181538.GA2894@linux1> References: <20110413181538.GA2894@linux1> From: Kfir Lavi <lavi.kfir@gmail.com> Date: Thu, 14 Apr 2011 13:32:04 +0300 Message-ID: <BANLkTimASkRBP0exjvGNA1-5JhS_DdVe2Q@mail.gmail.com> Subject: Re: [gentoo-dev] openrc portage news item To: gentoo-dev@lists.gentoo.org, gentoo-dev@lists.gentoo.org, pr@gentoo.org Cc: William Hubbs <williamh@gentoo.org> Content-Type: multipart/alternative; boundary=90e6ba6134baf0e6aa04a0de70cd X-Archives-Salt: X-Archives-Hash: 3b4f3effbdf199ceb48132a964ce5bd8 --90e6ba6134baf0e6aa04a0de70cd Content-Type: text/plain; charset=UTF-8 On Wed, Apr 13, 2011 at 9:15 PM, William Hubbs <williamh@gentoo.org> wrote: > All, > > this is the portage news item I am planning on committing to the tree. > > This is based on an earlier version written by Christian Fallhammer. > > If there are no suggestions for additions or corrections, this will be > committed on 5/1. > > Thanks, > > William > > Hi, When i run world update, I usually don't really check all the written stuff. If I do this, I'm sure a lot more Gentoo users do the same. So do expect people rebooting the machine without checking what your have wrote. This can be a major headache if you have few systems that are doing auto updates. I would solve this issue by stopping the emerge and getting the attention of the user. If I don't get the attention of the user, no openrc will be installed. It should be something like emerge -C ... 1 .2 3 4 5... To conclude, you can't issue such a change without proper confirmation from the user. Regards, Kfir --90e6ba6134baf0e6aa04a0de70cd Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: quoted-printable <div dir=3D"ltr"><br><br><div class=3D"gmail_quote">On Wed, Apr 13, 2011 at= 9:15 PM, William Hubbs <span dir=3D"ltr"><<a href=3D"mailto:williamh@ge= ntoo.org">williamh@gentoo.org</a>></span> wrote:<br><blockquote class=3D= "gmail_quote" style=3D"margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rg= b(204, 204, 204); padding-left: 1ex;"> All,<br> <br> this is the portage news item I am planning on committing to the tree.<br> <br> This is based on an earlier version written by Christian Fallhammer.<br> <br> If there are no suggestions for additions or corrections, this will be<br> committed on 5/1.<br> <br> Thanks,<br> <font color=3D"#888888"><br> William<br> <br></font></blockquote><div><br>Hi,<br>When i run world update, I usually = don't really check all the written stuff. <br>If I do this, I'm sur= e a lot more Gentoo users do the same.=C2=A0 <br>So do expect people reboot= ing the machine without checking what your have wrote. <br> This can be a major headache if you have few systems that are doing auto up= dates. <br>I would solve this issue by stopping the emerge and getting the = attention of the user. <br>If I don't get the attention of the user, no= openrc will be installed. <br> It should be something like emerge -C ... 1 .2 3 4 5... <br><br>To conclude= , you can't issue such a change without proper confirmation from the us= er.<br><br>Regards,<br>Kfir<br></div></div></div> --90e6ba6134baf0e6aa04a0de70cd-- 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 <gentoo-dev+bounces-45296-garchives=archives.gentoo.org@lists.gentoo.org>) id 1QAJrc-000361-JT for garchives@archives.gentoo.org; Thu, 14 Apr 2011 10:33:31 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id BD3C21C076; Thu, 14 Apr 2011 10:33:11 +0000 (UTC) Received: from mail-iy0-f181.google.com (mail-iy0-f181.google.com [209.85.210.181]) by pigeon.gentoo.org (Postfix) with ESMTP id 7FB691C04C for <gentoo-dev@lists.gentoo.org>; Thu, 14 Apr 2011 10:32:25 +0000 (UTC) Received: by iyb26 with SMTP id 26so1832170iyb.40 for <gentoo-dev@lists.gentoo.org>; Thu, 14 Apr 2011 03:32:25 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:in-reply-to:references:from:date :message-id:subject:to:cc:content-type; bh=oIfAUO+Xj7C/ms3sTCcI1DMwKyjA/H+IcpqkGsSE8q0=; b=Oac88O5YCaeyyObwihCoJzx99kpiPeagNGpMl2/r6d3Az0x0Zqti5G2f0c6Fi8z6NX KzZsLysZBrv2ufgfq3faxMPKOYniBuVMhAvTTB/enetyYBw/JymsyEzm9vygUkeAZkZI fe3kX+J63LLGUBzwpUkV1SeauvlAJz/h9pFKE= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc:content-type; b=JxtOGOisHB7F+h207nMoBjISuFXg8VULpNkfLB+I9EnpBfWjZlbxP3gO9ktqH11MKl rCjzU/mdYUO2cbKPsNi5Wu1MLqH+LwM9ADL7yFE1YbP/iRWcrdBaibHJALT0+Co5XIlN Y8X8CWFnmcoHgrpVIxg7FXCnacZ++YHHCaBKw= Received: by 10.42.148.194 with SMTP id s2mr877462icv.126.1302777144862; Thu, 14 Apr 2011 03:32:24 -0700 (PDT) Precedence: bulk List-Post: <mailto:gentoo-dev@lists.gentoo.org> List-Help: <mailto:gentoo-dev+help@lists.gentoo.org> List-Unsubscribe: <mailto:gentoo-dev+unsubscribe@lists.gentoo.org> List-Subscribe: <mailto:gentoo-dev+subscribe@lists.gentoo.org> List-Id: Gentoo Linux mail <gentoo-dev.gentoo.org> X-BeenThere: gentoo-dev@lists.gentoo.org Reply-to: gentoo-dev@lists.gentoo.org MIME-Version: 1.0 Received: by 10.42.221.201 with HTTP; Thu, 14 Apr 2011 03:32:04 -0700 (PDT) In-Reply-To: <20110413181538.GA2894@linux1> References: <20110413181538.GA2894@linux1> From: Kfir Lavi <lavi.kfir@gmail.com> Date: Thu, 14 Apr 2011 13:32:04 +0300 Message-ID: <BANLkTimASkRBP0exjvGNA1-5JhS_DdVe2Q@mail.gmail.com> Subject: Re: [gentoo-dev] openrc portage news item To: gentoo-dev@lists.gentoo.org, gentoo-dev@gentoo.org, pr@gentoo.org Cc: William Hubbs <williamh@gentoo.org> Content-Type: multipart/alternative; boundary=90e6ba6134baf0e6aa04a0de70cd X-Archives-Salt: X-Archives-Hash: dc89de04bfb0e4da034fd358c9b5994e Message-ID: <20110414103204.K9gYtXIx25pKB6VGwjCEY6v7Bjp5lHnsIto580DuPF8@z> --90e6ba6134baf0e6aa04a0de70cd Content-Type: text/plain; charset=UTF-8 On Wed, Apr 13, 2011 at 9:15 PM, William Hubbs <williamh@gentoo.org> wrote: > All, > > this is the portage news item I am planning on committing to the tree. > > This is based on an earlier version written by Christian Fallhammer. > > If there are no suggestions for additions or corrections, this will be > committed on 5/1. > > Thanks, > > William > > Hi, When i run world update, I usually don't really check all the written stuff. If I do this, I'm sure a lot more Gentoo users do the same. So do expect people rebooting the machine without checking what your have wrote. This can be a major headache if you have few systems that are doing auto updates. I would solve this issue by stopping the emerge and getting the attention of the user. If I don't get the attention of the user, no openrc will be installed. It should be something like emerge -C ... 1 .2 3 4 5... To conclude, you can't issue such a change without proper confirmation from the user. Regards, Kfir --90e6ba6134baf0e6aa04a0de70cd Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: quoted-printable <div dir=3D"ltr"><br><br><div class=3D"gmail_quote">On Wed, Apr 13, 2011 at= 9:15 PM, William Hubbs <span dir=3D"ltr"><<a href=3D"mailto:williamh@ge= ntoo.org">williamh@gentoo.org</a>></span> wrote:<br><blockquote class=3D= "gmail_quote" style=3D"margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rg= b(204, 204, 204); padding-left: 1ex;"> All,<br> <br> this is the portage news item I am planning on committing to the tree.<br> <br> This is based on an earlier version written by Christian Fallhammer.<br> <br> If there are no suggestions for additions or corrections, this will be<br> committed on 5/1.<br> <br> Thanks,<br> <font color=3D"#888888"><br> William<br> <br></font></blockquote><div><br>Hi,<br>When i run world update, I usually = don't really check all the written stuff. <br>If I do this, I'm sur= e a lot more Gentoo users do the same.=C2=A0 <br>So do expect people reboot= ing the machine without checking what your have wrote. <br> This can be a major headache if you have few systems that are doing auto up= dates. <br>I would solve this issue by stopping the emerge and getting the = attention of the user. <br>If I don't get the attention of the user, no= openrc will be installed. <br> It should be something like emerge -C ... 1 .2 3 4 5... <br><br>To conclude= , you can't issue such a change without proper confirmation from the us= er.<br><br>Regards,<br>Kfir<br></div></div></div> --90e6ba6134baf0e6aa04a0de70cd--