summaryrefslogtreecommitdiff
path: root/init.d/swclock.in
diff options
context:
space:
mode:
Diffstat (limited to 'init.d/swclock.in')
-rw-r--r--init.d/swclock.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/init.d/swclock.in b/init.d/swclock.in
index 3357fc7..ed4516c 100644
--- a/init.d/swclock.in
+++ b/init.d/swclock.in
@@ -16,7 +16,7 @@ depend()
start()
{
ebegin "Setting the local clock based on last shutdown time"
- swclock
+ swclock --warn
eend $?
}