X-Git-Url: https://git.deb.at/?p=deb%2Fpackages.git;a=blobdiff_plain;f=cron.d%2F300maintainerdb;h=7d1bde850d1e3651884efef019066a797fb88556;hp=6e54a9c1e6c32768a827751a08b9391f210b44eb;hb=4fec9449ddf3d2a6162c05387367746f3e17e329;hpb=552e68978a99d2d4e05d80aea0cc5308b370d10e diff --git a/cron.d/300maintainerdb b/cron.d/300maintainerdb index 6e54a9c..7d1bde8 100755 --- a/cron.d/300maintainerdb +++ b/cron.d/300maintainerdb @@ -2,10 +2,11 @@ . `dirname $0`/../config.sh -if [ ! -e ${archivedir}/Maintainers ] -then - ln -s ${ftproot}/debian/indices/Maintainers ${archivedir}/Maintainers -fi +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