diff options
author | jfitz <jfitz@FreeBSD.org> | 1996-08-07 05:18:57 +0800 |
---|---|---|
committer | jfitz <jfitz@FreeBSD.org> | 1996-08-07 05:18:57 +0800 |
commit | 840432eb0e390699cd1fbeb15f583f987a820998 (patch) | |
tree | 8346651a7fa01fe09e63a37086c0d06b0e60db6d /www/analog | |
parent | f9e57a1925899772afd3d7f015234f31d802319e (diff) | |
download | freebsd-ports-gnome-840432eb0e390699cd1fbeb15f583f987a820998.tar.gz freebsd-ports-gnome-840432eb0e390699cd1fbeb15f583f987a820998.tar.zst freebsd-ports-gnome-840432eb0e390699cd1fbeb15f583f987a820998.zip |
Removed hardcoded default configuration file in analhead.h
Diffstat (limited to 'www/analog')
-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. */ |