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

bonivart at users.sourceforge.net bonivart at users.sourceforge.net
Sun Oct 21 16:51:30 CEST 2012


Revision: 19483
          http://gar.svn.sourceforge.net/gar/?rev=19483&view=rev
Author:   bonivart
Date:     2012-10-21 14:51:30 +0000 (Sun, 21 Oct 2012)
Log Message:
-----------
miltergreylist/trunk: fix path 2

Modified Paths:
--------------
    csw/mgar/pkg/miltergreylist/trunk/Makefile
    csw/mgar/pkg/miltergreylist/trunk/files/0001-Path-and-user-changes-in-conf-file.patch
    csw/mgar/pkg/miltergreylist/trunk/files/0002-change-socket-path.patch

Modified: csw/mgar/pkg/miltergreylist/trunk/Makefile
===================================================================
--- csw/mgar/pkg/miltergreylist/trunk/Makefile	2012-10-21 14:37:36 UTC (rev 19482)
+++ csw/mgar/pkg/miltergreylist/trunk/Makefile	2012-10-21 14:51:30 UTC (rev 19483)
@@ -70,7 +70,7 @@
 MIGRATE_DEST_DIR   = /etc/opt/csw
 
 PROTOTYPE_MODIFIERS = 1
-PROTOTYPE_FILES_1   = /var/opt/csw/miltergreylist
+PROTOTYPE_FILES_1   = /var/opt/csw/milter-greylist
 PROTOTYPE_CLASS_1   = ugfiles
 PROTOTYPE_PERMS_1   = 0700
 PROTOTYPE_USER_1    = greylist

Modified: csw/mgar/pkg/miltergreylist/trunk/files/0001-Path-and-user-changes-in-conf-file.patch
===================================================================
--- csw/mgar/pkg/miltergreylist/trunk/files/0001-Path-and-user-changes-in-conf-file.patch	2012-10-21 14:37:36 UTC (rev 19482)
+++ csw/mgar/pkg/miltergreylist/trunk/files/0001-Path-and-user-changes-in-conf-file.patch	2012-10-21 14:51:30 UTC (rev 19483)
@@ -18,9 +18,9 @@
 -pidfile "/var/run/milter-greylist.pid"
 -socket "/var/milter-greylist/milter-greylist.sock"
 -dumpfile "/var/milter-greylist/greylist.db" 600
-+pidfile "/var/opt/csw/miltergreylist/milter-greylist.pid"
-+socket "/var/opt/csw/miltergreylist/milter-greylist.sock"
-+dumpfile "/var/opt/csw/miltergreylist/greylist.db" 600
++pidfile "/var/opt/csw/milter-greylist/milter-greylist.pid"
++socket "/var/opt/csw/milter-greylist/milter-greylist.sock"
++dumpfile "/var/opt/csw/milter-greylist/greylist.db" 600
  dumpfreq 1
 -user "smmsp"
 +user "greylist"

Modified: csw/mgar/pkg/miltergreylist/trunk/files/0002-change-socket-path.patch
===================================================================
--- csw/mgar/pkg/miltergreylist/trunk/files/0002-change-socket-path.patch	2012-10-21 14:37:36 UTC (rev 19482)
+++ csw/mgar/pkg/miltergreylist/trunk/files/0002-change-socket-path.patch	2012-10-21 14:51:30 UTC (rev 19483)
@@ -16,7 +16,7 @@
  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           local:/var/opt/csw/milter-greylist/milter-greylist.sock
  dnl
  dnl    confGREYLIST_OPTIONS
  dnl       extra parameters to be used in INPUT_MAIL_FILTER
@@ -25,7 +25,7 @@
  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
++define(`confGREYLIST_ARGS',`S=local:/var/opt/csw/milter-greylist/milter-greylist.sock')dnl
  dnl')dnl
  ifdef(`confGREYLIST_OPTIONS',`dnl
  define(`confGREYLIST_ARGS',confGREYLIST_ARGS`, confGREYLIST_OPTIONS')dnl

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