summaryrefslogtreecommitdiff
path: root/net/ircII/patches/patch-aa
blob: b3f2c472c2ddb7be11644de07f784ae99f4b5cc9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
$NetBSD: patch-aa,v 1.2 1998/08/07 11:10:42 agc Exp $

--- include/config.h-orig	Wed Mar 26 04:15:57 1997
+++ include/config.h	Sun Jan  4 21:32:13 1998
@@ -50,11 +50,11 @@
  * If you undefine this you will spare some code, though, so better only
  * set if you are sure you are going to keep your help-files compressed.
  */
-#define ZCAT "/usr/ucb/zcat"
+#define ZCAT "/usr/bin/zcat"
 
 /* Define ZSUFFIX in case we are using ZCAT */
 #ifdef ZCAT
-# define ZSUFFIX ".Z"
+# define ZSUFFIX ".gz"
 #endif /* ZCAT */
 
 /* Make ^Z stop the irc process by default,