summaryrefslogtreecommitdiff
path: root/news/nn
diff options
context:
space:
mode:
authortron <tron>1998-05-21 23:44:45 +0000
committertron <tron>1998-05-21 23:44:45 +0000
commit5c9c1061b68ff88762b2b9bbb12c42d1516686af (patch)
tree324a1798aa7dbd73af59544e4b0f2773a93e45fe /news/nn
parent821ca892a45e57591fb0c7dd9ce30042ff440428 (diff)
downloadpkgsrc-5c9c1061b68ff88762b2b9bbb12c42d1516686af.tar.gz
"Path:" and "Message-ID:" header lines should be generated by the server.
Diffstat (limited to 'news/nn')
-rw-r--r--news/nn/patches/patch-af16
1 files changed, 16 insertions, 0 deletions
diff --git a/news/nn/patches/patch-af b/news/nn/patches/patch-af
new file mode 100644
index 00000000000..ada7fde48e2
--- /dev/null
+++ b/news/nn/patches/patch-af
@@ -0,0 +1,16 @@
+--- answer.c.orig Mon Sep 13 19:42:02 1993
++++ answer.c Fri May 22 01:26:35 1998
+@@ -132,9 +132,13 @@
+ nn_gethostname(host, 64);
+ #endif
+
++#if 0
+ fprintf(t, "Path: %s!%s\n", host, user_name());
++#endif
+ fprintf(t, "Date: %s %s %s %s GMT\n", date+8, date+4, date+22, date+11);
++#if 0
+ fprintf(t, "Message-ID: <%s.%ld@%s>\n", user_name(), (long)now, host);
++#endif
+ ed_line += 3;
+ }
+ #endif