summaryrefslogtreecommitdiff
path: root/init.d.BSD/clock
diff options
context:
space:
mode:
Diffstat (limited to 'init.d.BSD/clock')
-rwxr-xr-xinit.d.BSD/clock2
1 files changed, 1 insertions, 1 deletions
diff --git a/init.d.BSD/clock b/init.d.BSD/clock
index 3bb51b7..d6dc8b5 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