diff options
Diffstat (limited to 'www/awstats-devel/files/patch.awstats.model.conf')
-rw-r--r-- | www/awstats-devel/files/patch.awstats.model.conf | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/www/awstats-devel/files/patch.awstats.model.conf b/www/awstats-devel/files/patch.awstats.model.conf new file mode 100644 index 000000000000..df9323acd567 --- /dev/null +++ b/www/awstats-devel/files/patch.awstats.model.conf @@ -0,0 +1,18 @@ +--- awstats.model.conf.orig Wed Nov 6 15:27:14 2002 ++++ awstats.model.conf Wed Nov 6 15:29:49 2002 +@@ -150,11 +150,11 @@ + # subdirectories. + # If you build static reports ("... -output > outputpath/output.html"), enter + # path of icon directory relative to the directory outputpath. +-# Example: "/icon" +-# Example: "../icon" +-# Default: "/icon" (means you must copy icon directories in "/mywwwroot/icon") ++# Example: "/icons" ++# Example: "../icons" ++# Default: "/icons" (means you must copy icon directories in "/mywwwroot/icons") + # +-DirIcons="/icon" ++DirIcons="/icons" + + + # "SiteDomain" must contain the main domain name or the main intranet web |