aboutsummaryrefslogtreecommitdiff
path: root/libexec
diff options
context:
space:
mode:
authorMateusz Piotrowski <0mp@FreeBSD.org>2024-10-04 12:26:45 +0000
committerMateusz Piotrowski <0mp@FreeBSD.org>2024-10-14 10:23:46 +0000
commitf94127e3ee9181f60576c823ecee6c85625b96e1 (patch)
treeccb078788029d1756123169351bfd597155ae0b5 /libexec
parentf6d6d260a38da7e87e511c64e0a49eb196ca2ff9 (diff)
Diffstat (limited to 'libexec')
-rwxr-xr-xlibexec/rc/rc.d/sendmail5
1 files changed, 3 insertions, 2 deletions
diff --git a/libexec/rc/rc.d/sendmail b/libexec/rc/rc.d/sendmail
index 68803a957952..ea97503890f9 100755
--- a/libexec/rc/rc.d/sendmail
+++ b/libexec/rc/rc.d/sendmail
@@ -4,9 +4,10 @@
# PROVIDE: mail
# REQUIRE: LOGIN FILESYSTEMS
-# we make mail start late, so that things like .forward's are not
-# processed until the system is fully operational
# KEYWORD: shutdown
+#
+# We make mail start late, so that things like .forward's are not processed
+# until the system is fully operational.
# XXX - Get together with sendmail mantainer to figure out how to
# better handle SENDMAIL_ENABLE and 3rd party MTAs.