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 2A265138262 for ; Thu, 19 May 2016 18:37:43 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 9D0AB14229; Thu, 19 May 2016 18:37:42 +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 2B8991420E for ; Thu, 19 May 2016 18:37:42 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id D518B340D7D for ; Thu, 19 May 2016 18:37:40 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A6A8891A for ; Thu, 19 May 2016 18:37:39 +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: <1463683003.9a372812c78ea8efc55b3dea6a39c2d0559bca45.williamh@OpenRC> Subject: [gentoo-commits] proj/openrc:master commit in: / X-VCS-Repository: proj/openrc X-VCS-Files: guide.md X-VCS-Directories: / X-VCS-Committer: williamh X-VCS-Committer-Name: William Hubbs X-VCS-Revision: 9a372812c78ea8efc55b3dea6a39c2d0559bca45 X-VCS-Branch: master Date: Thu, 19 May 2016 18:37:39 +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: 5664093b-3106-4606-a2ab-d3d6f452e3b8 X-Archives-Hash: c4120c78d80b34de4ffbddc4057173b3 commit: 9a372812c78ea8efc55b3dea6a39c2d0559bca45 Author: William Hubbs gmail com> AuthorDate: Thu May 19 18:36:43 2016 +0000 Commit: William Hubbs gentoo org> CommitDate: Thu May 19 18:36:43 2016 +0000 URL: https://gitweb.gentoo.org/proj/openrc.git/commit/?id=9a372812 guide.md: typo fix This fixes #86. guide.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/guide.md b/guide.md index c8c51d7..a3195b0 100644 --- a/guide.md +++ b/guide.md @@ -173,7 +173,7 @@ start() stop() status() -There are default implementations in rc/sh/runscript.sh - this allows very +There are default implementations in rc/sh/openrc-run.sh - this allows very compact service scripts. These functions can be overridden per service script as needed.