summaryrefslogtreecommitdiff
path: root/debian/mailgraph.config
diff options
context:
space:
mode:
authorJulien Valroff <julien@kirya.net>2010-10-23 14:11:22 +0200
committerJulien Valroff <julien@kirya.net>2011-03-13 18:30:14 +0100
commit6ae50dc1afce089ecf5595fdd13a088afe2886ca (patch)
tree3d3feb4f9c122b6542cb0ce8cc5750a19582a9e0 /debian/mailgraph.config
parent44962f21cbc5c9de2482c61b7b1cce1b81812eaa (diff)
Imported Debian patch 1.14-1.4squeeze1debian/1.14-1.4squeeze1
Diffstat (limited to 'debian/mailgraph.config')
-rw-r--r--debian/mailgraph.config20
1 files changed, 0 insertions, 20 deletions
diff --git a/debian/mailgraph.config b/debian/mailgraph.config
deleted file mode 100644
index e82140c..0000000
--- a/debian/mailgraph.config
+++ /dev/null
@@ -1,20 +0,0 @@
-#!/bin/sh
-
-set -e
-
-. /usr/share/debconf/confmodule
-
-db_title "mailgraph" || true
-
-# Sync debconf values with the local configuration
-if [ -r /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_input medium mailgraph/mail_log || true
-db_input medium mailgraph/ignore_localhost || true
-db_go || true