diff options
author | Yen-Ming Lee <leeym@FreeBSD.org> | 2003-06-30 02:10:18 +0000 |
---|---|---|
committer | Yen-Ming Lee <leeym@FreeBSD.org> | 2003-06-30 02:10:18 +0000 |
commit | baa6cf5915e442ce0d9343790a75cbbff490215c (patch) | |
tree | fba8d1d540a75ae08c3fd062e2386138886ac5e1 /security/amap/files/patch-amap.c | |
parent | This port does not compile on 5.x. Warn prospective users. (diff) |
Update to 2.7
PR: 53902
Submitted by: Yonatan@xpert.com <Yonatan@xpert.com>
Diffstat (limited to 'security/amap/files/patch-amap.c')
-rw-r--r-- | security/amap/files/patch-amap.c | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/security/amap/files/patch-amap.c b/security/amap/files/patch-amap.c deleted file mode 100644 index 06968d259e7e..000000000000 --- a/security/amap/files/patch-amap.c +++ /dev/null @@ -1,12 +0,0 @@ ---- amap.c.orig Sun Mar 23 15:42:07 2003 -+++ amap.c Sun Mar 23 16:01:36 2003 -@@ -64,7 +64,8 @@ - char banner_string[256]; - - // where are my appdefs files? --char *searchpath[12] = { "./", "/etc/", "/usr/etc", "/usr/local/etc/", -+char *searchpath[13] = { "./", "PREFIX/share/amap/", "/etc/", "/usr/etc", -+ "/usr/local/etc/", - "/opt/etc/", "/usr/local/amap/", "/opt/amap/", - "/usr/local/lib/", "/usr/local/lib/amap/", - "/usr/lib/amap/", "/usr/local/bin/", NULL }; |