summaryrefslogtreecommitdiff
path: root/security/tinyca/files/patch-tinyca
diff options
context:
space:
mode:
authorRoman Bogorodskiy <novel@FreeBSD.org>2005-06-16 15:51:40 +0000
committerRoman Bogorodskiy <novel@FreeBSD.org>2005-06-16 15:51:40 +0000
commitf10badd39a94f0dbc16a12316aab35f7863ed5f8 (patch)
tree52d2b4cf9f5ff25627fb50ac0752d0b49c437519 /security/tinyca/files/patch-tinyca
parent[1]: (diff)
Update to 0.7.0.
PR: 82322 Submitted by: Janos Mohacsi (maintainer)
Notes
Notes: svn path=/head/; revision=137562
Diffstat (limited to 'security/tinyca/files/patch-tinyca')
-rw-r--r--security/tinyca/files/patch-tinyca29
1 files changed, 0 insertions, 29 deletions
diff --git a/security/tinyca/files/patch-tinyca b/security/tinyca/files/patch-tinyca
deleted file mode 100644
index 8ac256177077..000000000000
--- a/security/tinyca/files/patch-tinyca
+++ /dev/null
@@ -1,29 +0,0 @@
---- tinyca.orig Wed Aug 27 22:42:02 2003
-+++ tinyca Tue Sep 2 15:47:09 2003
-@@ -18,7 +18,7 @@
- # along with this program; if not, write to the Free Software
- # Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111, USA.
-
--BEGIN { push(@INC, './lib'); # put here the location of the modules
-+BEGIN { push(@INC, '%%SITE_PERL%%/tinyca'); # put here the location of the modules
- }
-
- use strict;
-@@ -50,7 +50,7 @@
-
- # location of openssl
- $init->{'opensslbin'} = "/usr/bin/openssl";
--$init->{'zipbin'} = "/usr/bin/zip";
-+$init->{'zipbin'} = "%%PREFIX%%/bin/zip";
-
- if(not -x $init->{'opensslbin'}) {
- printf(gettext("Can't execute %s.\n"), $init->{'opensslbin'});
-@@ -64,7 +64,7 @@
- }
-
- # directory with the templates
--$init->{'templatedir'} = "./templates";
-+$init->{'templatedir'} = "%%PREFIX%%/etc";
-
- if(not -d $init->{'templatedir'}) {
- print gettext("Can't find templatedir.\n");