SF.net SVN: gar:[25105] csw/mgar/pkg/tomcat8/trunk/Makefile
dmichelsen at users.sourceforge.net
dmichelsen at users.sourceforge.net
Mon Jun 22 09:20:56 CEST 2015
Revision: 25105
http://sourceforge.net/p/gar/code/25105
Author: dmichelsen
Date: 2015-06-22 07:20:55 +0000 (Mon, 22 Jun 2015)
Log Message:
-----------
tomcat8/trunk: Prototype fixes
Modified Paths:
--------------
csw/mgar/pkg/tomcat8/trunk/Makefile
Modified: csw/mgar/pkg/tomcat8/trunk/Makefile
===================================================================
--- csw/mgar/pkg/tomcat8/trunk/Makefile 2015-06-22 07:12:39 UTC (rev 25104)
+++ csw/mgar/pkg/tomcat8/trunk/Makefile 2015-06-22 07:20:55 UTC (rev 25105)
@@ -23,16 +23,18 @@
TEST_SCRIPTS =
INSTALL_SCRIPTS = tomcat
-INITSMF = /etc/opt/csw/init.d/csw$(NAME)
-USERGROUP = /etc/opt/csw/pkg/$(NAME)/cswusergroup
-PRESERVECONF = /etc/opt/csw/$(NAME)/conf/.*
+INITSMF = /etc/opt/csw/init.d/cswtomcat8
+USERGROUP = /etc/opt/csw/pkg/CSWtomcat8/cswusergroup
+PRESERVECONF = /etc/opt/csw/tomcat8/conf/.*
-PROTOTYPE_MODIFIERS = varuser etcperm
-PROTOTYPE_FILES_varuser = /var/opt/csw/$(NAME)/.*
+PROTOTYPE_MODIFIERS += varuser
+PROTOTYPE_FILES_varuser = /var/opt/csw/tomcat8/.*
PROTOTYPE_USER_varuser = tomcat
PROTOTYPE_GROUP_varuser = tomcat
PROTOTYPE_CLASS_varuser = ugfiles
-PROTOTYPE_FILES_etcperm = /etc/opt/csw/$(NAME)/conf/.*\.CSW
+
+PROTOTYPE_MODIFIERS += etcperm
+PROTOTYPE_FILES_etcperm = /etc/opt/csw/tomcat8/conf/.*\.CSW
PROTOTYPE_PERMS_etcperm = 0640
PROTOTYPE_USER_etcperm = tomcat
PROTOTYPE_GROUP_etcperm = tomcat
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