From faee8bf89fe1f10bc2fa0ad2012fe863a184938f Mon Sep 17 00:00:00 2001 From: "David E. O'Brien" Date: Thu, 15 Apr 1999 05:53:44 +0000 Subject: Upgrade Styrofoam to Endemoniada --- news/tin/Makefile | 6 +++--- news/tin/distinfo | 2 +- news/tin/files/patch-ac | 15 --------------- 3 files changed, 4 insertions(+), 19 deletions(-) delete mode 100644 news/tin/files/patch-ac (limited to 'news/tin') diff --git a/news/tin/Makefile b/news/tin/Makefile index 1d819cbaf941..eb3abd2ecb61 100644 --- a/news/tin/Makefile +++ b/news/tin/Makefile @@ -4,11 +4,11 @@ # Date created: 25 July 1996 # Whom: obrien@cs.ucdavis.edu # -# $Id: Makefile,v 1.68 1999/03/22 11:47:34 asami Exp $ +# $Id: Makefile,v 1.69 1999/03/26 16:07:13 ache Exp $ # -DISTNAME= tinpre-1.4-19990216 -PKGNAME= tinpre-1.4.19990216 +DISTNAME= tinpre-1.4-19990413 +PKGNAME= tinpre-1.4.19990413 CATEGORIES= news MASTER_SITES= ftp://ftp.tin.org/pub/news/clients/tin/current/ \ ftp://nuxi.ucdavis.edu/pub/tin/pre-v1.4/ \ diff --git a/news/tin/distinfo b/news/tin/distinfo index 47b0b92fecf3..d79ed763fe24 100644 --- a/news/tin/distinfo +++ b/news/tin/distinfo @@ -1 +1 @@ -MD5 (tinpre-1.4-19990216.tar.bz2) = b47ea368a5473900716b633d337290ea +MD5 (tinpre-1.4-19990413.tar.bz2) = 1b6f21b530a7d2944d77f3314a4c534b diff --git a/news/tin/files/patch-ac b/news/tin/files/patch-ac deleted file mode 100644 index 55509a63ecf2..000000000000 --- a/news/tin/files/patch-ac +++ /dev/null @@ -1,15 +0,0 @@ ---- src/header.c.bak Mon Jan 25 16:49:49 1999 -+++ src/header.c Sat Apr 10 17:30:31 1999 -@@ -338,10 +338,10 @@ - static char sender[8192]; - - sender[0] = '\0'; -- -+#if 0 /* passwd name may contain illegal chars */ - if ((ptr = get_full_name())) - sprintf(sender, "%s ", ptr); -- -+#endif - if ((ptr = get_user_name())) { - strcat(sender, "<"); - strcat(sender, ptr); -- cgit v1.2.3