From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <gentoo-commits+bounces-978108-garchives=archives.gentoo.org@lists.gentoo.org> 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 495C81396DA for <garchives@archives.gentoo.org>; Thu, 12 Oct 2017 23:55:57 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 6110D2BC003; Thu, 12 Oct 2017 23:55:56 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 3EBC22BC003 for <gentoo-commits@lists.gentoo.org>; Thu, 12 Oct 2017 23:55:55 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id D65A533BE68 for <gentoo-commits@lists.gentoo.org>; Thu, 12 Oct 2017 23:55:54 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 76FFF90A3 for <gentoo-commits@lists.gentoo.org>; Thu, 12 Oct 2017 23:55:53 +0000 (UTC) From: "William Hubbs" <williamh@gentoo.org> 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" <williamh@gentoo.org> Message-ID: <1507852457.91109e31d81ecd48f5690ad6f63103fca545dec7.williamh@OpenRC> Subject: [gentoo-commits] proj/openrc:master commit in: / X-VCS-Repository: proj/openrc X-VCS-Files: NEWS.md X-VCS-Directories: / X-VCS-Committer: williamh X-VCS-Committer-Name: William Hubbs X-VCS-Revision: 91109e31d81ecd48f5690ad6f63103fca545dec7 X-VCS-Branch: master Date: Thu, 12 Oct 2017 23:55:53 +0000 (UTC) Precedence: bulk List-Post: <mailto:gentoo-commits@lists.gentoo.org> List-Help: <mailto:gentoo-commits+help@lists.gentoo.org> List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org> List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org> List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org> X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 73691c4e-38ee-44e3-acf4-56de1255a6aa X-Archives-Hash: dd4829600fcc63916788e65b45d174dc commit: 91109e31d81ecd48f5690ad6f63103fca545dec7 Author: William Hubbs <w.d.hubbs <AT> gmail <DOT> com> AuthorDate: Thu Oct 12 23:54:17 2017 +0000 Commit: William Hubbs <williamh <AT> gentoo <DOT> org> CommitDate: Thu Oct 12 23:54:17 2017 +0000 URL: https://gitweb.gentoo.org/proj/openrc.git/commit/?id=91109e31 update news NEWS.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/NEWS.md b/NEWS.md index 5ba32144..1a98da2a 100644 --- a/NEWS.md +++ b/NEWS.md @@ -3,6 +3,15 @@ This file will contain a list of notable changes for each release. Note the information in this file is in reverse order. +## OpenRC 0.33 + +This version removes the "service" binary which was just a copy of +"rc-service" provided for compatibility. + +If you still need the "service" binary, as opposed to "rc-service", it is +recommended that you use something like Debian's init-system-helpers. +Otherwise, just use "rc-service" in place of "service". + ## OpenRC 0.31 This version adds support for Control Groups version 2, which is