diff options
author | James FitzGibbon <jfitz@FreeBSD.org> | 1996-08-06 21:18:57 +0000 |
---|---|---|
committer | James FitzGibbon <jfitz@FreeBSD.org> | 1996-08-06 21:18:57 +0000 |
commit | edf91177200bc4d276bf259af65f150a00a662b5 (patch) | |
tree | 161eb87f070e65514bb37fbcc6fa346fede017e3 /www/analog/files/patch-ab | |
parent | Added missing ftp:// prefix to MASTER_SITES (diff) |
Removed hardcoded default configuration file in analhead.h
Notes
Notes:
svn path=/head/; revision=3536
Diffstat (limited to 'www/analog/files/patch-ab')
-rw-r--r-- | www/analog/files/patch-ab | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/www/analog/files/patch-ab b/www/analog/files/patch-ab index 5dd81753bf9e..7a5878c07030 100644 --- a/www/analog/files/patch-ab +++ b/www/analog/files/patch-ab @@ -1,5 +1,5 @@ ---- analhead.h.orig Sat Jul 13 14:48:54 1996 -+++ analhead.h Sun Aug 4 09:31:54 1996 +--- analhead.h.orig Sat Jul 13 10:48:54 1996 ++++ analhead.h Mon Aug 5 21:13:30 1996 @@ -17,11 +17,11 @@ /* the URL of your host's home page, for linking to at the top of the output; use "-" for no linking. */ @@ -19,7 +19,7 @@ empty string "" for the same directory as the output page. */ -#define DEFAULTCONFIGFILE "/usr/local/etc/httpd/analog/analog.cfg" -+#define DEFAULTCONFIGFILE "/usr/local/share/analog/analog.cfg" ++#define DEFAULTCONFIGFILE "none" /* the name of the default configuration file; see README.html for a description of this file. Use "none" for no configuration file. */ |