]> git.pld-linux.org Git - packages/postgrey.git/commitdiff
- up to 1.35 auto/th/postgrey-1.35-1
authorAdam Osuchowski <adwol@pld-linux.org>
Mon, 27 Oct 2014 23:31:04 +0000 (00:31 +0100)
committerAdam Osuchowski <adwol@pld-linux.org>
Mon, 27 Oct 2014 23:31:04 +0000 (00:31 +0100)
- fixed pidfile handling

postgrey.init
postgrey.spec

index 07427d74dc290d5b99fed2fa65d8478d91f78994..172f5f3c4047411b23db119a574d6d9b4e3f229a 100644 (file)
@@ -40,7 +40,7 @@ case "$1" in
        # Check if the service is already running?
        if [ ! -f /var/lock/subsys/postgrey ]; then
                msg_starting postgrey
-               daemon /usr/sbin/postgrey -d $OPTIONS
+               daemon /usr/sbin/postgrey -d --pidfile=/var/run/postgrey.pid $OPTIONS
                RETVAL=$?
                [ $RETVAL -eq 0 ] && touch /var/lock/subsys/postgrey
        else
index 104fb4ac0ea9182483a9d2265af6081d21e85663..28189580d2c0d4cbde55d7f64d58bc139cee1f14 100644 (file)
@@ -2,12 +2,12 @@
 Summary:       Postfix Greylisting Policy Server
 Summary(pl.UTF-8):     Serwer do polityki "szarych list" dla Postfiksa
 Name:          postgrey
-Version:       1.34
-Release:       2
+Version:       1.35
+Release:       1
 License:       GPL v2
 Group:         Networking/Daemons
 Source0:       http://postgrey.schweikert.ch/pub/%{name}-%{version}.tar.gz
-# Source0-md5: f736a7be1094593f1a66cd13f32b39ef
+# Source0-md5: 995f265679c9bcc11c6c1db881003e36
 Source1:       %{name}.init
 Source2:       %{name}.sysconfig
 Source3:       http://www.lipek.pl/postgrey_clients_dump
This page took 0.094669 seconds and 4 git commands to generate.