summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--debian/README.Debian8
-rw-r--r--debian/echolot.examples1
-rw-r--r--debian/example.procmailrc4
-rw-r--r--debian/pingd.conf1
-rwxr-xr-xdebian/rules1
5 files changed, 3 insertions, 12 deletions
diff --git a/debian/README.Debian b/debian/README.Debian
index 39c2fee..dc7189d 100644
--- a/debian/README.Debian
+++ b/debian/README.Debian
@@ -1,12 +1,8 @@
Echolot for Debian
------------------
-Make sure mail to the Echolot pinger reaches ~echolot/mail/
-
-In /usr/share/doc/mixmaster/examples you can find examples for use with
-procmail. You can of course use any other means to deliver to the Maildir
-~echolot/mail/ too.
-
+Make sure mail to the Echolot pinger reaches /var/mail/echolot (or configure
+echolot to read it from any other location).
Make sure your MTA supports user defined mailboxes. so that
diff --git a/debian/echolot.examples b/debian/echolot.examples
deleted file mode 100644
index 103b60e..0000000
--- a/debian/echolot.examples
+++ /dev/null
@@ -1 +0,0 @@
-debian/example.procmailrc
diff --git a/debian/example.procmailrc b/debian/example.procmailrc
deleted file mode 100644
index 8118f9d..0000000
--- a/debian/example.procmailrc
+++ /dev/null
@@ -1,4 +0,0 @@
-PATH=/usr/local/bin:/usr/bin:/bin
-
-:0
-$HOME/mail/
diff --git a/debian/pingd.conf b/debian/pingd.conf
index 6f734ce..effadd8 100644
--- a/debian/pingd.conf
+++ b/debian/pingd.conf
@@ -7,6 +7,7 @@ $CONFIG = {
'combined_list' => 0,
};
+$CONFIG->{'mailin'} = '/var/mail/echolot';
$CONFIG->{'homedir'} = '/var/lib/echolot';
$CONFIG->{'pidfile'} = '/var/run/echolot/pingd.pid';
diff --git a/debian/rules b/debian/rules
index 7439923..0343f21 100755
--- a/debian/rules
+++ b/debian/rules
@@ -56,7 +56,6 @@ binary-indep: build install
dh_installdocs
dh_installmenu
dh_installlogrotate
- dh_installexamples
dh_installman
dh_installchangelogs NEWS
dh_installinit