opnsense-src/contrib/ntp/scripts/rc1/preinstall

7 lines
75 B
Text
Raw Normal View History

1999-12-09 08:01:21 -05:00
#!/bin/sh
if [ -x /etc/init.d/xntp ]
then
/etc/init.d/xntp stop
fi
exit 0