/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

  1. #!/bin/sh
  2. if [ -x /etc/init.d/xntp ]
  3. then
  4. /etc/init.d/xntp stop
  5. fi
  6. exit 0