Compare commits

...

2 Commits

Author SHA1 Message Date
Daniel Berteaud 6d99639d6d Spec file update 2014-06-26 06:53:38 +02:00
Daniel Berteaud 3c7d17a2e5 Define HOME so cron task works on EL6 2014-06-26 06:51:52 +02:00
2 changed files with 6 additions and 1 deletions

View File

@ -1,5 +1,7 @@
#!/bin/bash
HOME=/root
LOG=$(/sbin/e-smith/db configuration getprop qpsmtpd Log2Sql || echo 'disabled')
if [ "$LOG" != "enabled" ]; then

View File

@ -1,4 +1,4 @@
%define version 0.1.7
%define version 0.1.8
%define release 1
%define name smeserver-qpsmtpd-log2sql
@ -23,6 +23,9 @@ Requires: perl(DBI)
Log every smtp transaction in a database
%changelog
* Thu Jun 26 2014 Daniel Berteaud <daniel@firewall-services.com> 0.1.8-1
- Define HOME in cron task so it works on EL6
* Wed May 15 2013 Daniel Berteaud <daniel@firewall-services.com> 0.1.7-1
- Only convert to InnoDB if not already done