From 1f6237172592f804666f42f4d0596e3b5ac4c5de Mon Sep 17 00:00:00 2001 From: Valentin Vidic Date: Mon, 11 May 2009 17:31:00 +0200 Subject: [PATCH] Handle saslauthd upgrade. --- src/functions.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/functions.sh b/src/functions.sh index b29e43e..2b557d7 100644 --- a/src/functions.sh +++ b/src/functions.sh @@ -1156,7 +1156,7 @@ upgrade_postgresql () { # upgrade the MTA upgrade_postfix () { - pkgadd postfix-cn + pkgadd sasl2-bin postfix-cn if pkg postgrey; then pkgrm postgrey # not used by postfix-cn anymore -- 1.7.10.4