summaryrefslogtreecommitdiff
path: root/net/gtic/files/patch-ad
diff options
context:
space:
mode:
authorSteve Price <steve@FreeBSD.org>1999-11-26 20:20:53 +0000
committerSteve Price <steve@FreeBSD.org>1999-11-26 20:20:53 +0000
commitfe6c6591701a49490a2bc7e113a849150a9f4957 (patch)
treeb6b3ed0500d128db7a2b05e81dcdca0cab5afa03 /net/gtic/files/patch-ad
parentInitial 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>
Diffstat (limited to '')
-rw-r--r--net/gtic/files/patch-ad12
1 files changed, 12 insertions, 0 deletions
diff --git a/net/gtic/files/patch-ad b/net/gtic/files/patch-ad
new file mode 100644
index 000000000000..8c8c2ecec80f
--- /dev/null
+++ b/net/gtic/files/patch-ad
@@ -0,0 +1,12 @@
+--- src/areas.c.orig Sun Oct 24 20:16:14 1999
++++ src/areas.c Sun Oct 24 20:19:15 1999
+@@ -305,9 +305,6 @@
+
+ /* make a backup copy of areas_file */
+ strcpy(new_path,areas_file);
+- if(strchr(new_path,'.'))
+- strcpy(strrchr(new_path,'.'),".bak");
+- else
+ strcat(new_path,".bak");
+ if(rename(areas_file,new_path))
+ l_printf("Warning: unable to move %s to %s",areas_file,new_path);