commit: 9a372812c78ea8efc55b3dea6a39c2d0559bca45 Author: William Hubbs <w.d.hubbs <AT> gmail <DOT> com> AuthorDate: Thu May 19 18:36:43 2016 +0000 Commit: William Hubbs <williamh <AT> gentoo <DOT> 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.
