summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--init.d/tmpfilesd.boot.in2
-rw-r--r--init.d/tmpfilesd.sysinit.in2
2 files changed, 2 insertions, 2 deletions
diff --git a/init.d/tmpfilesd.boot.in b/init.d/tmpfilesd.boot.in
index 838bdd8..471c128 100644
--- a/init.d/tmpfilesd.boot.in
+++ b/init.d/tmpfilesd.boot.in
@@ -11,7 +11,7 @@ depend()
start()
{
- ebegin "${description/Create/Creating}"
+ ebegin "Creating ${description#Create }"
@LIBEXECDIR@/sh/tmpfiles.sh --create ${tmpfiles_opts}
eend $?
return 0
diff --git a/init.d/tmpfilesd.sysinit.in b/init.d/tmpfilesd.sysinit.in
index 9a0dbe4..c4c2a2f 100644
--- a/init.d/tmpfilesd.sysinit.in
+++ b/init.d/tmpfilesd.sysinit.in
@@ -13,7 +13,7 @@ depend()
start()
{
- ebegin "${description/Create/Creating}"
+ ebegin "Creating ${description#Create }"
@LIBEXECDIR@/sh/tmpfiles.sh --create ${tmpfiles_opts}
eend $?
return 0