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 7AFA41395E1 for ; Thu, 3 Nov 2016 21:28:09 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 8A787E0AEE; Thu, 3 Nov 2016 21:28:08 +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 5EFE2E0AEE for ; Thu, 3 Nov 2016 21:28:08 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 1BCA83415FA for ; Thu, 3 Nov 2016 21:28:07 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B1935344 for ; Thu, 3 Nov 2016 21:28:05 +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: <1478208453.ea047033c40d7e014317b149566014d56e5e42bb.williamh@OpenRC> Subject: [gentoo-commits] proj/openrc:0.22.x commit in: / X-VCS-Repository: proj/openrc X-VCS-Files: ChangeLog X-VCS-Directories: / X-VCS-Committer: williamh X-VCS-Committer-Name: William Hubbs X-VCS-Revision: ea047033c40d7e014317b149566014d56e5e42bb X-VCS-Branch: 0.22.x Date: Thu, 3 Nov 2016 21:28:05 +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: dd3e027e-ead0-48de-a74e-a3762b98736b X-Archives-Hash: 1b177579d0efc103bfe0c22ead2ca8df commit: ea047033c40d7e014317b149566014d56e5e42bb Author: William Hubbs gmail com> AuthorDate: Thu Nov 3 21:27:33 2016 +0000 Commit: William Hubbs gentoo org> CommitDate: Thu Nov 3 21:27:33 2016 +0000 URL: https://gitweb.gentoo.org/proj/openrc.git/commit/?id=ea047033 update ChangeLog ChangeLog | 249 ++++++++++++++++++++++---------------------------------------- 1 file changed, 87 insertions(+), 162 deletions(-) diff --git a/ChangeLog b/ChangeLog index 6f49f75..9efb1ce 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,90 @@ +commit 2bad4da89119c0385f9c92baef148590fb576c88 +Author: William Hubbs +Commit: William Hubbs + + init.d/loopback.in: drop the route to the loopback interface on Linux + + This is related to #103. + +commit 3c5244fb6acaed01cd186c356e2730f12c77ca99 +Author: William Hubbs +Commit: William Hubbs + + init.d/mount-ro: do not remount /usr read only if it is premounted + + X-Gentoo-Bug: 573760 + X-Gentoo-Bug: https://bugs.gentoo.org/show_bug.cgi?id=573760 + +commit f1134f4efefdc9b71b2e2c68aacf9b3f3b0ad7c0 +Author: William Hubbs +Commit: William Hubbs + + conf.d/net-online: clarify comment about interfaces setting + + This setting refers to all interfaces that support ethernet + +commit 9f68514f8ab9a2d4bf7e095b3a41b3c2043d07fe +Author: William Hubbs +Commit: William Hubbs + + init.d/net-online: remove interfaces and timeout from local declarations + + X-Gentoo-Bug: 598621 + X-Gentoo-Bug-URL: https://bugs.gentoo.org/show_bug.cgi?id=598621 + +commit b16625e62502c2924f9c00ab144845b93857f6c7 +Author: William Hubbs +Commit: William Hubbs + + src/rc/rc: do not try to start services if fork fails + +commit 5dc13a0ff21f2e0a0b23e32e864a19f7f0a2766f +Author: Robin H. Johnson +Commit: William Hubbs + + init.d/loopback: drop scope on loopback + + Busybox does not support the 'scope' argument on 'ip address add' or 'ip + route add', this is documented in BUSYBOX.md, but is no longer actually + needed, as the kernel does get it right without manual specification, + and the ifconfig variant already relies on the kernel to get it right. + This is part of #103. + + X-Gentoo-Bug: 487208 + X-Gentoo-Bug-URL: https://bugs.gentoo.org/show_bug.cgi?id=487208 + +commit c094c75f34776ccae2a89dcb8b6c19d7a8155f56 +Author: William Hubbs +Commit: William Hubbs + + src/rc/rc-misc.c: report error if call to flock() fails + + X-Gentoo-Bug: 597390 + X-Gentoo-Bug-URL: https://bugs.gentoo.org/show_bug.cgi?id=597390 + +commit 0e925c511d202257b04b27a6ff2a4563bf2f1469 +Author: Sven Wegener +Commit: William Hubbs + + do_service: Initialize idx to 0 + + If index is not explicitly specified for service_started_daemon, it will + look for daemons by random index. + + This fixes #100. + +commit 9ae469289d89313dc3e6076f089a87015852a788 +Author: William Hubbs +Commit: William Hubbs + + version 0.22.3 + +commit d8ed89971bd2a9fa7cc5014f4d791220a915a3d6 +Author: William Hubbs +Commit: William Hubbs + + update ChangeLog + commit a537bd7abb8d3d1841635c78f9163e6d1abad0ba Author: William Hubbs Commit: William Hubbs @@ -1394,165 +1481,3 @@ Commit: William Hubbs directory @SYSCONFDIR@/rc.conf.d and putting files in this directory. The files will be processed in lexical order, and the last setting in these files will be used. - -commit 4cf6b0ecf7f5b35a6d80d76c60e77c3e1c7fee5c -Author: William Hubbs -Commit: William Hubbs - - consolefont: add after modules to dependencies - - X-Gentoo-Bug: 559540 - X-Gentoo-Bug-URL: https://bugs.gentoo.org/show_bug.cgi?id=559540 - -commit ee944553a9ea35622046bd1ab5657fd416a7019a -Author: William Hubbs -Commit: William Hubbs - - bootmisc: optionally save the previous dmesg log - - X-Gentoo-Bug: 561204 - X-Gentoo-Bug-URL: https://bugs.gentoo.org/show_bug.cgi?id=561204 - -commit 6cae41a4e63510cdcf3af1153d6e8300435e1838 -Author: William Hubbs -Commit: William Hubbs - - etc/rc.conf: Clean up documentation for rc_hotplug - - X-Gentoo-Bug: 554540 - X-Gentoo-Bug-URL: https://bugs.gentoo.org/show_bug.cgi?id=554540 - -commit 960881fcfe974178c0846a816663a258cdd488cc -Author: William Hubbs -Commit: William Hubbs - - Add net-online service - -commit d26013494db8ea8699db9815ef4c4b0eb2f55e7f -Author: William Hubbs -Commit: William Hubbs - - mtab: typo fix - -commit b29b2fb3cb3e73b4453483ced908f0ef10e47e9c -Author: William Hubbs -Commit: William Hubbs - - mtab: make /etc/mtab as a file configurable - -commit 7da72ce487a8d92d992e7fd3db881c198ae02609 -Author: William Hubbs -Commit: William Hubbs - - openrc-run.sh: fix new required_* tests to exit properly - -commit fc777aeaf3e6e2d47f4599acfe6c8d1bf5bc760a -Author: William Hubbs -Commit: William Hubbs - - typo fix - - X-Gentoo-Bug: 563010 - X-Gentoo-Bug: https://bugs.gentoo.org/show_bug.cgi?id=563010 - -commit 9d53d436ae22d6f0f6fc1537e836dd1b4d31cf35 -Author: William Hubbs -Commit: William Hubbs - - sysfs: consolidate cgroup processing code in a single function - -commit b81317bdf8e3eed8b8ff2bef757ba29f362ed297 -Author: William Hubbs -Commit: William Hubbs - - mountinfo: make sure the netdev variable is initialized on Linux - - This fixes the following regression: - - X-Gentoo-Bug: 562668 - X-Gentoo-Bug-URL: https://bugs.gentoo.org/show_bug.cgi?id=562668 - -commit 29f7e335927d4c1fb151124de8cdf01fb87723fa -Author: William Hubbs -Commit: William Hubbs - - openrc-run.sh: allow spaces in required_{files,dirs} - - X-Gentoo-Bug: 562320 - X-Gentoo-Bug-URL: https://bugs.gentoo.org/show_bug.cgi?id=562320 - -commit 850ca030777cb0c3e2fb03d9ab1f0ccee7b89e93 -Author: William Hubbs -Commit: William Hubbs - - increment version number - -commit 050ddfae4ad1ad0dc5993766e0bd90739bd41de9 -Author: William Hubbs -Commit: William Hubbs - - Update ChangeLog - -commit d5116cc697c9eb275ab8497939ab41504e5ce578 -Author: William Hubbs -Commit: William Hubbs - - localmount: white space cleanup - -commit b86d170037197d7bdcda57c7d4c09c17bda97f31 -Author: Ian Stakenvicius -Commit: William Hubbs - - localmount: clean up handling of aufs branches - - X-Gentoo-Bug: 560008 - X-Gentoo-Bug-URL: https://bugs.gentoo.org/show_bug.cgi?id=560008 - -commit 6fa0d6318bcd5c98548cff2ff840bca116892ca5 -Author: William Hubbs -Commit: William Hubbs - - mtab: fix update logic - - This advises users to remove mtab from their runlevels if /etc/mtab is a - symlink, and it creates the symlink if /etc/mtab does not exist on a - system. - - X-Gentoo-Bug: 560060 - X-Gentoo-Bug-URL: https://bugs.gentoo.org/show_bug.cgi?id=560060 - -commit 80d3928b0d13f09a9c1e82bd27c9fff943d84d43 -Author: Austin S. Hemmelgarn -Commit: William Hubbs - - cgroups: Add the hugetlb, net_cls and pids controllers - - Note from WilliamH: I slightly rearranged the code and added the - settings in rc.conf. - - X-Gentoo-Bug: 555488 - X-Gentoo-Bug-URL: https://bugs.gentoo.org/show_bug.cgi?id=555488 - -commit 17ef205bc63a4e231dccee719394a7a8563f8c3f -Author: William Hubbs -Commit: William Hubbs - - sysfs: use printf instead of echo to write to cgroup files - - This is needed for compatibility with musl and printf is also posix. - - X-Gentoo-Bug: 562334 - X-Gentoo-Bug-URL: https://bugs.gentoo.org/show_bug.cgi?id=562334 - -commit b20a1951adf9a705a903fb3047b7ef26c013103c -Author: William Hubbs -Commit: William Hubbs - - rc-cgroup.sh: Do not add leading spaces to cgroup values - - We were starting the value we write to the cgroup setting file with - leading spaces and this was causing issues. This change makes sure that - we aren't adding leading spaces to the value. - - X-Gentoo-Bug: 562354 - X-Gentoo-Bug-URL: https://bugs.gentoo.org/show_bug.cgi?id=562354