SF.net SVN: gar:[25040] csw/mgar/pkg/apache24/trunk
cgrzemba at users.sourceforge.net
cgrzemba at users.sourceforge.net
Mon Jun 1 15:47:15 CEST 2015
Revision: 25040
http://sourceforge.net/p/gar/code/25040
Author: cgrzemba
Date: 2015-06-01 13:47:15 +0000 (Mon, 01 Jun 2015)
Log Message:
-----------
apache24/trunk: fix configuration issues
Modified Paths:
--------------
csw/mgar/pkg/apache24/trunk/Makefile
csw/mgar/pkg/apache24/trunk/files/CSWapache24.postinstall
csw/mgar/pkg/apache24/trunk/files/cswapache24
Modified: csw/mgar/pkg/apache24/trunk/Makefile
===================================================================
--- csw/mgar/pkg/apache24/trunk/Makefile 2015-05-31 21:52:29 UTC (rev 25039)
+++ csw/mgar/pkg/apache24/trunk/Makefile 2015-06-01 13:47:15 UTC (rev 25040)
@@ -106,7 +106,7 @@
# else
# MODULE_CONF=$(DESTDIR)$(sysconfdir)/apache2/extra/module.load
# endif
-MODULE_CONF=$(DESTDIR)$(sysconfdir)/$(MM_LIBDIR)/apache2/extra/module.load
+MODULE_CONF=$(DESTDIR)$(sysconfdir)/$(MM_LIBDIR)/apache2/extra/modules.load
# Build Configuration
CONFIGURE_ARGS += --with-apr=$(prefix)
Modified: csw/mgar/pkg/apache24/trunk/files/CSWapache24.postinstall
===================================================================
--- csw/mgar/pkg/apache24/trunk/files/CSWapache24.postinstall 2015-05-31 21:52:29 UTC (rev 25039)
+++ csw/mgar/pkg/apache24/trunk/files/CSWapache24.postinstall 2015-06-01 13:47:15 UTC (rev 25040)
@@ -1 +1 @@
-[ -x /usr/sbin/svccfg ] && /usr/sbin/svccfg -s cswapache24 'setprop config/enable_64bit = :boolean false'
+[ -x /usr/sbin/svccfg ] && /usr/sbin/svccfg -s cswapache24 'setprop general/enable_64bit = boolean: false'
Modified: csw/mgar/pkg/apache24/trunk/files/cswapache24
===================================================================
--- csw/mgar/pkg/apache24/trunk/files/cswapache24 2015-05-31 21:52:29 UTC (rev 25039)
+++ csw/mgar/pkg/apache24/trunk/files/cswapache24 2015-06-01 13:47:15 UTC (rev 25040)
@@ -1,4 +1,4 @@
-#!/sbin/ksh
+#!/bin/ksh
#
# Copyright 2004 Sun Microsystems, Inc. All rights reserved.
# Use is subject to license terms.
@@ -11,7 +11,7 @@
#RC_KLEV 0,1,2,S
#RC_SLEV 3
#FMRI network
-ENABLE64=$(/usr/bin/svcprop -p config/enable_64bit ${SMF_FMRI})
+ENABLE64=$(/usr/bin/svcprop -p general/enable_64bit ${SMF_FMRI})
[ ${ENABLE64} = "true" ] && MM=/64
APACHE_HOME=@prefix@
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