diff --git a/usr.sbin/sade/config.c b/usr.sbin/sade/config.c index 03f8ade65da1..5c6d12a270a4 100644 --- a/usr.sbin/sade/config.c +++ b/usr.sbin/sade/config.c @@ -1210,7 +1210,7 @@ configMTAExim(dialogMenuItem *self) msgConfirm("Unable to open /etc/periodic.conf.\n" "The daily cleanup scripts might generate errors when\n" "trying to run some sendmail only cleanup scripts.\n" - "Please consult the documentation for the postfix port on how to\n" + "Please consult the documentation for the exim port on how to\n" "fix this."); } else { fprintf(perconf, "# --- Generated by sysinstall ---\n"); diff --git a/usr.sbin/sysinstall/config.c b/usr.sbin/sysinstall/config.c index 03f8ade65da1..5c6d12a270a4 100644 --- a/usr.sbin/sysinstall/config.c +++ b/usr.sbin/sysinstall/config.c @@ -1210,7 +1210,7 @@ configMTAExim(dialogMenuItem *self) msgConfirm("Unable to open /etc/periodic.conf.\n" "The daily cleanup scripts might generate errors when\n" "trying to run some sendmail only cleanup scripts.\n" - "Please consult the documentation for the postfix port on how to\n" + "Please consult the documentation for the exim port on how to\n" "fix this."); } else { fprintf(perconf, "# --- Generated by sysinstall ---\n");