From 0cdd4a2c98d0c9a1c4cb1716e30042925d1a4f61 Mon Sep 17 00:00:00 2001 From: Fabian Keil Date: Sat, 9 Jan 2016 00:37:52 +0100 Subject: [PATCH 169/257] crontab: Default to not sending out (most-likely unencrypted) mails Obtained from: ElectroBSD --- etc/crontab | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/etc/crontab b/etc/crontab index e1e6e8862c8d..22204f81a0fd 100644 --- a/etc/crontab +++ b/etc/crontab @@ -1,9 +1,8 @@ -# /etc/crontab - root's crontab for FreeBSD -# -# $FreeBSD$ +# /etc/crontab - root's crontab for ElectroBSD # SHELL=/bin/sh PATH=/etc:/bin:/sbin:/usr/bin:/usr/sbin +MAILTO="" # #minute hour mday month wday who command # -- 2.11.0