]> CyberLeo.Net >> Repos - FreeBSD/releng/9.0.git/blob - contrib/ntp/scripts/rc1/preinstall
Copy stable/9 to releng/9.0 as part of the FreeBSD 9.0-RELEASE release
[FreeBSD/releng/9.0.git] / 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