From 208cece4f0e65bd98503197048778a892defe39b Mon Sep 17 00:00:00 2001 From: Tom Rhodes Date: Sat, 27 Sep 2003 13:58:16 +0000 Subject: [PATCH] Fix a cut n paste typo I introduced in rev 1.211. PR: 57012 Submitted by: Nobuyuki Koganemaru (original version) Friendly prod provided by: murray MFC: after re approval --- usr.sbin/sade/config.c | 2 +- usr.sbin/sysinstall/config.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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");