Module Name: src
Committed By: christos
Date: Thu Sep 28 02:32:51 UTC 2017
Modified Files:
src/external/bsd/cron/dist: do_command.c
Log Message:
Remove debugging log statement
To generate a diff of this commit:
cvs rdiff -u -r1.10 -r1.11 src/external/bsd/cron/dist/do_command.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/external/bsd/cron/dist/do_command.c
diff -u src/external/bsd/cron/dist/do_command.c:1.10 src/external/bsd/cron/dist/do_command.c:1.11
--- src/external/bsd/cron/dist/do_command.c:1.10 Mon Sep 25 04:30:46 2017
+++ src/external/bsd/cron/dist/do_command.c Wed Sep 27 22:32:51 2017
@@ -1,4 +1,4 @@
-/* $NetBSD: do_command.c,v 1.10 2017/09/25 08:30:46 christos Exp $ */
+/* $NetBSD: do_command.c,v 1.11 2017/09/28 02:32:51 christos Exp $ */
/* Copyright 1988,1990,1993,1994 by Paul Vixie
* All rights reserved
@@ -25,7 +25,7 @@
#if 0
static char rcsid[] = "Id: do_command.c,v 1.9 2004/01/23 18:56:42 vixie Exp";
#else
-__RCSID("$NetBSD: do_command.c,v 1.10 2017/09/25 08:30:46 christos Exp $");
+__RCSID("$NetBSD: do_command.c,v 1.11 2017/09/28 02:32:51 christos Exp $");
#endif
#endif
@@ -208,7 +208,6 @@ read_data(entry *e, const char *mailto,
retval = ERROR_EXIT;
goto out;
}
- log_itx(usernm, getpid(), "MAIL", "opened pipe `%s'", mailcmd);
(void)fprintf(mail, "From: root (Cron Daemon)\n");
(void)fprintf(mail, "To: %s\n", mailto);
(void)fprintf(mail, "Subject: Cron <%s@%s> %s\n",