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/sysinstall | |
parent | 50e8b3f340ee131cdc94432c2bfd31ca06a0c5e1 (diff) | |
download | src-test2-208cece4f0e65bd98503197048778a892defe39b.tar.gz src-test2-208cece4f0e65bd98503197048778a892defe39b.zip |
Notes
Diffstat (limited to 'usr.sbin/sysinstall')
-rw-r--r-- | usr.sbin/sysinstall/config.c | 2 |
1 files changed, 1 insertions, 1 deletions
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"); |