diff options
Diffstat (limited to 'init.d.BSD/clock')
-rwxr-xr-x | init.d.BSD/clock | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/init.d.BSD/clock b/init.d.BSD/clock index 3bb51b77..d6dc8b5c 100755 --- a/init.d.BSD/clock +++ b/init.d.BSD/clock @@ -69,7 +69,7 @@ stop() { fi ebegin "Stopping the System Clock Adjuster" - if start-stop-daemon --test --quiet --stop --exec /sbin/adjkerntz ; then + if start-stop-daemon --test --quiet --stop --exec /sbin/adjkerntz; then start-stop-daemon --stop --exec /sbin/adjkerntz eend $? else |