diff options
author | cvs2svn <cvs2svn@FreeBSD.org> | 1995-05-29 13:46:42 +0000 |
---|---|---|
committer | cvs2svn <cvs2svn@FreeBSD.org> | 1995-05-29 13:46:42 +0000 |
commit | 444bcd3c2ed803274c8deafa2c3fa03f8a394653 (patch) | |
tree | 297f74782436a0f973b6b89d60c10f399af9a135 /www/gn/files/patch-aa | |
parent | Remove comment about not being able to undefine a variable, as we *can* (diff) |
This commit was manufactured by cvs2svn to create tagrelease/2.0.5
'RELENG_2_0_5_RELEASE'.
Diffstat (limited to 'www/gn/files/patch-aa')
-rw-r--r-- | www/gn/files/patch-aa | 103 |
1 files changed, 0 insertions, 103 deletions
diff --git a/www/gn/files/patch-aa b/www/gn/files/patch-aa deleted file mode 100644 index d52cfa7dbd7c..000000000000 --- a/www/gn/files/patch-aa +++ /dev/null @@ -1,103 +0,0 @@ -*** Makefile.old Fri May 5 08:34:10 1995 ---- Makefile Fri May 5 08:40:46 1995 -*************** -*** 7,15 **** - # - # Where to put the programs - # -! SERVBINDIR = ../bin - BINDIR = ../bin -! LIBDIR = ../lib - - # - # Compiler Flags (-I.. *MUST* be included) ---- 7,15 ---- - # - # Where to put the programs - # -! SERVBINDIR = ../libexec - BINDIR = ../bin -! LIBDIR = ../etc - - # - # Compiler Flags (-I.. *MUST* be included) -*************** -*** 43,49 **** - - - all: gn mkcache waisgn sgn -! install: inst-gn inst-mkcache - gn: gn/gn - sgn: gn/sgn - mkcache: mkcache/mkcache ---- 43,49 ---- - - - all: gn mkcache waisgn sgn -! install: inst-gn inst-mkcache inst-waisgn - gn: gn/gn - sgn: gn/sgn - mkcache: mkcache/mkcache -*** config.h.org Sat Sep 3 16:51:51 1994 ---- config.h Fri Sep 23 10:06:50 1994 -*************** -*** 13,24 **** - */ - - -! #define ROOT_DIR "/your/root/data/dir" - /* - * Enter the complete path of your root data directory here. - */ - -! #define SUN_OS4 - /* - Pick one of the following Operating System types which describes - your system and replace the SUN_OS4 value above ---- 13,24 ---- - */ - - -! #define ROOT_DIR "/usr/local/gnroot" - /* - * Enter the complete path of your root data directory here. - */ - -! #define OTHER - /* - Pick one of the following Operating System types which describes - your system and replace the SUN_OS4 value above -*************** -*** 48,54 **** - */ - - -! #define MIME_TYPE_FILE "/path/to/src/mkcache/gn_mime.types" - /* - * This file contains information permitting mkcache to translate - * ascertain the MIME "Content-type" from the suffix of a file name ---- 48,54 ---- - */ - - -! #define MIME_TYPE_FILE "/usr/local/etc/gn_mime.types" - /* - * This file contains information permitting mkcache to translate - * ascertain the MIME "Content-type" from the suffix of a file name -*************** -*** 109,115 **** - * If you wish to run at a different port than 70, edit this line. - */ - -! #define DECOMPRESS "/usr/local/bin/zcat" - /* - * This is the program which does "on the fly" decompression - */ ---- 109,115 ---- - * If you wish to run at a different port than 70, edit this line. - */ - -! #define DECOMPRESS "/usr/bin/zcat" - /* - * This is the program which does "on the fly" decompression - */ |