aboutsummaryrefslogtreecommitdiffstats
path: root/INSTALL
diff options
context:
space:
mode:
authorGuilhem Moulin <guilhem@fripost.org>2015-09-08 00:17:24 +0200
committerGuilhem Moulin <guilhem@fripost.org>2015-09-08 00:19:47 +0200
commit6a40ecf6aec13bf650645d65713c0327c6d8c5e6 (patch)
tree5ec8f1b59a6b525f5afd98cfce9796b35638ca53 /INSTALL
parentac3e4cf6300448e9c83b45db1b769d79c6df2e38 (diff)
Block SIGINT signals to the children for type=tunnel.
So we can clean after us (and for instance remove the lockfile).
Diffstat (limited to 'INSTALL')
-rw-r--r--INSTALL3
1 files changed, 1 insertions, 2 deletions
diff --git a/INSTALL b/INSTALL
index e11e08a..7bc3eef 100644
--- a/INSTALL
+++ b/INSTALL
@@ -8,9 +8,8 @@ InterIMAP depends on the following Perl modules:
- IO::Select (core module)
- IO::Socket::INET (core module) for 'type=imap'
- IO::Socket::SSL for 'type=imaps' (or 'type=imap' and 'STARTTLS=YES')
- - IPC::Open2 (core module) for 'type=tunnel'
- List::Util (core module)
- - POSIX (core module) if 'logfile' is set
+ - POSIX (core module)
- Socket (core module)
- Time::HiRes (core module) if 'logfile' is set