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

bdwalton at users.sourceforge.net bdwalton at users.sourceforge.net
Wed Dec 15 02:36:21 CET 2010


Revision: 11948
          http://gar.svn.sourceforge.net/gar/?rev=11948&view=rev
Author:   bdwalton
Date:     2010-12-15 01:36:21 +0000 (Wed, 15 Dec 2010)

Log Message:
-----------
exim: correct location of init script for cswinitsmf

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

Modified: csw/mgar/pkg/exim/trunk/Makefile
===================================================================
--- csw/mgar/pkg/exim/trunk/Makefile	2010-12-15 01:33:02 UTC (rev 11947)
+++ csw/mgar/pkg/exim/trunk/Makefile	2010-12-15 01:36:21 UTC (rev 11948)
@@ -38,7 +38,7 @@
 
 LD_OPTIONS = -R/opt/csw/lib/\$$ISALIST -R/opt/csw/lib
 
-INITSMF = /opt/csw/etc/init.d/cswexim
+INITSMF = /etc/opt/csw/init.d/cswexim
 
 # scripts/exim_install has been patched to use this variable
 EXIM_VERSION = $(VERSION)
@@ -101,8 +101,8 @@
 			mv "$$i" "$$i.CSW";	\
 		fi \
 	done)
-	(cd $(DESTDIR)/opt/csw; mkdir -p etc/init.d; \
-		cp $(abspath $(FILEDIR)/cswexim) etc/init.d )
+	(cd $(DESTDIR); mkdir -p etc/opt/csw/init.d; \
+		cp $(abspath $(FILEDIR)/cswexim) etc/opt/csw/init.d )
 	mkdir -p $(DESTDIR)$(prefix)/var/svc/manifest/network
 	cp -p files/exim.xml  $(DESTDIR)$(prefix)/var/svc/manifest/network
 	mkdir -p $(DESTDIR)$(prefix)/share/doc/exim


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