summaryrefslogtreecommitdiffstats
path: root/extra/postfix/postfix-pcre.post-install
diff options
context:
space:
mode:
authorNatanael Copa <ncopa@alpinelinux.org>2009-07-20 12:33:28 +0000
committerNatanael Copa <ncopa@alpinelinux.org>2009-07-20 12:33:28 +0000
commite374901731eb35599bd6735de4dd38560e3a79b8 (patch)
treec8aeefef939f32e395e659edd6a7450b8302b558 /extra/postfix/postfix-pcre.post-install
parentc6d806908f1ce4617ea97eea95f062ef813bfcd6 (diff)
downloadaports-e374901731eb35599bd6735de4dd38560e3a79b8.tar.bz2
aports-e374901731eb35599bd6735de4dd38560e3a79b8.tar.xz
extra/postfix: fix for regex dynamic map
fixes #66
Diffstat (limited to 'extra/postfix/postfix-pcre.post-install')
-rw-r--r--extra/postfix/postfix-pcre.post-install2
1 files changed, 1 insertions, 1 deletions
diff --git a/extra/postfix/postfix-pcre.post-install b/extra/postfix/postfix-pcre.post-install
index 6962486f..f15b00cf 100644
--- a/extra/postfix/postfix-pcre.post-install
+++ b/extra/postfix/postfix-pcre.post-install
@@ -14,7 +14,7 @@ if cd /usr/lib/postfix/; then
echo -e "$m\t/usr/lib/postfix/$i\tdict_${m}_open"
# pcre also handles regexp
if [ "$m" = "pcre" ]; then
- echo -e "regexp\t/usr/lib/postfix/$i\tdict_${m}_open"
+ echo -e "regex\t/usr/lib/postfix/$i\tdict_${m}_open"
fi
done