The following commit has been merged in the master branch:
commit 5f8ee583323112914d5f63f5755213a979123c51
Author: Frank Lichtenheld <[EMAIL PROTECTED]>
Date: Sat Feb 16 01:31:38 2008 +0100
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
--
APT Archive Web-Frontend (Alioth repository)
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]