aboutsummaryrefslogtreecommitdiff
path: root/sh/openrc-run.sh.in
diff options
context:
space:
mode:
authorWilliam Hubbs <w.d.hubbs@gmail.com>2021-01-05 17:11:01 -0600
committerWilliam Hubbs <w.d.hubbs@gmail.com>2021-01-05 17:11:01 -0600
commit170ce2624a98952e6eb871cd9915c7c1b76ab887 (patch)
treea2785569b6b2dd36297d97fe1ebb73fe5d51bd48 /sh/openrc-run.sh.in
parent9a6698876af1c7563ae7a3237111fc43cf4f5bda (diff)
typo fix
Diffstat (limited to 'sh/openrc-run.sh.in')
-rw-r--r--sh/openrc-run.sh.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/sh/openrc-run.sh.in b/sh/openrc-run.sh.in
index 06f46908..5c84af45 100644
--- a/sh/openrc-run.sh.in
+++ b/sh/openrc-run.sh.in
@@ -256,7 +256,7 @@ for _cmd; do
# Apply any ulimit defined
if [ -n "${rc_ulimit:-$RC_ULIMIT}" ]; then
if ! ulimit ${rc_ulimit:-$RC_ULIMIT}; then
- eerror "${RC_SVCNAME: unable to apply RC_ULIMIT settings"
+ eerror "${RC_SVCNAME}: unable to apply RC_ULIMIT settings"
fi
fi
# Apply cgroups settings if defined