Home
last modified time | relevance | path

Searched refs:htdocsdir (Results 1 – 3 of 3) sorted by relevance

/mirbsd/src/usr.sbin/httpd/
Dconfig.layout25 htdocsdir: $datadir/htdocs
26 manualdir: $htdocsdir/manual
47 htdocsdir: $datadir/htdocs
48 manualdir: $htdocsdir/manual
68 htdocsdir: htdocs
69 manualdir: $htdocsdir/manual
89 htdocsdir: $datadir/Documents
90 manualdir: $htdocsdir/manual
110 htdocsdir: $datadir/Documents
111 manualdir: $htdocsdir/manual
[all …]
DMakefile.tmpl122 htdocsdir = @htdocsdir@
331 $(MKDIR) $(root)$(htdocsdir)
534 -@if [ -f $(root)$(htdocsdir)/index.html ] || [ -f $(root)$(htdocsdir)/index.html.en ]; then \
539 (cd $(root)$(htdocsdir)/ && $(TAR) -xf -); \
540 find $(root)$(htdocsdir)/ -type d -exec chmod a+rx {} \; ; \
541 find $(root)$(htdocsdir)/ -type f -print | xargs chmod a+r ; \
Dconfigure515 sysconfdir datadir iconsdir htdocsdir manualdir cgidir \
686 --htdocsdir=*)
687 htdocsdir="$apc_optarg"
1132 sysconfdir datadir iconsdir htdocsdir manualdir cgidir \
1260 echo " htdocsdir: $htdocsdir"
1332 -e "s%@htdocsdir@%$htdocsdir%g" \