summaryrefslogtreecommitdiff
path: root/sh/rc-functions.sh.in
diff options
context:
space:
mode:
Diffstat (limited to 'sh/rc-functions.sh.in')
-rw-r--r--sh/rc-functions.sh.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/sh/rc-functions.sh.in b/sh/rc-functions.sh.in
index b9ea93d..c292711 100644
--- a/sh/rc-functions.sh.in
+++ b/sh/rc-functions.sh.in
@@ -10,8 +10,8 @@ has_addon()
_addon_warn()
{
eindent
- ewarn "${RC_SVCNAME} uses addon code which is now deprecated in OpenRC"
- ewarn "and is not guaranteed to be present in future versions."
+ ewarn "${RC_SVCNAME} uses addon code which is deprecated"
+ ewarn "and may not be available in the future."
eoutdent
}