summaryrefslogtreecommitdiff
path: root/debian/local/update_mc.in
diff options
context:
space:
mode:
Diffstat (limited to 'debian/local/update_mc.in')
-rw-r--r--debian/local/update_mc.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/debian/local/update_mc.in b/debian/local/update_mc.in
index 51a9cdf..297d784 100644
--- a/debian/local/update_mc.in
+++ b/debian/local/update_mc.in
@@ -276,8 +276,8 @@ case "$DAEMON_HOSTSTATS" in
#-----------------------------------------------------------------------------
# Cleanup submit.mc
if [ -f @sysconfdir@/mail/submit.mc ]; then
- sed -e "/^define(\`\?confRUN_AS_USER.*$/d" \
- -e "/^define(\`\?confTRUSTED_USER.*$/d" \
+ sed -e "/^define(\`\?confRUN_AS_USER'\?,.*$/d" \
+ -e "/^define(\`\?confTRUSTED_USER'\?,.*$/d" \
@sysconfdir@/mail/submit.mc > @sysconfdir@/mail/submit.mc.new;
new_mc submit;
fi;