[csw-devel] SF.net SVN: gar:[14312] csw/mgar/pkg/miltergreylist/trunk

bonivart at users.sourceforge.net bonivart at users.sourceforge.net
Mon Apr 18 11:00:11 CEST 2011


Revision: 14312
          http://gar.svn.sourceforge.net/gar/?rev=14312&view=rev
Author:   bonivart
Date:     2011-04-18 09:00:10 +0000 (Mon, 18 Apr 2011)

Log Message:
-----------
miltergreylist/trunk: Fix socket path

Modified Paths:
--------------
    csw/mgar/pkg/miltergreylist/trunk/Makefile

Added Paths:
-----------
    csw/mgar/pkg/miltergreylist/trunk/files/0002-change-socket-path.patch

Modified: csw/mgar/pkg/miltergreylist/trunk/Makefile
===================================================================
--- csw/mgar/pkg/miltergreylist/trunk/Makefile	2011-04-18 02:49:10 UTC (rev 14311)
+++ csw/mgar/pkg/miltergreylist/trunk/Makefile	2011-04-18 09:00:10 UTC (rev 14312)
@@ -25,6 +25,7 @@
 CHECKPKG_OVERRIDES += file-with-bad-content
 
 PATCHFILES += 0001-Path-and-user-changes-in-conf-file.patch
+PATCHFILES += 0002-change-socket-path.patch
 
 CONFIGURE_ARGS  = $(DIRPATHS)
 CONFIGURE_ARGS  = --prefix=/opt/csw

Added: csw/mgar/pkg/miltergreylist/trunk/files/0002-change-socket-path.patch
===================================================================
--- csw/mgar/pkg/miltergreylist/trunk/files/0002-change-socket-path.patch	                        (rev 0)
+++ csw/mgar/pkg/miltergreylist/trunk/files/0002-change-socket-path.patch	2011-04-18 09:00:10 UTC (rev 14312)
@@ -0,0 +1,34 @@
+From 65288f5c0bf0b7111ba16dad73a9c33fd4a06cde Mon Sep 17 00:00:00 2001
+From: Peter Bonivart <bonivart at opencsw.org>
+Date: Mon, 18 Apr 2011 10:55:40 +0200
+Subject: [PATCH] change-socket-path
+
+---
+ milter-greylist.m4 |    4 ++--
+ 1 files changed, 2 insertions(+), 2 deletions(-)
+
+diff --git a/milter-greylist.m4 b/milter-greylist.m4
+index 9f61507..9bbcb59 100644
+--- a/milter-greylist.m4
++++ b/milter-greylist.m4
+@@ -18,7 +18,7 @@ dnl
+ dnl    confGREYLIST_SOCKET
+ dnl        socket to communicate with milter
+ dnl        default value :
+-dnl           local:/var/milter-greylist/milter-greylist.sock
++dnl           local:/var/opt/csw/miltergreylist/milter-greylist.sock
+ dnl
+ dnl    confGREYLIST_OPTIONS
+ dnl       extra parameters to be used in INPUT_MAIL_FILTER
+@@ -34,7 +34,7 @@ dnl
+ ifdef(`confGREYLIST_SOCKET',`dnl
+ define(`confGREYLIST_ARGS',`S=confGREYLIST_SOCKET')dnl
+ dnl',`dnl
+-define(`confGREYLIST_ARGS',`S=local:/var/milter-greylist/milter-greylist.sock')dnl
++define(`confGREYLIST_ARGS',`S=local:/var/opt/csw/miltergreylist/milter-greylist.sock')dnl
+ dnl')dnl
+ ifdef(`confGREYLIST_OPTIONS',`dnl
+ define(`confGREYLIST_ARGS',confGREYLIST_ARGS`, confGREYLIST_OPTIONS')dnl
+-- 
+1.7.3.2
+


This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.


More information about the devel mailing list