diff options
author | andreas <andreas@FreeBSD.org> | 1996-08-13 19:45:56 +0000 |
---|---|---|
committer | andreas <andreas@FreeBSD.org> | 1996-08-13 19:45:56 +0000 |
commit | 5001966c600e3b0e401d3a312a8d88d50a641ea4 (patch) | |
tree | d0f7a5ab36017d50b673c5d43ead9da2bd0e2587 /news | |
parent | d004b01bc7c4df401c9d01dd887f2cc48b697024 (diff) | |
download | FreeBSD-ports-5001966c600e3b0e401d3a312a8d88d50a641ea4.zip FreeBSD-ports-5001966c600e3b0e401d3a312a8d88d50a641ea4.tar.gz |
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.
Diffstat (limited to 'news')
-rw-r--r-- | news/knews/files/patch-ac | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/news/knews/files/patch-ac b/news/knews/files/patch-ac new file mode 100644 index 0000000..066aae7 --- /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 */ + + + |