commit: 8250ac94dfc6156075081e0e2d0986cb51b3098d
Author: Consus <consus <AT> gmx <DOT> com>
AuthorDate: Sat Jan 24 13:06:36 2015 +0000
Commit: William Hubbs <williamh <AT> gentoo <DOT> org>
CommitDate: Sat Jan 24 19:36:48 2015 +0000
URL:
http://sources.gentoo.org/gitweb/?p=proj/openrc.git;a=commit;h=8250ac94
tmpfiles.*: Follow OpenRC's message style
Just to be consistent.
---
init.d/tmpfiles.dev.in | 4 ++--
init.d/tmpfiles.setup.in | 4 ++--
2 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/init.d/tmpfiles.dev.in b/init.d/tmpfiles.dev.in
index c809bf9..c70a29e 100644
--- a/init.d/tmpfiles.dev.in
+++ b/init.d/tmpfiles.dev.in
@@ -2,7 +2,7 @@
# Copyright 1999-2012 Gentoo Foundation
# Released under the 2-clause BSD license.
-description="set up tmpfiles.d entries"
+description="Set up tmpfiles.d entries"
depend()
{
@@ -13,7 +13,7 @@ depend()
start()
{
- ebegin "setting up tmpfiles.d entries for /dev"
+ ebegin "Setting up tmpfiles.d entries for /dev"
@LIBEXECDIR@/sh/tmpfiles.sh --prefix=/dev --create --boot
${tmpfiles_opts}
eend $?
return 0
diff --git a/init.d/tmpfiles.setup.in b/init.d/tmpfiles.setup.in
index d5a6ecd..5872fea 100644
--- a/init.d/tmpfiles.setup.in
+++ b/init.d/tmpfiles.setup.in
@@ -2,7 +2,7 @@
# Copyright 1999-2012 Gentoo Foundation
# Released under the 2-clause BSD license.
-description="set up tmpfiles.d entries"
+description="Set up tmpfiles.d entries"
depend()
{
@@ -11,7 +11,7 @@ depend()
start()
{
- ebegin "setting up tmpfiles.d entries"
+ ebegin "Setting up tmpfiles.d entries"
@LIBEXECDIR@/sh/tmpfiles.sh --exclude-prefix=/dev --create --remove
--boot \
${tmpfiles_opts}
eend $?