source: trunk/third/xntp/scripts/preinstall @ 10832

Revision 10832, 75 bytes checked in by brlewis, 27 years ago (diff)
This commit was generated by cvs2svn to compensate for changes in r10831, which included commits to RCS files with non-trunk default branches.
  • Property svn:executable set to *
Line 
1#!/bin/sh
2if [ -x /etc/init.d/xntp ]
3then
4        /etc/init.d/xntp stop
5fi
6exit 0
Note: See TracBrowser for help on using the repository browser.