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
commit5e4d6bcdaf7b5d1f8c9106439406bc8f05dfe3c6 (patch)
tree1d9c15c46f07ffff82919cb292553869ee16a36c /news/nn
parent0b713e971589e1805f25e7905af6ae538b5c584f (diff)
downloadpkgsrc-5e4d6bcdaf7b5d1f8c9106439406bc8f05dfe3c6.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
- }
-
-