diff options
Diffstat (limited to 'init.d/hwclock.in')
-rw-r--r-- | init.d/hwclock.in | 4 |
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 |