diff options
author | David W. Chapman Jr. <dwcjr@FreeBSD.org> | 2002-08-11 22:50:07 +0000 |
---|---|---|
committer | David W. Chapman Jr. <dwcjr@FreeBSD.org> | 2002-08-11 22:50:07 +0000 |
commit | 9d40e09d793d3a18cf7acd1f481c533ea137abca (patch) | |
tree | 73e42c6f469786ac8ef7588a8bcc67f532e75bf5 /www | |
parent | Correctly add pkgname_suffix for chinese ports. (diff) |
Fix icons dir location in default config file
PR: 41491
Submitted by: maintainer
Notes
Notes:
svn path=/head/; revision=64392
Diffstat (limited to 'www')
-rw-r--r-- | www/awstats-devel/files/patch-aa | 14 | ||||
-rw-r--r-- | www/awstats/files/patch-aa | 14 |
2 files changed, 28 insertions, 0 deletions
diff --git a/www/awstats-devel/files/patch-aa b/www/awstats-devel/files/patch-aa new file mode 100644 index 000000000000..58bde5e412d3 --- /dev/null +++ b/www/awstats-devel/files/patch-aa @@ -0,0 +1,14 @@ +--- wwwroot/cgi-bin/awstats.model.conf.orig Fri Aug 9 16:58:22 2002 ++++ wwwroot/cgi-bin/awstats.model.conf Fri Aug 9 16:59:10 2002 +@@ -122,9 +122,9 @@ + DirCgi="/cgi-bin" + + # Relative or absolute web URL of all icons subdirectories. +-# Default: "/icon" (means you must copy icon directories in "/mywwwroot/icon") ++# Default: "/icons" (means you must copy icons directories in "/mywwwroot/icons") + # +-DirIcons="/icon" ++DirIcons="/icons" + + # "SiteDomain" must contain the main domain name or the main intranet web + # server name used to reach the web site. diff --git a/www/awstats/files/patch-aa b/www/awstats/files/patch-aa new file mode 100644 index 000000000000..58bde5e412d3 --- /dev/null +++ b/www/awstats/files/patch-aa @@ -0,0 +1,14 @@ +--- wwwroot/cgi-bin/awstats.model.conf.orig Fri Aug 9 16:58:22 2002 ++++ wwwroot/cgi-bin/awstats.model.conf Fri Aug 9 16:59:10 2002 +@@ -122,9 +122,9 @@ + DirCgi="/cgi-bin" + + # Relative or absolute web URL of all icons subdirectories. +-# Default: "/icon" (means you must copy icon directories in "/mywwwroot/icon") ++# Default: "/icons" (means you must copy icons directories in "/mywwwroot/icons") + # +-DirIcons="/icon" ++DirIcons="/icons" + + # "SiteDomain" must contain the main domain name or the main intranet web + # server name used to reach the web site. |