diff options
author | dwcjr <dwcjr@FreeBSD.org> | 2002-08-12 06:50:07 +0800 |
---|---|---|
committer | dwcjr <dwcjr@FreeBSD.org> | 2002-08-12 06:50:07 +0800 |
commit | d1bc94f6c836d17252aa0c2e98d93e9c2cb4932b (patch) | |
tree | 64fb5fad9bb782758a7b0fafb8eeee82eb498fac /www/awstats-devel | |
parent | 2469ec06dcde44a6d314fc1afc2aebe1b6fcac38 (diff) | |
download | freebsd-ports-graphics-d1bc94f6c836d17252aa0c2e98d93e9c2cb4932b.tar.gz freebsd-ports-graphics-d1bc94f6c836d17252aa0c2e98d93e9c2cb4932b.tar.zst freebsd-ports-graphics-d1bc94f6c836d17252aa0c2e98d93e9c2cb4932b.zip |
Fix icons dir location in default config file
PR: 41491
Submitted by: maintainer
Diffstat (limited to 'www/awstats-devel')
-rw-r--r-- | www/awstats-devel/files/patch-aa | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/www/awstats-devel/files/patch-aa b/www/awstats-devel/files/patch-aa new file mode 100644 index 00000000000..58bde5e412d --- /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. |