From 8eae1aca826e08d953a43978bae554f20d07897a Mon Sep 17 00:00:00 2001 From: vg Date: Fri, 29 Mar 2024 11:16:52 +0100 Subject: get debian directory from debian archive --- debian/fetchmail.ppp.ip-down | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 debian/fetchmail.ppp.ip-down (limited to 'debian/fetchmail.ppp.ip-down') diff --git a/debian/fetchmail.ppp.ip-down b/debian/fetchmail.ppp.ip-down new file mode 100644 index 00000000..75d0cfbe --- /dev/null +++ b/debian/fetchmail.ppp.ip-down @@ -0,0 +1,13 @@ +#!/bin/sh +# +# Default fetchmail ip-down script (/etc/ppp/ip-down.d/fetchmail) +# +# Remove the "exit 0" line if you want only want to run fetchmail when the +# PPP link is up. +# + +exit 0 + +if [ -x /etc/init.d/fetchmail ]; then + invoke-rc.d --quiet fetchmail stop || true +fi -- cgit v1.2.3