Upgrade to 970309
This commit is contained in:
parent
1779ef9fa7
commit
0d14e8f2bb
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=5926
3 changed files with 4 additions and 28 deletions
|
@ -4,11 +4,11 @@
|
|||
# Date created: 25 July 1996
|
||||
# Whom: obrien@cs.ucdavis.edu
|
||||
#
|
||||
# $Id: Makefile,v 1.27 1997/03/04 03:56:02 ache Exp $
|
||||
# $Id: Makefile,v 1.28 1997/03/05 04:12:39 ache Exp $
|
||||
#
|
||||
|
||||
DISTNAME= tin1.3-unoff-BETA-970304
|
||||
PKGNAME= tin-1.3.970304
|
||||
DISTNAME= tin1.3-unoff-BETA-970309
|
||||
PKGNAME= tin-1.3.970309
|
||||
CATEGORIES= news
|
||||
MASTER_SITES= ftp://ftp.akk.uni-karlsruhe.de/pub/tin/ \
|
||||
ftp://nuxi.ucdavis.edu/pub/tin/ \
|
||||
|
|
|
@ -1 +1 @@
|
|||
MD5 (tin1.3-unoff-BETA-970304.tgz) = 09b137cf0f016e466f8e271aef497095
|
||||
MD5 (tin1.3-unoff-BETA-970309.tgz) = 22bc7e4ceed9ec71f7a6ac2171604c75
|
||||
|
|
|
@ -1,24 +0,0 @@
|
|||
*** src/init.c.bak Tue Mar 4 21:34:58 1997
|
||||
--- src/init.c Wed Mar 5 07:35:05 1997
|
||||
***************
|
||||
*** 647,653 ****
|
||||
joinpath (msg_headers_file, rcdir, MSG_HEADERS_FILE);
|
||||
joinpath (mailgroups_file, rcdir, MAILGROUPS_FILE);
|
||||
joinpath (motd_file, libdir, MOTD_FILE);
|
||||
- joinpath (msg_headers_file, rcdir, MSG_HEADERS_FILE);
|
||||
joinpath (news_active_file, libdir, get_val ("TIN_ACTIVEFILE", ACTIVE_FILE));
|
||||
joinpath (newsgroups_file, libdir, NEWSGROUPS_FILE);
|
||||
#ifdef WIN32
|
||||
--- 647,652 ----
|
||||
*** src/post.c.bak Tue Mar 4 22:41:37 1997
|
||||
--- src/post.c Wed Mar 5 07:57:27 1997
|
||||
***************
|
||||
*** 2545,2550 ****
|
||||
--- 2545,2551 ----
|
||||
if (*reply_to) {
|
||||
msg_add_header ("Reply-To", reply_to);
|
||||
}
|
||||
+ msg_add_x_headers (msg_headers_file);
|
||||
}
|
||||
start_line_offset = msg_write_headers (fp);
|
||||
start_line_offset++;
|
Loading…
Reference in a new issue