aboutsummaryrefslogtreecommitdiff
path: root/init.d/hwclock.in
diff options
context:
space:
mode:
authorDoug Freed <dwfreed@mtu.edu>2016-09-28 15:00:40 -0400
committerDoug Freed <dwfreed@mtu.edu>2016-09-28 15:00:40 -0400
commit61882821e0d6110a2ca2f67fad7c362983a85cf0 (patch)
tree5938c229c33ac0aeba577621e9b1948029375fb3 /init.d/hwclock.in
parent969546bcf0203379db286be21c7f709d27cc73b0 (diff)
init.d: Clean up some bad ewarn output
Diffstat (limited to 'init.d/hwclock.in')
-rw-r--r--init.d/hwclock.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/init.d/hwclock.in b/init.d/hwclock.in
index e69c5615..f78cc7c3 100644
--- a/init.d/hwclock.in
+++ b/init.d/hwclock.in
@@ -106,8 +106,8 @@ start()
modprobe -q $x && rtc_exists && modname="$x" && break
done
[ -n "$modname" ] &&
- ewarn "The $modname module needs to be configured in \
- @SYSCONFDIR@/conf.d/modules or built in."
+ ewarn "The $modname module needs to be configured in" \
+ "@SYSCONFDIR@/conf.d/modules or built in."
fi
fi