Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F151299035
D49308.id152233.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
683 B
Referenced Files
None
Subscribers
None
D49308.id152233.diff
View Options
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
Details
Attached
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)
Attached To
Mode
D49308: rc.d/sendmail: remove a obsolete upgrade seatbelt
Attached
Detach File
Event Timeline
Log In to Comment