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 63F54138334 for ; Tue, 23 Oct 2018 22:00:27 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 5458AE0949; Tue, 23 Oct 2018 22:00:25 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 2D6BEE0949 for ; Tue, 23 Oct 2018 22:00:24 +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 8CAEF335CC8 for ; Tue, 23 Oct 2018 22:00:21 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 41BAC43B for ; Tue, 23 Oct 2018 22:00:19 +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: <1540319648.7a75bfb00c52687a236c92bec78b5e7ab4844701.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: 7a75bfb00c52687a236c92bec78b5e7ab4844701 X-VCS-Branch: master Date: Tue, 23 Oct 2018 22:00:19 +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: 1131d5f1-00f8-48a9-8892-8e37f9e0ce79 X-Archives-Hash: f4183ee8b60bdae779b5fef37062f2d9 commit: 7a75bfb00c52687a236c92bec78b5e7ab4844701 Author: William Hubbs gmail com> AuthorDate: Tue Oct 23 18:34:08 2018 +0000 Commit: William Hubbs gentoo org> CommitDate: Tue Oct 23 18:34:08 2018 +0000 URL: https://gitweb.gentoo.org/proj/openrc.git/commit/?id=7a75bfb0 news.md: add note about scheduled shutdown NEWS.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/NEWS.md b/NEWS.md index 3767c18b..d4d96577 100644 --- a/NEWS.md +++ b/NEWS.md @@ -18,6 +18,10 @@ information: https://github.com/openrc/openrc/issues/238 +This version adds timed shutdown and cancelation of shutdown to +openrc-shutdown. Shutdowns can now be delayed for a certain amount of +time or scheduled for an exact time. + ## OpenRC 0.37 start-stop-daemon now supports logging stdout and stderr of daemons to