#!/bin/sh
set -e

if [ -x "/etc/init.d/openntpd" ]; then
	/etc/init.d/openntpd stop || exit $?
fi
