Page MenuHomeFreeBSD

D49308.id152233.diff
No OneTemporary

D49308.id152233.diff

diff --git a/libexec/rc/rc.d/sendmail b/libexec/rc/rc.d/sendmail
--- a/libexec/rc/rc.d/sendmail
+++ b/libexec/rc/rc.d/sendmail
@@ -180,17 +180,6 @@
sendmail_precmd()
{
- # Die if there's pre-8.10 custom configuration file. This check is
- # mandatory for smooth upgrade. See NetBSD PR 10100 for details.
- #
- if checkyesno ${rcvar} && [ -f "/etc/sendmail.cf" ]; then
- if ! cmp -s "/etc/mail/sendmail.cf" "/etc/sendmail.cf"; then
- warn \
- "${name} was not started; you have multiple copies of sendmail.cf."
- return 1
- fi
- fi
-
# check modifications on /etc/mail/aliases
if checkyesno sendmail_rebuild_aliases; then
if [ -f "/etc/mail/aliases.db" ]; then

File Metadata

Mime Type
text/plain
Expires
Wed, Apr 8, 10:18 AM (15 h, 6 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
31094261
Default Alt Text
D49308.id152233.diff (683 B)

Event Timeline