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 4ECB3139694 for ; Fri, 31 Mar 2017 22:36:11 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 2021FE0C31; Fri, 31 Mar 2017 22:36:09 +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 F09D9E0C31 for ; Fri, 31 Mar 2017 22:36:08 +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 A01A633D3CE for ; Fri, 31 Mar 2017 22:36:07 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 459ED6F93 for ; Fri, 31 Mar 2017 22:36:06 +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: <1490995288.55a87a30ec845eb725e8a923c8f8eb7aa75baa72.williamh@OpenRC> Subject: [gentoo-commits] proj/openrc:master commit in: init.d/ X-VCS-Repository: proj/openrc X-VCS-Files: init.d/agetty.in X-VCS-Directories: init.d/ X-VCS-Committer: williamh X-VCS-Committer-Name: William Hubbs X-VCS-Revision: 55a87a30ec845eb725e8a923c8f8eb7aa75baa72 X-VCS-Branch: master Date: Fri, 31 Mar 2017 22:36:06 +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: 6ec8e57b-45ea-404f-a67b-0c1ff367fbd8 X-Archives-Hash: f45304ce11d3d24727cca7bfa0fbf4b0 commit: 55a87a30ec845eb725e8a923c8f8eb7aa75baa72 Author: William Hubbs gmail com> AuthorDate: Fri Mar 31 21:21:28 2017 +0000 Commit: William Hubbs gentoo org> CommitDate: Fri Mar 31 21:21:28 2017 +0000 URL: https://gitweb.gentoo.org/proj/openrc.git/commit/?id=55a87a30 init.d/agetty.in: add -prefix keyword init.d/agetty.in | 1 + 1 file changed, 1 insertion(+) diff --git a/init.d/agetty.in b/init.d/agetty.in index 297733cb..d2ba9449 100644 --- a/init.d/agetty.in +++ b/init.d/agetty.in @@ -19,6 +19,7 @@ pidfile="/run/${RC_SVCNAME}.pid" depend() { after local + keyword -prefix } start_pre() {