summaryrefslogtreecommitdiff
path: root/news/knews
diff options
context:
space:
mode:
authorAndreas Klemm <andreas@FreeBSD.org>1996-08-13 19:45:56 +0000
committerAndreas Klemm <andreas@FreeBSD.org>1996-08-13 19:45:56 +0000
commit650d9f09d0109b5270521d79e262924cfff3e1e7 (patch)
treef86d94df128ddbfa6e59b3cc1234d61305c3f71f /news/knews
parentUpdate to August, 11th version of Wine. (diff)
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.
Notes
Notes: svn path=/head/; revision=3590
Diffstat (limited to 'news/knews')
-rw-r--r--news/knews/files/patch-ac14
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 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 */
+
+
+