Files
netbsd/external/bsd/ntp/dist/scripts/rc1/preinstall
2013-04-06 16:48:33 +02:00

7 lines
75 B
Bash

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