summaryrefslogtreecommitdiff
path: root/net/gtic/files/patch-ad
diff options
context:
space:
mode:
authorAdam Weinberger <adamw@FreeBSD.org>2014-07-29 01:59:16 +0000
committerAdam Weinberger <adamw@FreeBSD.org>2014-07-29 01:59:16 +0000
commit69ea23ed7175d5c34a21bba1ef9262f311c69284 (patch)
treee2e604e83659be7f58596e80b3cf18e9d7d06dae /net/gtic/files/patch-ad
parentStage net-mgmt/routers2 and cleanup (diff)
Rename net/ patch-xy patches to reflect the files they modify.
Approve by: portmgr (not really, but one of these is modifying an unstaged port)
Diffstat (limited to 'net/gtic/files/patch-ad')
-rw-r--r--net/gtic/files/patch-ad12
1 files changed, 0 insertions, 12 deletions
diff --git a/net/gtic/files/patch-ad b/net/gtic/files/patch-ad
deleted file mode 100644
index 8c8c2ecec80f..000000000000
--- a/net/gtic/files/patch-ad
+++ /dev/null
@@ -1,12 +0,0 @@
---- 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);