From 01b76eb9b6121b19a376a9c447c5d431c7392c1c Mon Sep 17 00:00:00 2001 From: Christian Perrier Date: Wed, 16 Jul 2008 22:41:04 +0200 Subject: Imported Debian patch 1.14-1.2 --- debian/config | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 debian/config (limited to 'debian/config') diff --git a/debian/config b/debian/config new file mode 100644 index 0000000..0e5107b --- /dev/null +++ b/debian/config @@ -0,0 +1,16 @@ +#!/bin/sh -e +. /usr/share/debconf/confmodule + +if [ -f /etc/default/mailgraph ]; then + . /etc/default/mailgraph + db_set mailgraph/start_on_boot "$BOOT_START" + db_set mailgraph/mail_log "$MAIL_LOG" + db_set mailgraph/ignore_localhost "$IGNORE_LOCALHOST" +fi + +db_input medium mailgraph/start_on_boot || true +db_go +db_input medium mailgraph/mail_log || true +db_go +db_input medium mailgraph/ignore_localhost || true +db_go -- cgit v1.2.3