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

(-)Makefile (-3 / +3 lines)
Lines 30-36 Link Here
30
STDOUT_LOG=	${LOG_DIR}/stdout.log
30
STDOUT_LOG=	${LOG_DIR}/stdout.log
31
STDERR_LOG=	${LOG_DIR}/stderr.log
31
STDERR_LOG=	${LOG_DIR}/stderr.log
32
32
33
CONF_FILES=	Application.xml MediaCasters.xml RTP.xml VHost.xml jmxremote.password \
33
WMP_CONF_FILES=	Application.xml MediaCasters.xml RTP.xml VHost.xml jmxremote.password \
34
		Authentication.xml MediaReaders.xml Server.xml VHosts.xml log4j.properties \
34
		Authentication.xml MediaReaders.xml Server.xml VHosts.xml log4j.properties \
35
		MP3Tags.xml MediaWriters.xml Streams.xml jmxremote.access rtp.password
35
		MP3Tags.xml MediaWriters.xml Streams.xml jmxremote.access rtp.password
36
CONF_EXT=	sample
36
CONF_EXT=	sample
Lines 56-62 Link Here
56
	${SH} ${WRKDIR}/wowza-licence.sh
56
	${SH} ${WRKDIR}/wowza-licence.sh
57
57
58
post-patch:
58
post-patch:
59
.for f in ${CONF_FILES}
59
.for f in ${WMP_CONF_FILES}
60
	@${MV} ${WRKSRC}/conf/${f} ${WRKSRC}/conf/${f}.${CONF_EXT}
60
	@${MV} ${WRKSRC}/conf/${f} ${WRKSRC}/conf/${f}.${CONF_EXT}
61
.endfor
61
.endfor
62
62
Lines 75-81 Link Here
75
	@${CP} -R ${WRKSRC}/bin ${APP_HOME}
75
	@${CP} -R ${WRKSRC}/bin ${APP_HOME}
76
	@${CP} -R ${WRKSRC}/conf/*.${CONF_EXT} ${APP_HOME}/conf/
76
	@${CP} -R ${WRKSRC}/conf/*.${CONF_EXT} ${APP_HOME}/conf/
77
77
78
.for f in ${CONF_FILES}
78
.for f in ${WMP_CONF_FILES}
79
.	if !exists(${APP_HOME}/conf/${f})
79
.	if !exists(${APP_HOME}/conf/${f})
80
		@${CP} ${APP_HOME}/conf/${f}.${CONF_EXT} ${APP_HOME}/conf/${f}
80
		@${CP} ${APP_HOME}/conf/${f}.${CONF_EXT} ${APP_HOME}/conf/${f}
81
.	else
81
.	else

Return to bug 157159