aboutsummaryrefslogtreecommitdiffstats
path: root/www
diff options
context:
space:
mode:
authordwcjr <dwcjr@FreeBSD.org>2002-08-12 06:50:07 +0800
committerdwcjr <dwcjr@FreeBSD.org>2002-08-12 06:50:07 +0800
commitd1bc94f6c836d17252aa0c2e98d93e9c2cb4932b (patch)
tree64fb5fad9bb782758a7b0fafb8eeee82eb498fac /www
parent2469ec06dcde44a6d314fc1afc2aebe1b6fcac38 (diff)
downloadfreebsd-ports-gnome-d1bc94f6c836d17252aa0c2e98d93e9c2cb4932b.tar.gz
freebsd-ports-gnome-d1bc94f6c836d17252aa0c2e98d93e9c2cb4932b.tar.zst
freebsd-ports-gnome-d1bc94f6c836d17252aa0c2e98d93e9c2cb4932b.zip
Fix icons dir location in default config file
PR: 41491 Submitted by: maintainer
Diffstat (limited to 'www')
-rw-r--r--www/awstats-devel/files/patch-aa14
-rw-r--r--www/awstats/files/patch-aa14
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.