]> CyberLeo.Net >> Repos - FreeBSD/releng/7.2.git/blob - contrib/ntp/scripts/rc1/preinstall
Create releng/7.2 from stable/7 in preparation for 7.2-RELEASE.
[FreeBSD/releng/7.2.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