diff options
| author | Mike Pritchard <mpp@FreeBSD.org> | 1997-02-16 18:24:44 +0000 |
|---|---|---|
| committer | Mike Pritchard <mpp@FreeBSD.org> | 1997-02-16 18:24:44 +0000 |
| commit | bb5359e97ea347dfb0c217f81d29e5b5da437952 (patch) | |
| tree | c780858dede221d26a8cc5ec6613f7218158fe44 | |
| parent | 799e5901b315dba4730204056c5d4c692cf3f7b9 (diff) | |
Notes
| -rw-r--r-- | usr.bin/calendar/io.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.bin/calendar/io.c b/usr.bin/calendar/io.c index 0021811c322f..014a8053a311 100644 --- a/usr.bin/calendar/io.c +++ b/usr.bin/calendar/io.c @@ -334,7 +334,7 @@ closecal(fp) _exit(1); } execl(_PATH_SENDMAIL, "sendmail", "-i", "-t", "-F", - "\"Reminder Service\"", "-f", "root", NULL); + "\"Reminder Service\"", NULL); (void)fprintf(stderr, "calendar: %s: %s.\n", _PATH_SENDMAIL, strerror(errno)); _exit(1); |
