Revision: 25063
http://sourceforge.net/p/gar/code/25063
Author: cgrzemba
Date: 2015-06-09 06:31:00 +0000 (Tue, 09 Jun 2015)
Log Message:
-----------
apache24/trunk: fix sbin path
Modified Paths:
--------------
csw/mgar/pkg/apache24/trunk/files/cswapache24
Modified: csw/mgar/pkg/apache24/trunk/files/cswapache24
===================================================================
--- csw/mgar/pkg/apache24/trunk/files/cswapache24 2015-06-08 08:31:09 UTC
(rev 25062)
+++ csw/mgar/pkg/apache24/trunk/files/cswapache24 2015-06-09 06:31:00 UTC
(rev 25063)
@@ -12,7 +12,7 @@
#RC_SLEV 3
#FMRI network
ENABLE64=$(/usr/bin/svcprop -p general/enable_64bit ${SMF_FMRI})
-[ ${ENABLE64} = "true" ] && MM=/64
+[ ${ENABLE64} = "true" ] && MM=/$(isainfo -n)
APACHE_HOME=@prefix@
CONF_FILE=@sysconfdir@/apache2/httpd.conf
This was sent by the SourceForge.net collaborative development platform, the
world's largest Open Source development site.