/contrib/ntp/scripts/rc1/preinstall
https://bitbucket.org/freebsd/freebsd-head/ · Shell · 6 lines · 5 code · 0 blank · 1 comment · 1 complexity · 3faef2721ca6d1743fa3b3b40bc8c614 MD5 · raw file
- #!/bin/sh
- if [ -x /etc/init.d/xntp ]
- then
- /etc/init.d/xntp stop
- fi
- exit 0