diff options
Diffstat (limited to 'security/tinyca/files/patch-tinyca')
-rw-r--r-- | security/tinyca/files/patch-tinyca | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/security/tinyca/files/patch-tinyca b/security/tinyca/files/patch-tinyca index c8d200f0e7f..8ac25617707 100644 --- a/security/tinyca/files/patch-tinyca +++ b/security/tinyca/files/patch-tinyca @@ -1,15 +1,15 @@ ---- tinyca.orig Thu Jul 3 19:20:48 2003 -+++ tinyca Thu Jul 17 11:21:29 2003 +--- 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 +-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; - -@@ -47,7 +47,7 @@ +@@ -50,7 +50,7 @@ # location of openssl $init->{'opensslbin'} = "/usr/bin/openssl"; @@ -18,7 +18,7 @@ if(not -x $init->{'opensslbin'}) { printf(gettext("Can't execute %s.\n"), $init->{'opensslbin'}); -@@ -61,7 +61,7 @@ +@@ -64,7 +64,7 @@ } # directory with the templates |