From deb490e3727e8ab8c24e3fecbd91c8c7882bde3a Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Sun, 5 May 2024 20:43:21 +0200 Subject: Adding debian version 3.4-4+deb10u2. Signed-off-by: Daniel Baumann --- debian/chrony.ppp.ip-down | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 debian/chrony.ppp.ip-down (limited to 'debian/chrony.ppp.ip-down') diff --git a/debian/chrony.ppp.ip-down b/debian/chrony.ppp.ip-down new file mode 100644 index 0000000..da15be4 --- /dev/null +++ b/debian/chrony.ppp.ip-down @@ -0,0 +1,13 @@ +#!/bin/sh +# This script tells chronyd that the connection is down +# so that it won't try to contact the server. +# John Hasler 1998-2003 +# Any possessor of a copy of this program may treat it as if it +# were in the public domain. I waive all rights. +# Modified by Vincent Blut + +if [ -e /run/chronyd.pid ]; then + chronyc onoffline > /dev/null 2>&1 +fi + +exit 0 -- cgit v1.2.3