1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-28 01:06:17 +00:00

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.
This commit is contained in:
Andreas Klemm 1996-08-13 19:45:56 +00:00
parent a5ceb59dda
commit 650d9f09d0
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=3590

14
news/knews/files/patch-ac Normal file
View File

@ -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 */