From: Frank Lichtenheld Date: Sat, 16 Feb 2008 00:31:38 +0000 (+0100) Subject: 300maintainerdb: Don't enable by default X-Git-Url: https://git.deb.at/?a=commitdiff_plain;h=5f8ee583323112914d5f63f5755213a979123c51;p=deb%2Fpackages.git 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 ;) --- 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