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/tmpfiles.dev.in | |
parent | fbdd669ba7c5d1a67129236b4ffcd76198340a1b (diff) |
tmpfiles.*: Follow OpenRC's message style
Just to be consistent.
Diffstat (limited to 'init.d/tmpfiles.dev.in')
-rw-r--r-- | init.d/tmpfiles.dev.in | 4 |
1 files changed, 2 insertions, 2 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 |