#!/bin/sh [ "$1" = "configure" ] || exit 0 konfiguriraj() { if [ -f /etc/ntp.conf ]; then cp -p /etc/ntp.conf /etc/ntp.conf.dpkg-old fi if [ -f /etc/default/ntp-servers ]; then cp -p /etc/default/ntp-servers /etc/default/ntp-servers.dpkg-old fi cp /usr/share/doc/ntp-cn/ntp.conf.tmpl /etc cat > /etc/default/ntp-servers </dev/null && sleep 1 || break done invoke-rc.d ntp start else /etc/init.d/ntp stop for i in 1 2 3 4 5 6 7 8 9 0; do pgrep -u root -f /usr/sbin/ntpd >/dev/null && sleep 1 || break done /etc/init.d/ntp start fi fi