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 239FC138010 for ; Tue, 16 Oct 2012 19:01:03 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 0A65EE044C; Tue, 16 Oct 2012 19:00:54 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 64CB0E044C for ; Tue, 16 Oct 2012 19:00:54 +0000 (UTC) Received: from hornbill.gentoo.org (hornbill.gentoo.org [94.100.119.163]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id C1A5433D8AD for ; Tue, 16 Oct 2012 19:00:53 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id 5DA70E5441 for ; Tue, 16 Oct 2012 19:00:52 +0000 (UTC) From: "Christian Ruppert" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Christian Ruppert" Message-ID: <1350414045.8d9db8d02cbedda7d5532d660fe678d8ee8bcd79.idl0r@OpenRC> Subject: [gentoo-commits] proj/openrc:master commit in: init.d/ X-VCS-Repository: proj/openrc X-VCS-Files: init.d/bootmisc.in X-VCS-Directories: init.d/ X-VCS-Committer: idl0r X-VCS-Committer-Name: Christian Ruppert X-VCS-Revision: 8d9db8d02cbedda7d5532d660fe678d8ee8bcd79 X-VCS-Branch: master Date: Tue, 16 Oct 2012 19:00:52 +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: dc0ef0aa-515d-4e35-abf5-6c8fa8b4c598 X-Archives-Hash: 46f9d86681686ba645f4409d1bf709c6 commit: 8d9db8d02cbedda7d5532d660fe678d8ee8bcd79 Author: Christian Ruppert gentoo org> AuthorDate: Tue Oct 16 19:00:45 2012 +0000 Commit: Christian Ruppert gentoo org> CommitDate: Tue Oct 16 19:00:45 2012 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/openrc.git;a=commit;h=8d9db8d0 Add Vim modeline --- init.d/bootmisc.in | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/init.d/bootmisc.in b/init.d/bootmisc.in index a2afbf9..f4c32a2 100644 --- a/init.d/bootmisc.in +++ b/init.d/bootmisc.in @@ -196,3 +196,5 @@ stop() return 0 } + +# vim: ft=sh