]> CyberLeo.Net >> Repos - FreeBSD/stable/10.git/blob - contrib/ntp/scripts/rc1/preinstall
Copy head (r256279) to stable/10 as part of the 10.0-RELEASE cycle.
[FreeBSD/stable/10.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