NetBSD-5.0.2/dist/ntp/scripts/rc1/preinstall

#!/bin/sh
if [ -x /etc/init.d/xntp ]
then
	/etc/init.d/xntp stop
fi
exit 0