summaryrefslogtreecommitdiff
path: root/sh
diff options
context:
space:
mode:
authorRoy Marples <roy@marples.name>2008-11-28 10:46:58 +0000
committerRoy Marples <roy@marples.name>2008-11-28 10:46:58 +0000
commitc064393f08f63a7f0cddcd04ed5d3d15b49fe145 (patch)
tree48f50375a9ec7e20fc281344001c21ac16d68a6a /sh
parente84f71596eca5da7c15e496a67ae70fae4129890 (diff)
downloadopenrc-c064393f08f63a7f0cddcd04ed5d3d15b49fe145.tar.gz
openrc-c064393f08f63a7f0cddcd04ed5d3d15b49fe145.tar.bz2
openrc-c064393f08f63a7f0cddcd04ed5d3d15b49fe145.tar.xz
Save screen space.
Diffstat (limited to 'sh')
-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
}