[Pkg-dspam-commits] [pkg-dspam-commits] r252 - branches/development/debian

Julien Valroff julien-guest at alioth.debian.org
Sat Apr 17 13:29:09 UTC 2010


Author: julien-guest
Date: Sat Apr 17 13:29:08 2010
New Revision: 252

Log:
add new cron file

Added:
   branches/development/debian/dspam.cron.daily

Added: branches/development/debian/dspam.cron.daily
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ branches/development/debian/dspam.cron.daily	Sat Apr 17 13:29:08 2010	(r252)
@@ -0,0 +1,10 @@
+#!/bin/sh
+
+MAINTENANCE_OPTIONS=""
+
+# Source our config
+. /etc/default/dspam
+
+[ -x /usr/bin/dspam_maintenance ] && /usr/bin/dspam_maintenance $MAINTENANCE_OPTIONS
+
+exit 0



More information about the Pkg-dspam-commits mailing list