From b53a02ffc466ba8faed026ea386b83c5de2f7784 Mon Sep 17 00:00:00 2001 From: "lpsolit%gmail.com" <> Date: Thu, 9 Oct 2008 21:07:37 +0000 Subject: [PATCH] =?utf8?q?Bug=20459163:=20checksetup.pl=20incorrectly=20di?= =?utf8?q?splays=20"ppm=20install=20SASL-Authen"=20instead=20of=20Authen-S?= =?utf8?q?ASL=20-=20Patch=20by=20Fr=C3=83=C2=A9d=C3=83=C2=A9ric=20Buclin?= =?utf8?q?=20=20r/a=3Dmkanat?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- Bugzilla/Install/Requirements.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Bugzilla/Install/Requirements.pm b/Bugzilla/Install/Requirements.pm index 2216d963dd..17a18330e8 100644 --- a/Bugzilla/Install/Requirements.pm +++ b/Bugzilla/Install/Requirements.pm @@ -178,7 +178,7 @@ sub OPTIONAL_MODULES { feature => 'LDAP Authentication' }, { - package => 'SASL-Authen', + package => 'Authen-SASL', module => 'Authen::SASL', version => 0, feature => 'SMTP Authentication' -- 2.47.2