summaryrefslogtreecommitdiff
path: root/news/nn
diff options
context:
space:
mode:
authortron <tron>1998-05-22 08:39:11 +0000
committertron <tron>1998-05-22 08:39:11 +0000
commite1483696a2dfd3a2c09700b9a4a5469a3b3d4b15 (patch)
tree1d9c15c46f07ffff82919cb292553869ee16a36c /news/nn
parentc3a54b27fda4abf2403e4a40612a3e862fa377ba (diff)
downloadpkgsrc-e1483696a2dfd3a2c09700b9a4a5469a3b3d4b15.tar.gz
We use the inews from "nntpclnt-1.6.1" now.
Diffstat (limited to 'news/nn')
-rw-r--r--news/nn/patches/patch-aa32
1 files changed, 0 insertions, 32 deletions
diff --git a/news/nn/patches/patch-aa b/news/nn/patches/patch-aa
index ad0a3937b4d..24475f07ca9 100644
--- a/news/nn/patches/patch-aa
+++ b/news/nn/patches/patch-aa
@@ -1541,35 +1541,3 @@
#endif /* HAVE_TERMIO */
rd_count = 0;
}
-*** inews/inews.c.orig Thu Nov 25 12:29:02 1993
---- inews/inews.c Sat Apr 15 04:57:55 1995
-***************
-*** 293,305 ****
- }
-
- fprintf(ser_wr_fp, ")\r\n");
-!
- #ifdef HIDDENNET
- /* Only the login name - nntp server will add uucp name */
- fprintf(ser_wr_fp, "Path: %s\r\n", passwd->pw_name);
- #else /* HIDDENNET */
- fprintf(ser_wr_fp, "Path: %s!%s\r\n", host_name, passwd->pw_name);
- #endif /* HIDDENNET */
- }
-
-
---- 293,306 ----
- }
-
- fprintf(ser_wr_fp, ")\r\n");
-! #ifndef FOR_NN
- #ifdef HIDDENNET
- /* Only the login name - nntp server will add uucp name */
- fprintf(ser_wr_fp, "Path: %s\r\n", passwd->pw_name);
- #else /* HIDDENNET */
- fprintf(ser_wr_fp, "Path: %s!%s\r\n", host_name, passwd->pw_name);
- #endif /* HIDDENNET */
-+ #endif
- }
-
-