diff options
| author | 2015-10-23 18:42:55 +0000 | |
|---|---|---|
| committer | 2015-10-23 18:42:55 +0000 | |
| commit | 00a9809306353c726db9c66b900edc61b03feacd (patch) | |
| tree | 9b5e90c72617ec031e9e2a4f35a9c662e4e856a4 /usr.sbin/cron/do_command.c | |
| parent | Fix renaming in the root directory by correctly setting directory (diff) | |
| download | wireguard-openbsd-00a9809306353c726db9c66b900edc61b03feacd.tar.xz wireguard-openbsd-00a9809306353c726db9c66b900edc61b03feacd.zip | |
remove some more ifdef maziness
Diffstat (limited to 'usr.sbin/cron/do_command.c')
| -rw-r--r-- | usr.sbin/cron/do_command.c | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/usr.sbin/cron/do_command.c b/usr.sbin/cron/do_command.c index 912f97b5d4c..7dad70e8390 100644 --- a/usr.sbin/cron/do_command.c +++ b/usr.sbin/cron/do_command.c @@ -1,4 +1,4 @@ -/* $OpenBSD: do_command.c,v 1.48 2015/10/03 19:47:21 tedu Exp $ */ +/* $OpenBSD: do_command.c,v 1.49 2015/10/23 18:42:55 tedu Exp $ */ /* Copyright 1988,1990,1993,1994 by Paul Vixie * Copyright (c) 2004 by Internet Systems Consortium, Inc. ("ISC") @@ -362,10 +362,6 @@ child_process(entry *e, user *u) usernm, first_word(hostname, "."), e->cmd); fprintf(mail, "Auto-Submitted: auto-generated\n"); -#ifdef MAIL_DATE - fprintf(mail, "Date: %s\n", - arpadate(&StartTime)); -#endif /*MAIL_DATE*/ for (env = e->envp; *env; env++) fprintf(mail, "X-Cron-Env: <%s>\n", *env); |
