Module: tools Branch: master Commit: 061d2b1f3d9ae2fee1b48adc76616d7fed329e5c URL: https://source.winehq.org/git/tools.git/?a=commit;h=061d2b1f3d9ae2fee1b48adc...
Author: Francois Gouget fgouget@codeweavers.com Date: Wed Jun 13 11:46:08 2018 +0200
testbot: Document the dependency on Procmail.
It may be possible to do without it but it is used in the installation instructions.
Signed-off-by: Francois Gouget fgouget@codeweavers.com Signed-off-by: Alexandre Julliard julliard@winehq.org
---
testbot/doc/INSTALL.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/testbot/doc/INSTALL.txt b/testbot/doc/INSTALL.txt index cb7c31b..bae1e82 100644 --- a/testbot/doc/INSTALL.txt +++ b/testbot/doc/INSTALL.txt @@ -5,7 +5,7 @@ Dependencies: - Apache2 with mod_perl - MySQL - Perl DBD and DBI::mysql modules -- Sendmail +- Sendmail and Procmail - Sys::Virt (libsys-virt-perl, see http://libvirt.org/) - Image::Magick (perlmagick) - Optional: IO::Socket::IP (for IPv6, libio-socket-ip-perl)