freebsd-dev/contrib/ntp/scripts/rc1/preinstall
1999-12-09 13:01:21 +00:00

7 lines
75 B
Bash

#!/bin/sh
if [ -x /etc/init.d/xntp ]
then
/etc/init.d/xntp stop
fi
exit 0