[Pkg-mailman-hackers] Pkg-mailman commit - rev 332 - trunk/debian

Thijs Kinkhorst thijs at costa.debian.org
Tue Aug 15 13:45:56 UTC 2006


Author: thijs
Date: 2006-08-15 13:45:55 +0000 (Tue, 15 Aug 2006)
New Revision: 332

Removed:
   trunk/debian/cron.daily
   trunk/debian/cron.monthly
Log:
remove obsolete cron.{daily,monthly} files from source;
these are not installed and even removed in the postinst when
present.


Deleted: trunk/debian/cron.daily
===================================================================
--- trunk/debian/cron.daily	2006-08-15 13:41:36 UTC (rev 331)
+++ trunk/debian/cron.daily	2006-08-15 13:45:55 UTC (rev 332)
@@ -1,20 +0,0 @@
-#!/bin/sh
-
-if [ ! -x /usr/bin/python ]
-then
-    exit 0
-fi
-
-cd /var/lib/mailman/cron 2> /dev/null
-
-# Mail reminders to admins as to pending requests.
-if [ -e /var/lib/mailman/cron/checkdbs ]
-then
-    su -s /bin/sh list -c "/usr/bin/python /var/lib/mailman/cron/checkdbs"
-fi
-
-# Mail digests for lists that do periodic as well as threshhold delivery.
-if [ -e /var/lib/mailman/cron/senddigests ]
-then
-    su -s /bin/sh list -c "/usr/bin/python /var/lib/mailman/cron/senddigests"
-fi

Deleted: trunk/debian/cron.monthly
===================================================================
--- trunk/debian/cron.monthly	2006-08-15 13:41:36 UTC (rev 331)
+++ trunk/debian/cron.monthly	2006-08-15 13:45:55 UTC (rev 332)
@@ -1,14 +0,0 @@
-#!/bin/sh
-
-if [ ! -x /usr/bin/python ]
-then
-    exit 0
-fi
-
-cd /var/lib/mailman/cron 2> /dev/null
-
-# Send password reminders for all lists to all users.
-if [ -e /var/lib/mailman/cron/mailpasswds ]
-then
-    su -s /bin/sh list -c "/usr/bin/python /var/lib/mailman/cron/mailpasswds"
-fi




More information about the Pkg-mailman-hackers mailing list