[postgrey/f20: 2/3] Fix BZ#1058654.

Christopher Meng cicku at fedoraproject.org
Thu Feb 6 02:43:14 UTC 2014


commit b8223c529e045aa96c4e210fda8bc02bd86921d0
Author: Christopher Meng <i at cicku.me>
Date:   Thu Feb 6 10:39:28 2014 +0800

    Fix BZ#1058654.

 postgrey.service |    3 +--
 1 files changed, 1 insertions(+), 2 deletions(-)
---
diff --git a/postgrey.service b/postgrey.service
index ebd316e..01df702 100644
--- a/postgrey.service
+++ b/postgrey.service
@@ -8,7 +8,6 @@ Type=forking
 
 EnvironmentFile=-/etc/sysconfig/postgrey
 ExecStartPre=-/bin/rm -f /var/run/postgrey.pid
-
 PIDFile=/var/run/postgrey.pid
 
 ExecStart=/usr/sbin/postgrey \
@@ -16,7 +15,7 @@ ExecStart=/usr/sbin/postgrey \
  --pidfile=/var/run/postgrey.pid \
  --group=postgrey \
  --user=postgrey \
- --greylist-text="Greylisted for %%s seconds" \
+ '--greylist-text=Greylisted for %%s seconds' \
  --daemonize \
  $POSTGREY_OPTS
 


More information about the scm-commits mailing list