From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 568531386F2 for ; Mon, 10 Aug 2015 23:51:47 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 10BA31430D; Mon, 10 Aug 2015 23:51:47 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id BB81A1430D for ; Mon, 10 Aug 2015 23:51:46 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 0E114340B6C for ; Mon, 10 Aug 2015 23:51:46 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 7815B12C for ; Mon, 10 Aug 2015 23:51:37 +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: <1439250610.279f1e5d1013309d99509ab4b7b57521f8a4aba4.williamh@OpenRC> Subject: [gentoo-commits] proj/openrc:master commit in: init.d/ X-VCS-Repository: proj/openrc X-VCS-Files: init.d/binfmt.in X-VCS-Directories: init.d/ X-VCS-Committer: williamh X-VCS-Committer-Name: William Hubbs X-VCS-Revision: 279f1e5d1013309d99509ab4b7b57521f8a4aba4 X-VCS-Branch: master Date: Mon, 10 Aug 2015 23:51:37 +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: cc500281-22b5-4c38-a02a-7c259115c01e X-Archives-Hash: c2ae694055d1281dce42e57660136bcf commit: 279f1e5d1013309d99509ab4b7b57521f8a4aba4 Author: Mike Frysinger gentoo org> AuthorDate: Mon Aug 10 03:17:19 2015 +0000 Commit: William Hubbs gentoo org> CommitDate: Mon Aug 10 23:50:10 2015 +0000 URL: https://gitweb.gentoo.org/proj/openrc.git/commit/?id=279f1e5d binfmt: fix indent on return init.d/binfmt.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/init.d/binfmt.in b/init.d/binfmt.in index 7de9aa5..46e2220 100644 --- a/init.d/binfmt.in +++ b/init.d/binfmt.in @@ -16,5 +16,5 @@ start() ebegin "Loading custom binary format handlers" "$RC_LIBEXECDIR"/sh/binfmt.sh eend $? -return 0 + return 0 }