File:  [ELWIX - Embedded LightWeight unIX -] / embedaddon / ntp / scripts / rc1 / preinstall
Revision 1.1: download - view: text, annotated - select for diffs - revision graph
Tue May 29 12:08:38 2012 UTC (12 years, 10 months ago) by misho
CVS tags: MAIN, HEAD
Initial revision

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

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>