diff options
author | Andrey A. Chernov <ache@FreeBSD.org> | 1998-04-09 21:36:45 +0000 |
---|---|---|
committer | Andrey A. Chernov <ache@FreeBSD.org> | 1998-04-09 21:36:45 +0000 |
commit | 3ddf13dc2c5226400382458eb1a97f3837b784f7 (patch) | |
tree | b16b25fed6db5581fca02ab1d21ca0eafbf8d82d /www | |
parent | Upgrade to beta4, my patch applied by author (diff) |
Fix images dir to match installation
Notes
Notes:
svn path=/head/; revision=10457
Diffstat (limited to '')
-rw-r--r-- | www/analog/files/patch-ab | 16 |
1 files changed, 12 insertions, 4 deletions
diff --git a/www/analog/files/patch-ab b/www/analog/files/patch-ab index 60abc63e21ed..5597d0e17fc8 100644 --- a/www/analog/files/patch-ab +++ b/www/analog/files/patch-ab @@ -1,5 +1,5 @@ -*** analhead.h.orig Wed Apr 8 17:48:58 1998 ---- analhead.h Wed Apr 8 19:32:48 1998 +*** analhead.h.orig Thu Apr 9 14:59:28 1998 +--- analhead.h Fri Apr 10 01:34:18 1998 *************** *** 5,10 **** --- 5,13 ---- @@ -31,7 +31,7 @@ lives. You don't really need these; they are just used in this file to build up other filenames. Note how you can stick together names by *************** -*** 29,35 **** +*** 29,39 **** #define DOMAINSFILE ANALOGDIR"domains.tab" /* the file where the domain definitions live; see docs/domfile.html */ @@ -39,7 +39,11 @@ /* The name of the default logfile. Can be a list, separated by commas (but no spaces), and can include wild cards. */ ---- 31,37 ---- +! #define IMAGEDIR "images/" + /* URL of the directory where the images for the graphical reports live. + The URL can be absolute, or relative to the output page: e.g., just the + empty string "" for the same directory as the output page. */ +--- 31,41 ---- #define DOMAINSFILE ANALOGDIR"domains.tab" /* the file where the domain definitions live; see docs/domfile.html */ @@ -47,6 +51,10 @@ /* The name of the default logfile. Can be a list, separated by commas (but no spaces), and can include wild cards. */ +! #define IMAGEDIR "/images/" + /* URL of the directory where the images for the graphical reports live. + The URL can be absolute, or relative to the output page: e.g., just the + empty string "" for the same directory as the output page. */ *************** *** 41,47 **** #define LANGDIR ANALOGDIR"lang/" |