SF.net SVN: gar:[25064] csw/mgar/pkg/apache24/trunk
cgrzemba at users.sourceforge.net
cgrzemba at users.sourceforge.net
Tue Jun 9 14:13:28 CEST 2015
Revision: 25064
http://sourceforge.net/p/gar/code/25064
Author: cgrzemba
Date: 2015-06-09 12:13:28 +0000 (Tue, 09 Jun 2015)
Log Message:
-----------
apache24/trunk: add postinstall script
Modified Paths:
--------------
csw/mgar/pkg/apache24/trunk/Makefile
csw/mgar/pkg/apache24/trunk/files/CSWapache24.postinstall
Modified: csw/mgar/pkg/apache24/trunk/Makefile
===================================================================
--- csw/mgar/pkg/apache24/trunk/Makefile 2015-06-09 06:31:00 UTC (rev 25063)
+++ csw/mgar/pkg/apache24/trunk/Makefile 2015-06-09 12:13:28 UTC (rev 25064)
@@ -15,6 +15,7 @@
MASTER_SITES = http://www.eu.apache.org/dist/httpd/
DISTFILES += $(DISTNAME).tar.gz
DISTFILES += cswapache24
+DISTFILES += CSWapache24.postinstall
EXPANDVARS += cswapache24
PATCHFILES += 0002-Switch-usr-local-for-opt-csw-in-default-cgi-path.patch
Modified: csw/mgar/pkg/apache24/trunk/files/CSWapache24.postinstall
===================================================================
--- csw/mgar/pkg/apache24/trunk/files/CSWapache24.postinstall 2015-06-09 06:31:00 UTC (rev 25063)
+++ csw/mgar/pkg/apache24/trunk/files/CSWapache24.postinstall 2015-06-09 12:13:28 UTC (rev 25064)
@@ -1 +1,3 @@
-[ -x /usr/sbin/svccfg ] && /usr/sbin/svccfg -s cswapache24 'setprop general/enable_64bit = boolean: false'
+[ -x /usr/sbin/svccfg ] && \
+ /usr/sbin/svccfg -s cswapache24 'setprop general/enable_64bit = boolean: false' && \
+ /usr/sbin/svcadm refresh cswapache24
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