View | Details | Raw Unified | Return to bug 109536
Collapse All | Expand All

(-)Makefile (+1 lines)
Lines 50-55 Link Here
50
USE_AUTOTOOLS=	autoconf:259 libtool:15
50
USE_AUTOTOOLS=	autoconf:259 libtool:15
51
USE_PERL5=		yes
51
USE_PERL5=		yes
52
USE_RC_SUBR=		apache22.sh
52
USE_RC_SUBR=		apache22.sh
53
SUB_LIST+=		RC_SUBR_SUFFIX=${RC_SUBR_SUFFIX}
53
LIBTOOLFILES=		configure
54
LIBTOOLFILES=		configure
54
55
55
.if !defined(WITH_APR_FROM_PORTS)
56
.if !defined(WITH_APR_FROM_PORTS)
(-)files/apache22.sh.in (-1 / +1 lines)
Lines 91-97 Link Here
91
		if [ "x$1" != "xrestart" ]; then
91
		if [ "x$1" != "xrestart" ]; then
92
			for profile in ${apache22_profiles}; do
92
			for profile in ${apache22_profiles}; do
93
				echo "===> apache22 profile: ${profile}"
93
				echo "===> apache22 profile: ${profile}"
94
				%%PREFIX%%/etc/rc.d/apache22.sh $1 ${profile}
94
				%%PREFIX%%/etc/rc.d/apache22%%RC_SUBR_SUFFIX%% $1 ${profile}
95
				retcode="$?"
95
				retcode="$?"
96
				if [ "0${retcode}" -ne 0 ]; then
96
				if [ "0${retcode}" -ne 0 ]; then
97
					failed="${profile} (${retcode}) ${failed:-}"
97
					failed="${profile} (${retcode}) ${failed:-}"

Return to bug 109536