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

jake_goerzen at users.sourceforge.net jake_goerzen at users.sourceforge.net
Sat Nov 19 21:24:01 CET 2011


Revision: 16215
          http://gar.svn.sourceforge.net/gar/?rev=16215&view=rev
Author:   jake_goerzen
Date:     2011-11-19 20:24:01 +0000 (Sat, 19 Nov 2011)
Log Message:
-----------
dovecot: fix bug #0004866 sysconfdir is now /etc/opt/csw/dovecot

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

Modified: csw/mgar/pkg/dovecot/trunk/Makefile
===================================================================
--- csw/mgar/pkg/dovecot/trunk/Makefile	2011-11-19 09:20:46 UTC (rev 16214)
+++ csw/mgar/pkg/dovecot/trunk/Makefile	2011-11-19 20:24:01 UTC (rev 16215)
@@ -54,7 +54,7 @@
 TEST_SCRIPTS	=
 
 # Override some paths for configure
-sysconfdir=/etc/opt/csw
+sysconfdir=/etc/opt/csw/dovecot
 localstatedir=/var/opt/csw
 
 CONFIGURE_ARGS  = $(DIRPATHS)
@@ -75,7 +75,7 @@
 STRIP_DIRS  = $(DESTDIR)$(libexecdir)/dovecot
 
 # cswclassutils integration
-INITSMF    = $(sysconfdir)/init.d/cswdovecot
+INITSMF    = /etc/opt/csw/init.d/cswdovecot
 USERGROUP = /etc/opt/csw/pkg/CSWdovecot/cswusergroup
 SAMPLECONF = .*/dovecot.pem $(sysconfdir)/dovecot.conf
 MIGRATE_FILES = dovecot.conf

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