diff options
author | Steve Price <steve@FreeBSD.org> | 1999-11-26 20:20:53 +0000 |
---|---|---|
committer | Steve Price <steve@FreeBSD.org> | 1999-11-26 20:20:53 +0000 |
commit | fe6c6591701a49490a2bc7e113a849150a9f4957 (patch) | |
tree | b6b3ed0500d128db7a2b05e81dcdca0cab5afa03 /net/gtic/files/patch-ac | |
parent | Initial import of radreport version 1.3. (diff) |
Initial import of gtic version 1.3b.
The GNU file forwarder (FSC-0087) for fidonet-like networks.
PR: 14498
Submitted by: Denis Shaposhnikov <dsh@vlink.ru>
Notes
Notes:
svn path=/head/; revision=23397
Diffstat (limited to 'net/gtic/files/patch-ac')
-rw-r--r-- | net/gtic/files/patch-ac | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/net/gtic/files/patch-ac b/net/gtic/files/patch-ac new file mode 100644 index 000000000000..68f57888d12b --- /dev/null +++ b/net/gtic/files/patch-ac @@ -0,0 +1,11 @@ +--- src/toss.c.orig Mon Jul 6 16:04:30 1998 ++++ src/toss.c Sun Sep 12 15:41:01 1999 +@@ -873,7 +873,7 @@ + + if(announce_f) + { +- fprintf(announce_f,"AREA: %-15s FILE: %s\n",curarea->name,cur->file); ++ fprintf(announce_f,">AREA: %-15s FILE: %s\n",curarea->name,cur->file); + if(pub_path && pub_url && + strlen(curarea->path)>=strlen(pub_path) && + strncmp(curarea->path,pub_path,strlen(pub_path))==0) |