diff options
author | Consus <consus@gmx.com> | 2015-01-24 13:06:36 +0000 |
---|---|---|
committer | William Hubbs <w.d.hubbs@gmail.com> | 2015-01-24 13:36:48 -0600 |
commit | 8250ac94dfc6156075081e0e2d0986cb51b3098d (patch) | |
tree | c3625ac6d4c81cf38fa8007e1122f005c0cdc80c /init.d | |
parent | fbdd669ba7c5d1a67129236b4ffcd76198340a1b (diff) |
tmpfiles.*: Follow OpenRC's message style
Just to be consistent.
Diffstat (limited to 'init.d')
-rw-r--r-- | init.d/tmpfiles.dev.in | 4 | ||||
-rw-r--r-- | 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 c809bf93..c70a29e3 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 d5a6ecd9..5872feaa 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 $? |