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

(-)Makefile (-10 / +18 lines)
Lines 5-20 Link Here
5
# $FreeBSD: ports/www/apache13+ipv6/Makefile,v 1.57 2007/09/11 21:16:17 tmclaugh Exp $
5
# $FreeBSD: ports/www/apache13+ipv6/Makefile,v 1.57 2007/09/11 21:16:17 tmclaugh Exp $
6
#
6
#
7
7
8
PORTNAME=	apache+ipv6
8
PORTNAME=	apache
9
PORTVERSION=	1.3.39
9
PORTVERSION=	1.3.39
10
PORTREVISION=	1
10
PORTREVISION=	2
11
CATEGORIES=	www ipv6
11
CATEGORIES=	www ipv6
12
MASTER_SITES=	${MASTER_SITE_APACHE_HTTPD}
12
MASTER_SITES=	${MASTER_SITE_APACHE_HTTPD}
13
PKGNAMESUFFIX=	+ipv6
13
DISTNAME=	apache_${PORTVERSION}
14
DISTNAME=	apache_${PORTVERSION}
14
15
15
PATCH_SITES=	http://www.don.to/arc/
16
PATCH_SITES=	http://www.don.to/arc/
16
PATCHFILES=	apache-1.3.39-v6-20070911.diff.gz
17
PATCHFILES=	apache-1.3.39-v6-20070911.diff.gz
17
PATCH_DIST_STRIP= -p1
18
PATCH_DIST_STRIP=	-p1
18
19
19
MAINTAINER=	sumikawa@FreeBSD.org
20
MAINTAINER=	sumikawa@FreeBSD.org
20
COMMENT=	The extremely popular Apache http server. Very fast, very clean
21
COMMENT=	The extremely popular Apache http server. Very fast, very clean
Lines 23-32 Link Here
23
		apache+mod_ssl+mod_snmp+ipv6-1.* apache+mod_ssl+mod_accel-1.* \
24
		apache+mod_ssl+mod_snmp+ipv6-1.* apache+mod_ssl+mod_accel-1.* \
24
		apache+mod_ssl+mod_snmp+mod_accel-1.* \
25
		apache+mod_ssl+mod_snmp+mod_accel-1.* \
25
		apache+ssl-1.* apache-1.* apache-2.* apache_fp-1.* \
26
		apache+ssl-1.* apache-1.* apache-2.* apache_fp-1.* \
26
		caudium-devel-1.* caudium10-1.* caudium12-* \
27
		caudium-devel-1.* caudium10-1.* caudium12-1.* \
27
		ru-apache+mod_ssl-1.* ru-apache-1.*
28
		ru-apache+mod_ssl-1.* ru-apache-1.*
28
USE_PERL5=	yes
29
USE_PERL5=	yes
29
USE_RC_SUBR=	yes
30
USE_RC_SUBR=	apache
30
31
31
.if defined(APACHE_DATADIR)
32
.if defined(APACHE_DATADIR)
32
DATADIR=${APACHE_DATADIR}
33
DATADIR=${APACHE_DATADIR}
Lines 90-95 Link Here
90
91
91
.endif  # !SUEXEC
92
.endif  # !SUEXEC
92
93
94
.if !defined(NOPORTDOC)
95
PLIST_SUB+=	NODOCS=""
96
.else
97
PLIST_SUB+=	NODOCS="@comment "
98
.endif
99
93
HAS_CONFIGURE=	yes
100
HAS_CONFIGURE=	yes
94
# += for child ports
101
# += for child ports
95
CONFIGURE_ARGS+=	\
102
CONFIGURE_ARGS+=	\
Lines 145-160 Link Here
145
MAN8=		ab.8 apachectl.8 apxs.8 httpd.8 logresolve.8 rotatelogs.8 \
152
MAN8=		ab.8 apachectl.8 apxs.8 httpd.8 logresolve.8 rotatelogs.8 \
146
		${SUEXEC_MAN}
153
		${SUEXEC_MAN}
147
154
148
post-extract:
155
DOCSDIR=	${PREFIX}/share/doc
149
	@${SED}	${RC_SCRIPTS_SUB:S/$/!g/:S/^/ -e s!%%/:S/=/%%!/} \
156
150
		${FILESDIR}/apache.sh > ${WRKSRC}/apache.sh
157
post-patch:
158
.if defined(NOPORTDOC)
159
	@(cd ${WRKSRC} ; ${PATCH} < ${FILESDIR}/no_port_doc)
160
.endif
151
161
152
pre-install:
162
pre-install:
153
	-@${CHMOD} u+w ${DOCUMENT_ROOT}-dist ${CGIBIN_ROOT}-dist
154
	PKG_PREFIX=${PREFIX} ${SH} ${PKGINSTALL} ${PKGNAME} PRE-INSTALL
163
	PKG_PREFIX=${PREFIX} ${SH} ${PKGINSTALL} ${PKGNAME} PRE-INSTALL
155
164
156
post-install:
165
post-install:
157
	${INSTALL_SCRIPT} ${WRKSRC}/apache.sh ${PREFIX}/etc/rc.d/apache.sh
158
	@${TOUCH} ${DOCUMENT_ROOT}-dist/EXAMPLE_DIRECTORY-DONT_ADD_OR_TOUCH_ANYTHING
166
	@${TOUCH} ${DOCUMENT_ROOT}-dist/EXAMPLE_DIRECTORY-DONT_ADD_OR_TOUCH_ANYTHING
159
	@${TOUCH} ${CGIBIN_ROOT}-dist/EXAMPLE_DIRECTORY-DONT_ADD_OR_TOUCH_ANYTHING
167
	@${TOUCH} ${CGIBIN_ROOT}-dist/EXAMPLE_DIRECTORY-DONT_ADD_OR_TOUCH_ANYTHING
160
	@${CHMOD} a-w ${DOCUMENT_ROOT}-dist ${CGIBIN_ROOT}-dist
168
	@${CHMOD} a-w ${DOCUMENT_ROOT}-dist ${CGIBIN_ROOT}-dist
(-)pkg-plist (-299 / +298 lines)
Lines 18-24 Link Here
18
@unexec if cmp -s %D/etc/apache/srm.conf %D/etc/apache/srm.conf-dist; then rm -f %D/etc/apache/srm.conf; fi
18
@unexec if cmp -s %D/etc/apache/srm.conf %D/etc/apache/srm.conf-dist; then rm -f %D/etc/apache/srm.conf; fi
19
etc/apache/srm.conf-dist
19
etc/apache/srm.conf-dist
20
@exec [ -f %B/srm.conf ] || cp %B/%f %B/srm.conf
20
@exec [ -f %B/srm.conf ] || cp %B/%f %B/srm.conf
21
etc/rc.d/apache.sh
22
include/apache/ap.h
21
include/apache/ap.h
23
include/apache/ap_alloc.h
22
include/apache/ap_alloc.h
24
include/apache/ap_compat.h
23
include/apache/ap_compat.h
Lines 143-439 Link Here
143
www/data-dist/index.html.se
142
www/data-dist/index.html.se
144
www/data-dist/index.html.zh-tw.big5
143
www/data-dist/index.html.zh-tw.big5
145
@exec chmod a-w %D/www/data-dist
144
@exec chmod a-w %D/www/data-dist
146
share/doc/apache/LICENSE
145
%%NODOCS%%%%DOCSDIR%%/apache/LICENSE
147
share/doc/apache/bind.html.en
146
%%NODOCS%%%%DOCSDIR%%/apache/bind.html.en
148
share/doc/apache/bind.html.fr
147
%%NODOCS%%%%DOCSDIR%%/apache/bind.html.fr
149
share/doc/apache/bind.html.html
148
%%NODOCS%%%%DOCSDIR%%/apache/bind.html.html
150
share/doc/apache/bind.html.ja.jis
149
%%NODOCS%%%%DOCSDIR%%/apache/bind.html.ja.jis
151
share/doc/apache/configuring.html.en
150
%%NODOCS%%%%DOCSDIR%%/apache/configuring.html.en
152
share/doc/apache/configuring.html.fr
151
%%NODOCS%%%%DOCSDIR%%/apache/configuring.html.fr
153
share/doc/apache/configuring.html.html
152
%%NODOCS%%%%DOCSDIR%%/apache/configuring.html.html
154
share/doc/apache/configuring.html.ja.jis
153
%%NODOCS%%%%DOCSDIR%%/apache/configuring.html.ja.jis
155
share/doc/apache/content-negotiation.html.en
154
%%NODOCS%%%%DOCSDIR%%/apache/content-negotiation.html.en
156
share/doc/apache/content-negotiation.html.html
155
%%NODOCS%%%%DOCSDIR%%/apache/content-negotiation.html.html
157
share/doc/apache/content-negotiation.html.ja.jis
156
%%NODOCS%%%%DOCSDIR%%/apache/content-negotiation.html.ja.jis
158
share/doc/apache/custom-error.html.en
157
%%NODOCS%%%%DOCSDIR%%/apache/custom-error.html.en
159
share/doc/apache/custom-error.html.fr
158
%%NODOCS%%%%DOCSDIR%%/apache/custom-error.html.fr
160
share/doc/apache/custom-error.html.html
159
%%NODOCS%%%%DOCSDIR%%/apache/custom-error.html.html
161
share/doc/apache/custom-error.html.ja.jis
160
%%NODOCS%%%%DOCSDIR%%/apache/custom-error.html.ja.jis
162
share/doc/apache/cygwin.html
161
%%NODOCS%%%%DOCSDIR%%/apache/cygwin.html
163
share/doc/apache/dns-caveats.html.en
162
%%NODOCS%%%%DOCSDIR%%/apache/dns-caveats.html.en
164
share/doc/apache/dns-caveats.html.fr
163
%%NODOCS%%%%DOCSDIR%%/apache/dns-caveats.html.fr
165
share/doc/apache/dns-caveats.html.html
164
%%NODOCS%%%%DOCSDIR%%/apache/dns-caveats.html.html
166
share/doc/apache/dns-caveats.html.ja.jis
165
%%NODOCS%%%%DOCSDIR%%/apache/dns-caveats.html.ja.jis
167
share/doc/apache/dso.html
166
%%NODOCS%%%%DOCSDIR%%/apache/dso.html
168
share/doc/apache/ebcdic.html
167
%%NODOCS%%%%DOCSDIR%%/apache/ebcdic.html
169
share/doc/apache/env.html.en
168
%%NODOCS%%%%DOCSDIR%%/apache/env.html.en
170
share/doc/apache/env.html.html
169
%%NODOCS%%%%DOCSDIR%%/apache/env.html.html
171
share/doc/apache/env.html.ja.jis
170
%%NODOCS%%%%DOCSDIR%%/apache/env.html.ja.jis
172
share/doc/apache/footer.html
171
%%NODOCS%%%%DOCSDIR%%/apache/footer.html
173
share/doc/apache/handler.html.en
172
%%NODOCS%%%%DOCSDIR%%/apache/handler.html.en
174
share/doc/apache/handler.html.html
173
%%NODOCS%%%%DOCSDIR%%/apache/handler.html.html
175
share/doc/apache/handler.html.ja.jis
174
%%NODOCS%%%%DOCSDIR%%/apache/handler.html.ja.jis
176
share/doc/apache/header.html
175
%%NODOCS%%%%DOCSDIR%%/apache/header.html
177
share/doc/apache/howto/auth.html
176
%%NODOCS%%%%DOCSDIR%%/apache/howto/auth.html
178
share/doc/apache/howto/cgi.html.en
177
%%NODOCS%%%%DOCSDIR%%/apache/howto/cgi.html.en
179
share/doc/apache/howto/cgi.html.html
178
%%NODOCS%%%%DOCSDIR%%/apache/howto/cgi.html.html
180
share/doc/apache/howto/cgi.html.ja.jis
179
%%NODOCS%%%%DOCSDIR%%/apache/howto/cgi.html.ja.jis
181
share/doc/apache/howto/footer.html
180
%%NODOCS%%%%DOCSDIR%%/apache/howto/footer.html
182
share/doc/apache/howto/header.html
181
%%NODOCS%%%%DOCSDIR%%/apache/howto/header.html
183
share/doc/apache/howto/htaccess.html
182
%%NODOCS%%%%DOCSDIR%%/apache/howto/htaccess.html
184
share/doc/apache/howto/ssi.html.en
183
%%NODOCS%%%%DOCSDIR%%/apache/howto/ssi.html.en
185
share/doc/apache/howto/ssi.html.html
184
%%NODOCS%%%%DOCSDIR%%/apache/howto/ssi.html.html
186
share/doc/apache/howto/ssi.html.ja.jis
185
%%NODOCS%%%%DOCSDIR%%/apache/howto/ssi.html.ja.jis
187
share/doc/apache/images/apache_header.gif
186
%%NODOCS%%%%DOCSDIR%%/apache/images/apache_header.gif
188
share/doc/apache/images/custom_errordocs.gif
187
%%NODOCS%%%%DOCSDIR%%/apache/images/custom_errordocs.gif
189
share/doc/apache/images/home.gif
188
%%NODOCS%%%%DOCSDIR%%/apache/images/home.gif
190
share/doc/apache/images/index.gif
189
%%NODOCS%%%%DOCSDIR%%/apache/images/index.gif
191
share/doc/apache/images/mod_rewrite_fig1.fig
190
%%NODOCS%%%%DOCSDIR%%/apache/images/mod_rewrite_fig1.fig
192
share/doc/apache/images/mod_rewrite_fig1.gif
191
%%NODOCS%%%%DOCSDIR%%/apache/images/mod_rewrite_fig1.gif
193
share/doc/apache/images/mod_rewrite_fig2.fig
192
%%NODOCS%%%%DOCSDIR%%/apache/images/mod_rewrite_fig2.fig
194
share/doc/apache/images/mod_rewrite_fig2.gif
193
%%NODOCS%%%%DOCSDIR%%/apache/images/mod_rewrite_fig2.gif
195
share/doc/apache/images/pixel.gif
194
%%NODOCS%%%%DOCSDIR%%/apache/images/pixel.gif
196
share/doc/apache/images/sub.gif
195
%%NODOCS%%%%DOCSDIR%%/apache/images/sub.gif
197
share/doc/apache/index.html.en
196
%%NODOCS%%%%DOCSDIR%%/apache/index.html.en
198
share/doc/apache/index.html.fr
197
%%NODOCS%%%%DOCSDIR%%/apache/index.html.fr
199
share/doc/apache/index.html.html
198
%%NODOCS%%%%DOCSDIR%%/apache/index.html.html
200
share/doc/apache/index.html.ja.jis
199
%%NODOCS%%%%DOCSDIR%%/apache/index.html.ja.jis
201
share/doc/apache/install-tpf.html
200
%%NODOCS%%%%DOCSDIR%%/apache/install-tpf.html
202
share/doc/apache/install-ztpf.html
201
%%NODOCS%%%%DOCSDIR%%/apache/install-ztpf.html
203
share/doc/apache/install.html.en
202
%%NODOCS%%%%DOCSDIR%%/apache/install.html.en
204
share/doc/apache/install.html.es
203
%%NODOCS%%%%DOCSDIR%%/apache/install.html.es
205
share/doc/apache/install.html.fr
204
%%NODOCS%%%%DOCSDIR%%/apache/install.html.fr
206
share/doc/apache/install.html.html
205
%%NODOCS%%%%DOCSDIR%%/apache/install.html.html
207
share/doc/apache/install.html.ja.jis
206
%%NODOCS%%%%DOCSDIR%%/apache/install.html.ja.jis
208
share/doc/apache/invoking.html.en
207
%%NODOCS%%%%DOCSDIR%%/apache/invoking.html.en
209
share/doc/apache/invoking.html.fr
208
%%NODOCS%%%%DOCSDIR%%/apache/invoking.html.fr
210
share/doc/apache/invoking.html.html
209
%%NODOCS%%%%DOCSDIR%%/apache/invoking.html.html
211
share/doc/apache/invoking.html.ja.jis
210
%%NODOCS%%%%DOCSDIR%%/apache/invoking.html.ja.jis
212
share/doc/apache/keepalive.html.en
211
%%NODOCS%%%%DOCSDIR%%/apache/keepalive.html.en
213
share/doc/apache/keepalive.html.html
212
%%NODOCS%%%%DOCSDIR%%/apache/keepalive.html.html
214
share/doc/apache/keepalive.html.ja.jis
213
%%NODOCS%%%%DOCSDIR%%/apache/keepalive.html.ja.jis
215
share/doc/apache/location.html.en
214
%%NODOCS%%%%DOCSDIR%%/apache/location.html.en
216
share/doc/apache/location.html.html
215
%%NODOCS%%%%DOCSDIR%%/apache/location.html.html
217
share/doc/apache/location.html.ja.jis
216
%%NODOCS%%%%DOCSDIR%%/apache/location.html.ja.jis
218
share/doc/apache/logs.html
217
%%NODOCS%%%%DOCSDIR%%/apache/logs.html
219
share/doc/apache/man-template.html
218
%%NODOCS%%%%DOCSDIR%%/apache/man-template.html
220
share/doc/apache/misc/API.html
219
%%NODOCS%%%%DOCSDIR%%/apache/misc/API.html
221
share/doc/apache/misc/FAQ.html
220
%%NODOCS%%%%DOCSDIR%%/apache/misc/FAQ.html
222
share/doc/apache/misc/HTTP_Features.tsv
221
%%NODOCS%%%%DOCSDIR%%/apache/misc/HTTP_Features.tsv
223
share/doc/apache/misc/client_block_api.html
222
%%NODOCS%%%%DOCSDIR%%/apache/misc/client_block_api.html
224
share/doc/apache/misc/compat_notes.html
223
%%NODOCS%%%%DOCSDIR%%/apache/misc/compat_notes.html
225
share/doc/apache/misc/custom_errordocs.html
224
%%NODOCS%%%%DOCSDIR%%/apache/misc/custom_errordocs.html
226
share/doc/apache/misc/descriptors.html
225
%%NODOCS%%%%DOCSDIR%%/apache/misc/descriptors.html
227
share/doc/apache/misc/fin_wait_2.html
226
%%NODOCS%%%%DOCSDIR%%/apache/misc/fin_wait_2.html
228
share/doc/apache/misc/footer.html
227
%%NODOCS%%%%DOCSDIR%%/apache/misc/footer.html
229
share/doc/apache/misc/header.html
228
%%NODOCS%%%%DOCSDIR%%/apache/misc/header.html
230
share/doc/apache/misc/howto.html
229
%%NODOCS%%%%DOCSDIR%%/apache/misc/howto.html
231
share/doc/apache/misc/index.html
230
%%NODOCS%%%%DOCSDIR%%/apache/misc/index.html
232
share/doc/apache/misc/known_client_problems.html
231
%%NODOCS%%%%DOCSDIR%%/apache/misc/known_client_problems.html
233
share/doc/apache/misc/nopgp.html
232
%%NODOCS%%%%DOCSDIR%%/apache/misc/nopgp.html
234
share/doc/apache/misc/perf-bsd44.html
233
%%NODOCS%%%%DOCSDIR%%/apache/misc/perf-bsd44.html
235
share/doc/apache/misc/perf-dec.html
234
%%NODOCS%%%%DOCSDIR%%/apache/misc/perf-dec.html
236
share/doc/apache/misc/perf-hp.html
235
%%NODOCS%%%%DOCSDIR%%/apache/misc/perf-hp.html
237
share/doc/apache/misc/perf-tuning.html
236
%%NODOCS%%%%DOCSDIR%%/apache/misc/perf-tuning.html
238
share/doc/apache/misc/perf.html
237
%%NODOCS%%%%DOCSDIR%%/apache/misc/perf.html
239
share/doc/apache/misc/rewriteguide.html
238
%%NODOCS%%%%DOCSDIR%%/apache/misc/rewriteguide.html
240
share/doc/apache/misc/security_tips.html
239
%%NODOCS%%%%DOCSDIR%%/apache/misc/security_tips.html
241
share/doc/apache/misc/tutorials.html
240
%%NODOCS%%%%DOCSDIR%%/apache/misc/tutorials.html
242
share/doc/apache/misc/vif-info.html
241
%%NODOCS%%%%DOCSDIR%%/apache/misc/vif-info.html
243
share/doc/apache/misc/windoz_keepalive.html
242
%%NODOCS%%%%DOCSDIR%%/apache/misc/windoz_keepalive.html
244
share/doc/apache/mod/core.html.en
243
%%NODOCS%%%%DOCSDIR%%/apache/mod/core.html.en
245
share/doc/apache/mod/core.html.fr
244
%%NODOCS%%%%DOCSDIR%%/apache/mod/core.html.fr
246
share/doc/apache/mod/core.html.html
245
%%NODOCS%%%%DOCSDIR%%/apache/mod/core.html.html
247
share/doc/apache/mod/core.html.ja.jis
246
%%NODOCS%%%%DOCSDIR%%/apache/mod/core.html.ja.jis
248
share/doc/apache/mod/directive-dict.html.en
247
%%NODOCS%%%%DOCSDIR%%/apache/mod/directive-dict.html.en
249
share/doc/apache/mod/directive-dict.html.fr
248
%%NODOCS%%%%DOCSDIR%%/apache/mod/directive-dict.html.fr
250
share/doc/apache/mod/directive-dict.html.html
249
%%NODOCS%%%%DOCSDIR%%/apache/mod/directive-dict.html.html
251
share/doc/apache/mod/directive-dict.html.ja.jis
250
%%NODOCS%%%%DOCSDIR%%/apache/mod/directive-dict.html.ja.jis
252
share/doc/apache/mod/directives.html.de
251
%%NODOCS%%%%DOCSDIR%%/apache/mod/directives.html.de
253
share/doc/apache/mod/directives.html.en
252
%%NODOCS%%%%DOCSDIR%%/apache/mod/directives.html.en
254
share/doc/apache/mod/directives.html.fr
253
%%NODOCS%%%%DOCSDIR%%/apache/mod/directives.html.fr
255
share/doc/apache/mod/directives.html.html
254
%%NODOCS%%%%DOCSDIR%%/apache/mod/directives.html.html
256
share/doc/apache/mod/directives.html.ja.jis
255
%%NODOCS%%%%DOCSDIR%%/apache/mod/directives.html.ja.jis
257
share/doc/apache/mod/footer.html
256
%%NODOCS%%%%DOCSDIR%%/apache/mod/footer.html
258
share/doc/apache/mod/header.html
257
%%NODOCS%%%%DOCSDIR%%/apache/mod/header.html
259
share/doc/apache/mod/index-bytype.html.en
258
%%NODOCS%%%%DOCSDIR%%/apache/mod/index-bytype.html.en
260
share/doc/apache/mod/index-bytype.html.fr
259
%%NODOCS%%%%DOCSDIR%%/apache/mod/index-bytype.html.fr
261
share/doc/apache/mod/index-bytype.html.html
260
%%NODOCS%%%%DOCSDIR%%/apache/mod/index-bytype.html.html
262
share/doc/apache/mod/index-bytype.html.ja.jis
261
%%NODOCS%%%%DOCSDIR%%/apache/mod/index-bytype.html.ja.jis
263
share/doc/apache/mod/index.html.en
262
%%NODOCS%%%%DOCSDIR%%/apache/mod/index.html.en
264
share/doc/apache/mod/index.html.fr
263
%%NODOCS%%%%DOCSDIR%%/apache/mod/index.html.fr
265
share/doc/apache/mod/index.html.html
264
%%NODOCS%%%%DOCSDIR%%/apache/mod/index.html.html
266
share/doc/apache/mod/index.html.ja.jis
265
%%NODOCS%%%%DOCSDIR%%/apache/mod/index.html.ja.jis
267
share/doc/apache/mod/mod_access.html.en
266
%%NODOCS%%%%DOCSDIR%%/apache/mod/mod_access.html.en
268
share/doc/apache/mod/mod_access.html.html
267
%%NODOCS%%%%DOCSDIR%%/apache/mod/mod_access.html.html
269
share/doc/apache/mod/mod_access.html.ja.jis
268
%%NODOCS%%%%DOCSDIR%%/apache/mod/mod_access.html.ja.jis
270
share/doc/apache/mod/mod_actions.html.en
269
%%NODOCS%%%%DOCSDIR%%/apache/mod/mod_actions.html.en
271
share/doc/apache/mod/mod_actions.html.html
270
%%NODOCS%%%%DOCSDIR%%/apache/mod/mod_actions.html.html
272
share/doc/apache/mod/mod_actions.html.ja.jis
271
%%NODOCS%%%%DOCSDIR%%/apache/mod/mod_actions.html.ja.jis
273
share/doc/apache/mod/mod_alias.html.en
272
%%NODOCS%%%%DOCSDIR%%/apache/mod/mod_alias.html.en
274
share/doc/apache/mod/mod_alias.html.html
273
%%NODOCS%%%%DOCSDIR%%/apache/mod/mod_alias.html.html
275
share/doc/apache/mod/mod_alias.html.ja.jis
274
%%NODOCS%%%%DOCSDIR%%/apache/mod/mod_alias.html.ja.jis
276
share/doc/apache/mod/mod_asis.html.en
275
%%NODOCS%%%%DOCSDIR%%/apache/mod/mod_asis.html.en
277
share/doc/apache/mod/mod_asis.html.html
276
%%NODOCS%%%%DOCSDIR%%/apache/mod/mod_asis.html.html
278
share/doc/apache/mod/mod_asis.html.ja.jis
277
%%NODOCS%%%%DOCSDIR%%/apache/mod/mod_asis.html.ja.jis
279
share/doc/apache/mod/mod_auth.html.en
278
%%NODOCS%%%%DOCSDIR%%/apache/mod/mod_auth.html.en
280
share/doc/apache/mod/mod_auth.html.html
279
%%NODOCS%%%%DOCSDIR%%/apache/mod/mod_auth.html.html
281
share/doc/apache/mod/mod_auth.html.ja.jis
280
%%NODOCS%%%%DOCSDIR%%/apache/mod/mod_auth.html.ja.jis
282
share/doc/apache/mod/mod_auth_anon.html
281
%%NODOCS%%%%DOCSDIR%%/apache/mod/mod_auth_anon.html
283
share/doc/apache/mod/mod_auth_db.html
282
%%NODOCS%%%%DOCSDIR%%/apache/mod/mod_auth_db.html
284
share/doc/apache/mod/mod_auth_dbm.html
283
%%NODOCS%%%%DOCSDIR%%/apache/mod/mod_auth_dbm.html
285
share/doc/apache/mod/mod_auth_digest.html
284
%%NODOCS%%%%DOCSDIR%%/apache/mod/mod_auth_digest.html
286
share/doc/apache/mod/mod_autoindex.html.en
285
%%NODOCS%%%%DOCSDIR%%/apache/mod/mod_autoindex.html.en
287
share/doc/apache/mod/mod_autoindex.html.html
286
%%NODOCS%%%%DOCSDIR%%/apache/mod/mod_autoindex.html.html
288
share/doc/apache/mod/mod_autoindex.html.ja.jis
287
%%NODOCS%%%%DOCSDIR%%/apache/mod/mod_autoindex.html.ja.jis
289
share/doc/apache/mod/mod_browser.html
288
%%NODOCS%%%%DOCSDIR%%/apache/mod/mod_browser.html
290
share/doc/apache/mod/mod_cern_meta.html
289
%%NODOCS%%%%DOCSDIR%%/apache/mod/mod_cern_meta.html
291
share/doc/apache/mod/mod_cgi.html.en
290
%%NODOCS%%%%DOCSDIR%%/apache/mod/mod_cgi.html.en
292
share/doc/apache/mod/mod_cgi.html.html
291
%%NODOCS%%%%DOCSDIR%%/apache/mod/mod_cgi.html.html
293
share/doc/apache/mod/mod_cgi.html.ja.jis
292
%%NODOCS%%%%DOCSDIR%%/apache/mod/mod_cgi.html.ja.jis
294
share/doc/apache/mod/mod_cookies.html
293
%%NODOCS%%%%DOCSDIR%%/apache/mod/mod_cookies.html
295
share/doc/apache/mod/mod_digest.html
294
%%NODOCS%%%%DOCSDIR%%/apache/mod/mod_digest.html
296
share/doc/apache/mod/mod_dir.html.en
295
%%NODOCS%%%%DOCSDIR%%/apache/mod/mod_dir.html.en
297
share/doc/apache/mod/mod_dir.html.html
296
%%NODOCS%%%%DOCSDIR%%/apache/mod/mod_dir.html.html
298
share/doc/apache/mod/mod_dir.html.ja.jis
297
%%NODOCS%%%%DOCSDIR%%/apache/mod/mod_dir.html.ja.jis
299
share/doc/apache/mod/mod_dld.html
298
%%NODOCS%%%%DOCSDIR%%/apache/mod/mod_dld.html
300
share/doc/apache/mod/mod_env.html.en
299
%%NODOCS%%%%DOCSDIR%%/apache/mod/mod_env.html.en
301
share/doc/apache/mod/mod_env.html.html
300
%%NODOCS%%%%DOCSDIR%%/apache/mod/mod_env.html.html
302
share/doc/apache/mod/mod_env.html.ja.jis
301
%%NODOCS%%%%DOCSDIR%%/apache/mod/mod_env.html.ja.jis
303
share/doc/apache/mod/mod_example.html
302
%%NODOCS%%%%DOCSDIR%%/apache/mod/mod_example.html
304
share/doc/apache/mod/mod_expires.html
303
%%NODOCS%%%%DOCSDIR%%/apache/mod/mod_expires.html
305
share/doc/apache/mod/mod_headers.html
304
%%NODOCS%%%%DOCSDIR%%/apache/mod/mod_headers.html
306
share/doc/apache/mod/mod_imap.html
305
%%NODOCS%%%%DOCSDIR%%/apache/mod/mod_imap.html
307
share/doc/apache/mod/mod_include.html
306
%%NODOCS%%%%DOCSDIR%%/apache/mod/mod_include.html
308
share/doc/apache/mod/mod_info.html.en
307
%%NODOCS%%%%DOCSDIR%%/apache/mod/mod_info.html.en
309
share/doc/apache/mod/mod_info.html.html
308
%%NODOCS%%%%DOCSDIR%%/apache/mod/mod_info.html.html
310
share/doc/apache/mod/mod_info.html.ja.jis
309
%%NODOCS%%%%DOCSDIR%%/apache/mod/mod_info.html.ja.jis
311
share/doc/apache/mod/mod_isapi.html
310
%%NODOCS%%%%DOCSDIR%%/apache/mod/mod_isapi.html
312
share/doc/apache/mod/mod_log_agent.html
311
%%NODOCS%%%%DOCSDIR%%/apache/mod/mod_log_agent.html
313
share/doc/apache/mod/mod_log_common.html
312
%%NODOCS%%%%DOCSDIR%%/apache/mod/mod_log_common.html
314
share/doc/apache/mod/mod_log_config.html.en
313
%%NODOCS%%%%DOCSDIR%%/apache/mod/mod_log_config.html.en
315
share/doc/apache/mod/mod_log_config.html.html
314
%%NODOCS%%%%DOCSDIR%%/apache/mod/mod_log_config.html.html
316
share/doc/apache/mod/mod_log_config.html.ja.jis
315
%%NODOCS%%%%DOCSDIR%%/apache/mod/mod_log_config.html.ja.jis
317
share/doc/apache/mod/mod_log_forensic.html.en
316
%%NODOCS%%%%DOCSDIR%%/apache/mod/mod_log_forensic.html.en
318
share/doc/apache/mod/mod_log_forensic.html.html
317
%%NODOCS%%%%DOCSDIR%%/apache/mod/mod_log_forensic.html.html
319
share/doc/apache/mod/mod_log_referer.html
318
%%NODOCS%%%%DOCSDIR%%/apache/mod/mod_log_referer.html
320
share/doc/apache/mod/mod_mime.html.en
319
%%NODOCS%%%%DOCSDIR%%/apache/mod/mod_mime.html.en
321
share/doc/apache/mod/mod_mime.html.html
320
%%NODOCS%%%%DOCSDIR%%/apache/mod/mod_mime.html.html
322
share/doc/apache/mod/mod_mime.html.ja.jis
321
%%NODOCS%%%%DOCSDIR%%/apache/mod/mod_mime.html.ja.jis
323
share/doc/apache/mod/mod_mime_magic.html
322
%%NODOCS%%%%DOCSDIR%%/apache/mod/mod_mime_magic.html
324
share/doc/apache/mod/mod_mmap_static.html
323
%%NODOCS%%%%DOCSDIR%%/apache/mod/mod_mmap_static.html
325
share/doc/apache/mod/mod_negotiation.html.en
324
%%NODOCS%%%%DOCSDIR%%/apache/mod/mod_negotiation.html.en
326
share/doc/apache/mod/mod_negotiation.html.html
325
%%NODOCS%%%%DOCSDIR%%/apache/mod/mod_negotiation.html.html
327
share/doc/apache/mod/mod_negotiation.html.ja.jis
326
%%NODOCS%%%%DOCSDIR%%/apache/mod/mod_negotiation.html.ja.jis
328
share/doc/apache/mod/mod_proxy.html
327
%%NODOCS%%%%DOCSDIR%%/apache/mod/mod_proxy.html
329
share/doc/apache/mod/mod_rewrite.html.en
328
%%NODOCS%%%%DOCSDIR%%/apache/mod/mod_rewrite.html.en
330
share/doc/apache/mod/mod_rewrite.html.html
329
%%NODOCS%%%%DOCSDIR%%/apache/mod/mod_rewrite.html.html
331
share/doc/apache/mod/mod_rewrite.html.ja.jis
330
%%NODOCS%%%%DOCSDIR%%/apache/mod/mod_rewrite.html.ja.jis
332
share/doc/apache/mod/mod_setenvif.html.en
331
%%NODOCS%%%%DOCSDIR%%/apache/mod/mod_setenvif.html.en
333
share/doc/apache/mod/mod_setenvif.html.html
332
%%NODOCS%%%%DOCSDIR%%/apache/mod/mod_setenvif.html.html
334
share/doc/apache/mod/mod_setenvif.html.ja.jis
333
%%NODOCS%%%%DOCSDIR%%/apache/mod/mod_setenvif.html.ja.jis
335
share/doc/apache/mod/mod_so.html.en
334
%%NODOCS%%%%DOCSDIR%%/apache/mod/mod_so.html.en
336
share/doc/apache/mod/mod_so.html.html
335
%%NODOCS%%%%DOCSDIR%%/apache/mod/mod_so.html.html
337
share/doc/apache/mod/mod_so.html.ja.jis
336
%%NODOCS%%%%DOCSDIR%%/apache/mod/mod_so.html.ja.jis
338
share/doc/apache/mod/mod_speling.html.en
337
%%NODOCS%%%%DOCSDIR%%/apache/mod/mod_speling.html.en
339
share/doc/apache/mod/mod_speling.html.html
338
%%NODOCS%%%%DOCSDIR%%/apache/mod/mod_speling.html.html
340
share/doc/apache/mod/mod_speling.html.ja.jis
339
%%NODOCS%%%%DOCSDIR%%/apache/mod/mod_speling.html.ja.jis
341
share/doc/apache/mod/mod_status.html
340
%%NODOCS%%%%DOCSDIR%%/apache/mod/mod_status.html
342
share/doc/apache/mod/mod_unique_id.html.en
341
%%NODOCS%%%%DOCSDIR%%/apache/mod/mod_unique_id.html.en
343
share/doc/apache/mod/mod_unique_id.html.html
342
%%NODOCS%%%%DOCSDIR%%/apache/mod/mod_unique_id.html.html
344
share/doc/apache/mod/mod_unique_id.html.ja.jis
343
%%NODOCS%%%%DOCSDIR%%/apache/mod/mod_unique_id.html.ja.jis
345
share/doc/apache/mod/mod_userdir.html.en
344
%%NODOCS%%%%DOCSDIR%%/apache/mod/mod_userdir.html.en
346
share/doc/apache/mod/mod_userdir.html.html
345
%%NODOCS%%%%DOCSDIR%%/apache/mod/mod_userdir.html.html
347
share/doc/apache/mod/mod_userdir.html.ja.jis
346
%%NODOCS%%%%DOCSDIR%%/apache/mod/mod_userdir.html.ja.jis
348
share/doc/apache/mod/mod_usertrack.html
347
%%NODOCS%%%%DOCSDIR%%/apache/mod/mod_usertrack.html
349
share/doc/apache/mod/mod_vhost_alias.html
348
%%NODOCS%%%%DOCSDIR%%/apache/mod/mod_vhost_alias.html
350
share/doc/apache/mod/module-dict.html.en
349
%%NODOCS%%%%DOCSDIR%%/apache/mod/module-dict.html.en
351
share/doc/apache/mod/module-dict.html.html
350
%%NODOCS%%%%DOCSDIR%%/apache/mod/module-dict.html.html
352
share/doc/apache/mod/module-dict.html.ja.jis
351
%%NODOCS%%%%DOCSDIR%%/apache/mod/module-dict.html.ja.jis
353
share/doc/apache/mpeix.html
352
%%NODOCS%%%%DOCSDIR%%/apache/mpeix.html
354
share/doc/apache/multilogs.html
353
%%NODOCS%%%%DOCSDIR%%/apache/multilogs.html
355
share/doc/apache/netware.html
354
%%NODOCS%%%%DOCSDIR%%/apache/netware.html
356
share/doc/apache/new_features_1_0.html
355
%%NODOCS%%%%DOCSDIR%%/apache/new_features_1_0.html
357
share/doc/apache/new_features_1_1.html
356
%%NODOCS%%%%DOCSDIR%%/apache/new_features_1_1.html
358
share/doc/apache/new_features_1_2.html
357
%%NODOCS%%%%DOCSDIR%%/apache/new_features_1_2.html
359
share/doc/apache/new_features_1_3.html.en
358
%%NODOCS%%%%DOCSDIR%%/apache/new_features_1_3.html.en
360
share/doc/apache/new_features_1_3.html.html
359
%%NODOCS%%%%DOCSDIR%%/apache/new_features_1_3.html.html
361
share/doc/apache/new_features_1_3.html.ja.jis
360
%%NODOCS%%%%DOCSDIR%%/apache/new_features_1_3.html.ja.jis
362
share/doc/apache/process-model.html.en
361
%%NODOCS%%%%DOCSDIR%%/apache/process-model.html.en
363
share/doc/apache/process-model.html.html
362
%%NODOCS%%%%DOCSDIR%%/apache/process-model.html.html
364
share/doc/apache/process-model.html.ja.jis
363
%%NODOCS%%%%DOCSDIR%%/apache/process-model.html.ja.jis
365
share/doc/apache/programs/ab.html
364
%%NODOCS%%%%DOCSDIR%%/apache/programs/ab.html
366
share/doc/apache/programs/apachectl.html.en
365
%%NODOCS%%%%DOCSDIR%%/apache/programs/apachectl.html.en
367
share/doc/apache/programs/apachectl.html.html
366
%%NODOCS%%%%DOCSDIR%%/apache/programs/apachectl.html.html
368
share/doc/apache/programs/apachectl.html.ja.jis
367
%%NODOCS%%%%DOCSDIR%%/apache/programs/apachectl.html.ja.jis
369
share/doc/apache/programs/apxs.html
368
%%NODOCS%%%%DOCSDIR%%/apache/programs/apxs.html
370
share/doc/apache/programs/dbmmanage.html
369
%%NODOCS%%%%DOCSDIR%%/apache/programs/dbmmanage.html
371
share/doc/apache/programs/footer.html
370
%%NODOCS%%%%DOCSDIR%%/apache/programs/footer.html
372
share/doc/apache/programs/header.html
371
%%NODOCS%%%%DOCSDIR%%/apache/programs/header.html
373
share/doc/apache/programs/htdigest.html
372
%%NODOCS%%%%DOCSDIR%%/apache/programs/htdigest.html
374
share/doc/apache/programs/htpasswd.html.en
373
%%NODOCS%%%%DOCSDIR%%/apache/programs/htpasswd.html.en
375
share/doc/apache/programs/htpasswd.html.html
374
%%NODOCS%%%%DOCSDIR%%/apache/programs/htpasswd.html.html
376
share/doc/apache/programs/htpasswd.html.ja.jis
375
%%NODOCS%%%%DOCSDIR%%/apache/programs/htpasswd.html.ja.jis
377
share/doc/apache/programs/httpd.html.en
376
%%NODOCS%%%%DOCSDIR%%/apache/programs/httpd.html.en
378
share/doc/apache/programs/httpd.html.html
377
%%NODOCS%%%%DOCSDIR%%/apache/programs/httpd.html.html
379
share/doc/apache/programs/httpd.html.ja.jis
378
%%NODOCS%%%%DOCSDIR%%/apache/programs/httpd.html.ja.jis
380
share/doc/apache/programs/index.html.en
379
%%NODOCS%%%%DOCSDIR%%/apache/programs/index.html.en
381
share/doc/apache/programs/index.html.html
380
%%NODOCS%%%%DOCSDIR%%/apache/programs/index.html.html
382
share/doc/apache/programs/index.html.ja.jis
381
%%NODOCS%%%%DOCSDIR%%/apache/programs/index.html.ja.jis
383
share/doc/apache/programs/logresolve.html
382
%%NODOCS%%%%DOCSDIR%%/apache/programs/logresolve.html
384
share/doc/apache/programs/other.html
383
%%NODOCS%%%%DOCSDIR%%/apache/programs/other.html
385
share/doc/apache/programs/rotatelogs.html
384
%%NODOCS%%%%DOCSDIR%%/apache/programs/rotatelogs.html
386
share/doc/apache/programs/suexec.html.en
385
%%NODOCS%%%%DOCSDIR%%/apache/programs/suexec.html.en
387
share/doc/apache/programs/suexec.html.html
386
%%NODOCS%%%%DOCSDIR%%/apache/programs/suexec.html.html
388
share/doc/apache/programs/suexec.html.ja.jis
387
%%NODOCS%%%%DOCSDIR%%/apache/programs/suexec.html.ja.jis
389
share/doc/apache/readme-tpf.html
388
%%NODOCS%%%%DOCSDIR%%/apache/readme-tpf.html
390
share/doc/apache/sections.html.en
389
%%NODOCS%%%%DOCSDIR%%/apache/sections.html.en
391
share/doc/apache/sections.html.html
390
%%NODOCS%%%%DOCSDIR%%/apache/sections.html.html
392
share/doc/apache/sections.html.ja.jis
391
%%NODOCS%%%%DOCSDIR%%/apache/sections.html.ja.jis
393
share/doc/apache/server-wide.html.en
392
%%NODOCS%%%%DOCSDIR%%/apache/server-wide.html.en
394
share/doc/apache/server-wide.html.fr
393
%%NODOCS%%%%DOCSDIR%%/apache/server-wide.html.fr
395
share/doc/apache/server-wide.html.html
394
%%NODOCS%%%%DOCSDIR%%/apache/server-wide.html.html
396
share/doc/apache/server-wide.html.ja.jis
395
%%NODOCS%%%%DOCSDIR%%/apache/server-wide.html.ja.jis
397
share/doc/apache/sitemap.html
396
%%NODOCS%%%%DOCSDIR%%/apache/sitemap.html
398
share/doc/apache/sourcereorg.html
397
%%NODOCS%%%%DOCSDIR%%/apache/sourcereorg.html
399
share/doc/apache/stopping.html.en
398
%%NODOCS%%%%DOCSDIR%%/apache/stopping.html.en
400
share/doc/apache/stopping.html.fr
399
%%NODOCS%%%%DOCSDIR%%/apache/stopping.html.fr
401
share/doc/apache/stopping.html.html
400
%%NODOCS%%%%DOCSDIR%%/apache/stopping.html.html
402
share/doc/apache/suexec.html.en
401
%%NODOCS%%%%DOCSDIR%%/apache/suexec.html.en
403
share/doc/apache/suexec.html.html
402
%%NODOCS%%%%DOCSDIR%%/apache/suexec.html.html
404
share/doc/apache/suexec.html.ja.jis
403
%%NODOCS%%%%DOCSDIR%%/apache/suexec.html.ja.jis
405
share/doc/apache/suexec_1_2.html
404
%%NODOCS%%%%DOCSDIR%%/apache/suexec_1_2.html
406
share/doc/apache/unixware.html
405
%%NODOCS%%%%DOCSDIR%%/apache/unixware.html
407
share/doc/apache/upgrading_to_1_3.html
406
%%NODOCS%%%%DOCSDIR%%/apache/upgrading_to_1_3.html
408
share/doc/apache/urlmapping.html
407
%%NODOCS%%%%DOCSDIR%%/apache/urlmapping.html
409
share/doc/apache/vhosts/details.html
408
%%NODOCS%%%%DOCSDIR%%/apache/vhosts/details.html
410
share/doc/apache/vhosts/details_1_2.html
409
%%NODOCS%%%%DOCSDIR%%/apache/vhosts/details_1_2.html
411
share/doc/apache/vhosts/examples.html
410
%%NODOCS%%%%DOCSDIR%%/apache/vhosts/examples.html
412
share/doc/apache/vhosts/fd-limits.html.en
411
%%NODOCS%%%%DOCSDIR%%/apache/vhosts/fd-limits.html.en
413
share/doc/apache/vhosts/fd-limits.html.html
412
%%NODOCS%%%%DOCSDIR%%/apache/vhosts/fd-limits.html.html
414
share/doc/apache/vhosts/fd-limits.html.ja.jis
413
%%NODOCS%%%%DOCSDIR%%/apache/vhosts/fd-limits.html.ja.jis
415
share/doc/apache/vhosts/footer.html
414
%%NODOCS%%%%DOCSDIR%%/apache/vhosts/footer.html
416
share/doc/apache/vhosts/header.html
415
%%NODOCS%%%%DOCSDIR%%/apache/vhosts/header.html
417
share/doc/apache/vhosts/host.html
416
%%NODOCS%%%%DOCSDIR%%/apache/vhosts/host.html
418
share/doc/apache/vhosts/index.html.en
417
%%NODOCS%%%%DOCSDIR%%/apache/vhosts/index.html.en
419
share/doc/apache/vhosts/index.html.html
418
%%NODOCS%%%%DOCSDIR%%/apache/vhosts/index.html.html
420
share/doc/apache/vhosts/index.html.ja.jis
419
%%NODOCS%%%%DOCSDIR%%/apache/vhosts/index.html.ja.jis
421
share/doc/apache/vhosts/ip-based.html
420
%%NODOCS%%%%DOCSDIR%%/apache/vhosts/ip-based.html
422
share/doc/apache/vhosts/mass.html
421
%%NODOCS%%%%DOCSDIR%%/apache/vhosts/mass.html
423
share/doc/apache/vhosts/name-based.html.en
422
%%NODOCS%%%%DOCSDIR%%/apache/vhosts/name-based.html.en
424
share/doc/apache/vhosts/name-based.html.html
423
%%NODOCS%%%%DOCSDIR%%/apache/vhosts/name-based.html.html
425
share/doc/apache/vhosts/name-based.html.ja.jis
424
%%NODOCS%%%%DOCSDIR%%/apache/vhosts/name-based.html.ja.jis
426
share/doc/apache/vhosts/vhosts-in-depth.html
425
%%NODOCS%%%%DOCSDIR%%/apache/vhosts/vhosts-in-depth.html
427
share/doc/apache/vhosts/virtual-host.html
426
%%NODOCS%%%%DOCSDIR%%/apache/vhosts/virtual-host.html
428
share/doc/apache/win_compiling.html.en
427
%%NODOCS%%%%DOCSDIR%%/apache/win_compiling.html.en
429
share/doc/apache/win_compiling.html.html
428
%%NODOCS%%%%DOCSDIR%%/apache/win_compiling.html.html
430
share/doc/apache/win_compiling.html.ja.jis
429
%%NODOCS%%%%DOCSDIR%%/apache/win_compiling.html.ja.jis
431
share/doc/apache/win_service.html.en
430
%%NODOCS%%%%DOCSDIR%%/apache/win_service.html.en
432
share/doc/apache/win_service.html.html
431
%%NODOCS%%%%DOCSDIR%%/apache/win_service.html.html
433
share/doc/apache/win_service.html.ja.jis
432
%%NODOCS%%%%DOCSDIR%%/apache/win_service.html.ja.jis
434
share/doc/apache/windows.html.en
433
%%NODOCS%%%%DOCSDIR%%/apache/windows.html.en
435
share/doc/apache/windows.html.html
434
%%NODOCS%%%%DOCSDIR%%/apache/windows.html.html
436
share/doc/apache/windows.html.ja.jis
435
%%NODOCS%%%%DOCSDIR%%/apache/windows.html.ja.jis
437
@exec mkdir -p -m 755 %D/www/cgi-bin-dist
436
@exec mkdir -p -m 755 %D/www/cgi-bin-dist
438
@unexec chmod u+w %D/www/cgi-bin-dist
437
@unexec chmod u+w %D/www/cgi-bin-dist
439
www/cgi-bin-dist/EXAMPLE_DIRECTORY-DONT_ADD_OR_TOUCH_ANYTHING
438
www/cgi-bin-dist/EXAMPLE_DIRECTORY-DONT_ADD_OR_TOUCH_ANYTHING
Lines 667-679 Link Here
667
@dirrm include/apache/xml
666
@dirrm include/apache/xml
668
@dirrm include/apache
667
@dirrm include/apache
669
@dirrm libexec/apache
668
@dirrm libexec/apache
670
@dirrm share/doc/apache/howto
669
%%NODOCS%%@dirrm %%DOCSDIR%%/apache/howto
671
@dirrm share/doc/apache/images
670
%%NODOCS%%@dirrm %%DOCSDIR%%/apache/images
672
@dirrm share/doc/apache/misc
671
%%NODOCS%%@dirrm %%DOCSDIR%%/apache/misc
673
@dirrm share/doc/apache/mod
672
%%NODOCS%%@dirrm %%DOCSDIR%%/apache/mod
674
@dirrm share/doc/apache/programs
673
%%NODOCS%%@dirrm %%DOCSDIR%%/apache/programs
675
@dirrm share/doc/apache/vhosts
674
%%NODOCS%%@dirrm %%DOCSDIR%%/apache/vhosts
676
@dirrm share/doc/apache
675
%%NODOCS%%@dirrm %%DOCSDIR%%/apache
677
@dirrm www/data-dist
676
@dirrm www/data-dist
678
@dirrm www/cgi-bin-dist
677
@dirrm www/cgi-bin-dist
679
@dirrm www/icons/small
678
@dirrm www/icons/small
(-)UPDATING (+9 lines)
Lines 6-11 Link Here
6
time you update your ports collection, before attempting any port
6
time you update your ports collection, before attempting any port
7
upgrades.
7
upgrades.
8
8
9
20071016:
10
  AFFECTS: users of www/apache13+ipv6
11
  AUTHOR: pgollucci@p6m7g8.com
12
13
  The www/apache13+ipv6 port was updated to use the USE_RC_SUBR
14
  system in ports.  As a result the rc.d script has been renamed
15
  from apache.sh to apache.  This matches www/apache13 and
16
  other ports.
17
9
20071009:
18
20071009:
10
  AFFECTS: users of mail/vpopmail
19
  AFFECTS: users of mail/vpopmail
11
  AUTHOR: roam@FreeBSD.org
20
  AUTHOR: roam@FreeBSD.org

Return to bug 117461