diff options
author | Richard A Nelson (Rick) <cowboy@debian.org> | 2005-06-03 16:00:00 +0000 |
---|---|---|
committer | Andreas Beckmann <debian@abeckmann.de> | 2012-10-01 19:58:50 +0200 |
commit | 6a83c860237f2792682a52c5a3c004473d7dc10a (patch) | |
tree | afbcedc986ce8c58a3778944b9249771175fc175 /debian/local | |
parent | 11606d89a75b84f614d3a84cdcf081204a864c09 (diff) | |
download | sendmail-debian/8.13.4-3.tar.gz |
Imported Debian patch 8.13.4-3debian/8.13.4-3
Diffstat (limited to 'debian/local')
-rw-r--r-- | debian/local/update_mc.in | 4 |
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; |