1#!/bin/sh
2if [ -x /etc/init.d/xntp ]
3then
4	/etc/init.d/xntp stop
5fi
6exit 0
7