From 650d9f09d0109b5270521d79e262924cfff3e1e7 Mon Sep 17 00:00:00 2001 From: Andreas Klemm Date: Tue, 13 Aug 1996 19:45:56 +0000 Subject: [PATCH] oops, forgot cvs add patch-ac the first time :) Patch to prevent dialup to internet when starting knews by setting DOMAIN_HACK to '0' as suggested by the author of knews. --- news/knews/files/patch-ac | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 news/knews/files/patch-ac diff --git a/news/knews/files/patch-ac b/news/knews/files/patch-ac new file mode 100644 index 000000000000..066aae7be020 --- /dev/null +++ b/news/knews/files/patch-ac @@ -0,0 +1,14 @@ +--- configure.h.orig Tue Aug 13 21:39:02 1996 ++++ configure.h Tue Aug 13 21:40:51 1996 +@@ -42,7 +42,10 @@ + /* #define DOMAIN_NAME "/your/file/here" */ + /* #define DOMAIN_NAME "your_domain_here" */ + +-#define DOMAIN_HACK 1 ++#define DOMAIN_HACK 0 /* if set to 1 and if you have a dialup ++ connection to internet and use the ++ resolver, then knews causes a dialup ++ on start */ + + +