summaryrefslogtreecommitdiffstats
path: root/usr.sbin/sade
diff options
context:
space:
mode:
authortrhodes <trhodes@FreeBSD.org>2003-09-11 16:27:16 +0000
committertrhodes <trhodes@FreeBSD.org>2003-09-11 16:27:16 +0000
commitfb8d198dd387dd4272f671f9b450b7ec80cceac6 (patch)
tree168403677c9267774c005e45ff157f325bcb0712 /usr.sbin/sade
parenta1a1efe0051e60f12d5a3c0b6ce75e7077df73cc (diff)
downloadFreeBSD-src-fb8d198dd387dd4272f671f9b450b7ec80cceac6.zip
FreeBSD-src-fb8d198dd387dd4272f671f9b450b7ec80cceac6.tar.gz
Remove the unrequired -bi from the newaliases line. Note in the commit log
that the last change should have read: exim_enable="YES" in the changes listing. Discussed with: ceri
Diffstat (limited to 'usr.sbin/sade')
-rw-r--r--usr.sbin/sade/config.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.sbin/sade/config.c b/usr.sbin/sade/config.c
index 55411c1..03f8ade 100644
--- a/usr.sbin/sade/config.c
+++ b/usr.sbin/sade/config.c
@@ -1237,7 +1237,7 @@ configMTAExim(dialogMenuItem *self)
fprintf(mailerconf, "sendmail /usr/local/sbin/exim\n");
fprintf(mailerconf, "send-mail /usr/local/sbin/exim\n");
fprintf(mailerconf, "mailq /usr/local/sbin/exim\n");
- fprintf(mailerconf, "newaliases /usr/local/sbin/exim -bi\n");
+ fprintf(mailerconf, "newaliases /usr/local/sbin/exim\n");
fprintf(mailerconf, "hoststat /usr/bin/true\n");
fprintf(mailerconf, "purgestat /usr/bin/true\n");
fclose(mailerconf);
OpenPOWER on IntegriCloud