diff --git a/ipasserelle-base.spec b/ipasserelle-base.spec index c948822..1282419 100644 --- a/ipasserelle-base.spec +++ b/ipasserelle-base.spec @@ -1,5 +1,5 @@ %define version 0.2.0 -%define release 1.beta1 +%define release 1.beta2 %define name ipasserelle-base @@ -45,8 +45,9 @@ Based on SMEServer, iPasserelle is a specially configured SME Server, with some additionnal modules %changelog -* Sun Mar 11 2012 Daniel Berteaud 0.2.0-1.sme +* Tue Apr 03 2012 Daniel Berteaud 0.2.0-1.sme - Switch to git +- Fix PATH in cron script * Sun Mar 04 2012 Daniel Berteaud 0.1-24.sme - Fix cron scripts permissions diff --git a/root/etc/cron.monthly/maillog-rotate b/root/etc/cron.monthly/maillog-rotate index 6ae5542..de26ff5 100644 --- a/root/etc/cron.monthly/maillog-rotate +++ b/root/etc/cron.monthly/maillog-rotate @@ -1,5 +1,7 @@ #!/bin/bash +PATH=/sbin/e-smith:/sbin:/bin:/usr/sbin:/usr/bin + BCC=$(db configuration getprop qpsmtpd Bcc || echo 'disabled') ARCHIVE=$(db configuration getprop qpsmtpd ArchiveBcc || echo 'disabled')