[csw-devel] SF.net SVN: gar:[8543] csw/mgar/pkg/postfix/branches/postfix-2.6/Makefile

skayser at users.sourceforge.net skayser at users.sourceforge.net
Sun Feb 14 23:35:08 CET 2010


Revision: 8543
          http://gar.svn.sourceforge.net/gar/?rev=8543&view=rev
Author:   skayser
Date:     2010-02-14 22:35:08 +0000 (Sun, 14 Feb 2010)

Log Message:
-----------
postfix 2.6: fix spool permission for good

Modified Paths:
--------------
    csw/mgar/pkg/postfix/branches/postfix-2.6/Makefile

Modified: csw/mgar/pkg/postfix/branches/postfix-2.6/Makefile
===================================================================
--- csw/mgar/pkg/postfix/branches/postfix-2.6/Makefile	2010-02-14 20:34:13 UTC (rev 8542)
+++ csw/mgar/pkg/postfix/branches/postfix-2.6/Makefile	2010-02-14 22:35:08 UTC (rev 8543)
@@ -80,10 +80,10 @@
 # Make $(DEF_QUEUE_DIR)/public accessible by postdrop group, likely
 # used for IPC with other processes (public contains sockets).
 PROTOTYPE_MODIFIERS += public
-PROTOTYPE_FILES_maildrop = $(DEF_QUEUE_DIR)/public
-PROTOTYPE_GROUP_maildrop = postdrop
-PROTOTYPE_PERMS_maildrop = 2710
-PROTOTYPE_CLASS_maildrop = ugfiles
+PROTOTYPE_FILES_public = $(DEF_QUEUE_DIR)/public
+PROTOTYPE_GROUP_public = postdrop
+PROTOTYPE_PERMS_public = 2710
+PROTOTYPE_CLASS_public = ugfiles
 
 # IMPORTANT! Make $(DEF_QUEUE_DIR)/pid accessible by root only
 # http://www.openwall.com/lists/oss-security/2009/09/18/6


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