aboutsummaryrefslogtreecommitdiff
path: root/init.d
diff options
context:
space:
mode:
Diffstat (limited to 'init.d')
-rw-r--r--init.d/tmpfiles.dev.in4
-rw-r--r--init.d/tmpfiles.setup.in4
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 $?