/contrib/ntp/scripts/rc1/preinstall
Shell | 6 lines | 5 code | 0 blank | 1 comment | 1 complexity | 3faef2721ca6d1743fa3b3b40bc8c614 MD5 | raw file
1#!/bin/sh 2if [ -x /etc/init.d/xntp ] 3then 4 /etc/init.d/xntp stop 5fi 6exit 0
1#!/bin/sh 2if [ -x /etc/init.d/xntp ] 3then 4 /etc/init.d/xntp stop 5fi 6exit 0