Set ResourceConfig and AccessConfig to the correct values.
PR: 11862 Submitted by: maintainer
This commit is contained in:
parent
e384d63a99
commit
0582f8172d
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=19376
@ -116,8 +116,8 @@
|
||||
-e 's;@@ServerRoot@@/icons;$(iconsdir);' \
|
||||
-e 's;@@ServerRoot@@/cgi-bin;$(cgidir);' \
|
||||
-e 's;@@ServerRoot@@/proxy;$(proxycachedir);' \
|
||||
+ -e 's;@@ServerRoot@@/srm.conf;$(sysconfdir)/srm.conf;' \
|
||||
+ -e 's;@@ServerRoot@@/access.conf;$(sysconfdir)/access.conf;' \
|
||||
+ -e 's;@@ServerRoot@@/srm.conf;$(sysconfdir)/$(TARGET).conf;' \
|
||||
+ -e 's;@@ServerRoot@@/access.conf;$(sysconfdir)/$(TARGET).conf;' \
|
||||
-e 's;@@ServerRoot@@;$(prefix);g' \
|
||||
-e 's;httpd.conf;$(TARGET).conf;' \
|
||||
-e 's;logs/accept.lock;$(runtimedir)/$(TARGET).lock;' \
|
||||
|
@ -268,6 +268,7 @@ www/icons/small/compressed.gif
|
||||
www/icons/small/continued.gif
|
||||
www/icons/small/dir.gif
|
||||
www/icons/small/dir2.gif
|
||||
www/icons/small/doc.gif
|
||||
www/icons/small/forward.gif
|
||||
www/icons/small/generic.gif
|
||||
www/icons/small/generic2.gif
|
||||
@ -277,6 +278,8 @@ www/icons/small/image2.gif
|
||||
www/icons/small/index.gif
|
||||
www/icons/small/key.gif
|
||||
www/icons/small/movie.gif
|
||||
www/icons/small/patch.gif
|
||||
www/icons/small/ps.gif
|
||||
www/icons/small/rainbow.gif
|
||||
www/icons/small/sound.gif
|
||||
www/icons/small/sound2.gif
|
||||
|
Loading…
Reference in New Issue
Block a user