[csw-devel] SF.net SVN: gar:[12009] csw/mgar/pkg/exim/trunk/Makefile

bdwalton at users.sourceforge.net bdwalton at users.sourceforge.net
Sat Dec 18 20:47:28 CET 2010


Revision: 12009
          http://gar.svn.sourceforge.net/gar/?rev=12009&view=rev
Author:   bdwalton
Date:     2010-12-18 19:47:28 +0000 (Sat, 18 Dec 2010)

Log Message:
-----------
exim: ensure we package the logs directory and set proper owner/group/perms on it

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

Modified: csw/mgar/pkg/exim/trunk/Makefile
===================================================================
--- csw/mgar/pkg/exim/trunk/Makefile	2010-12-18 19:28:44 UTC (rev 12008)
+++ csw/mgar/pkg/exim/trunk/Makefile	2010-12-18 19:47:28 UTC (rev 12009)
@@ -75,9 +75,13 @@
 CHECKPKG_OVERRIDES_CSWexim += surplus-dependency|CSWgzipextras
 CHECKPKG_OVERRIDES_CSWexim += surplus-dependency|CSWgzip
 
-PROTOTYPE_MODIFIERS = eximsuid
+PROTOTYPE_MODIFIERS = eximsuid eximlogs
 PROTOTYPE_PERMS_eximsuid = 4755
 PROTOTYPE_FILES_eximsuid = $(sbindir)/exim
+PROTOTYPE_USER_eximlogs = exim
+PROTOTYPE_GROUP_eximlogs = exim
+PROTOTYPE_PERMS_eximlogs = 750
+PROTOTYPE_FILES_eximlogs = $(prefix)/var/log/exim
 
 include gar/category.mk
 
@@ -124,4 +128,5 @@
 post-merge:
 	( cd $(PKGROOT); mkdir -p ./$(UGPATH); \
 		echo "$(UGENTRY)" > ./$(UGPATH)/cswusergroup )
+	( cd $(PKGROOT); mkdir -p opt/csw/var/log/exim )
 	@$(MAKECOOKIE)


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