]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - 6/contrib/ntp/scripts/rc1/preinstall
Clone Kip's Xen on stable/6 tree so that I can work on improving FreeBSD/amd64
[FreeBSD/FreeBSD.git] / 6 / contrib / ntp / scripts / rc1 / preinstall
1 #!/bin/sh
2 if [ -x /etc/init.d/xntp ]
3 then
4         /etc/init.d/xntp stop
5 fi
6 exit 0