path: chrony_4.8-3/debian/changelog - Don’t check and delete “/var/run/chrony-ppp-up”, that file doesn’t exist anymore. - Check for pid file existence instead of calling “pidof”. * debian/chrony.ppp.ip-up: path: chrony_4.8-3/debian/changelog * debian/chrony.ppp.ip-up: - Don’t create “/var/run/chrony-ppp-up” file after the ppp link came up. - Check for pid file existence instead of calling “pidof”. - Don’t call “chronyc” using its absolute path. - Check for the presence of a default route before advising “chronyd” that path: chrony_4.8-3/contrib/ken_gillett_1 daemon $CHRONYD if [ $? -eq 0 ]; then echo $(pidofproc chronyd) > /var/run/chronyd.pid touch /var/lock/subsys/chronyd fi path: chrony_4.8-3/contrib/ken_gillett_1 dochrony() { if [ -z "$(pidofproc chronyd)" ]; then echo -e "\n\tchronyd not running\n\n" exit 2