From 5f8ee583323112914d5f63f5755213a979123c51 Mon Sep 17 00:00:00 2001 From: Frank Lichtenheld Date: Sat, 16 Feb 2008 01:31:38 +0100 Subject: [PATCH] 300maintainerdb: Don't enable by default Add some warnings here that you don't want to use this unless the people you will spam with this agreed to it. Also saves some time on the unofficial sites ;) --- cron.d/300maintainerdb | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/cron.d/300maintainerdb b/cron.d/300maintainerdb index 898a4c0..7d1bde8 100755 --- a/cron.d/300maintainerdb +++ b/cron.d/300maintainerdb @@ -2,5 +2,11 @@ . `dirname $0`/../config.sh +echo >&2 This script is disabled by default, since it is not useful without +echo >&2 further setup and also some advertising of the actual addresses. +echo >&2 Before you enable this you should have the consent of the people that +echo >&2 this will send mail to! +exit 1 + cd ${bindir} ${bindir}/build-maintainerdb -- 2.39.2