tmpfiles.*: Follow OpenRC's message style

Just to be consistent.
This commit is contained in:
Consus 2015-01-24 13:06:36 +00:00 committed by William Hubbs
parent fbdd669ba7
commit 8250ac94df
2 changed files with 4 additions and 4 deletions

View File

@ -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

View File

@ -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 $?