diff options
author | ache <ache@FreeBSD.org> | 1997-05-08 03:51:25 +0800 |
---|---|---|
committer | ache <ache@FreeBSD.org> | 1997-05-08 03:51:25 +0800 |
commit | 511708036c112299b99849dffe8eb94a0e526283 (patch) | |
tree | 87bbdd1f4eb172a0e21306bdd643c2e06e0bd168 /www/analog/files | |
parent | 41c4ec4a203858f6315945bdf1bdc1229ebfad83 (diff) | |
download | freebsd-ports-gnome-511708036c112299b99849dffe8eb94a0e526283.tar.gz freebsd-ports-gnome-511708036c112299b99849dffe8eb94a0e526283.tar.zst freebsd-ports-gnome-511708036c112299b99849dffe8eb94a0e526283.zip |
Install images into separate directory
Diffstat (limited to 'www/analog/files')
-rw-r--r-- | www/analog/files/patch-ab | 14 |
1 files changed, 3 insertions, 11 deletions
diff --git a/www/analog/files/patch-ab b/www/analog/files/patch-ab index 2b09ce53d253..3ceeff668c51 100644 --- a/www/analog/files/patch-ab +++ b/www/analog/files/patch-ab @@ -1,5 +1,5 @@ *** analhead.h.orig Fri Mar 14 20:33:09 1997 ---- analhead.h Sat May 3 05:11:35 1997 +--- analhead.h Wed May 7 23:27:03 1997 *************** *** 14,25 **** /* the name of your organisation or WWW host. This is used for printing @@ -27,7 +27,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 *************** -*** 30,40 **** +*** 30,36 **** /* the name of the file where the domain definitions live; see README.html for the format of this file */ @@ -35,11 +35,7 @@ /* The name of the default logfile; use "stdin" for stdin. Can be a list, separated by commas (but no spaces). */ -! #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. Ends with /. */ ---- 29,39 ---- +--- 29,35 ---- /* the name of the file where the domain definitions live; see README.html for the format of this file */ @@ -47,10 +43,6 @@ /* The name of the default logfile; use "stdin" for stdin. Can be a list, separated by commas (but no spaces). */ -! #define IMAGEDIR "/icons/" - /* 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. Ends with /. */ *************** *** 93,106 **** #define CACHEFILE "none" |