diff options
| author | Tom Rhodes <trhodes@FreeBSD.org> | 2003-09-27 13:58:16 +0000 |
|---|---|---|
| committer | Tom Rhodes <trhodes@FreeBSD.org> | 2003-09-27 13:58:16 +0000 |
| commit | 208cece4f0e65bd98503197048778a892defe39b (patch) | |
| tree | bb3a0d82dd0cb8020747692c2b6c953280f24965 /usr.sbin | |
| parent | 50e8b3f340ee131cdc94432c2bfd31ca06a0c5e1 (diff) | |
Notes
Diffstat (limited to 'usr.sbin')
| -rw-r--r-- | usr.sbin/sade/config.c | 2 | ||||
| -rw-r--r-- | 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 03f8ade65da11..5c6d12a270a4d 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 03f8ade65da11..5c6d12a270a4d 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"); |
