diff options
Diffstat (limited to 'debian/dbmail.postinst')
-rw-r--r-- | debian/dbmail.postinst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/dbmail.postinst b/debian/dbmail.postinst index 2f7551f2..b73a3cd8 100644 --- a/debian/dbmail.postinst +++ b/debian/dbmail.postinst @@ -139,7 +139,7 @@ case "$1" in -e "s/\(^authdriver\W*=\)\(.*\$\)/\1 ldap/" \ $CONFIG else - sed -i -re "s/\(^authdriver\W*=\)\(.*\$\)/\1 sql/" \ + sed -i -e "s/\(^authdriver\W*=\)\(.*\$\)/\1 sql/" \ $CONFIG fi |