freebsd-ports/security/tinyca/files/patch-lib__CA.pm
2014-07-29 17:12:47 +00:00

14 lines
326 B
Perl

$FreeBSD$
--- lib/CA.pm.orig
+++ lib/CA.pm
@@ -883,7 +883,7 @@
};
# create configuration file
- my $in = $self->{'init'}->{'templatedir'}."/openssl.cnf";
+ my $in = $self->{'init'}->{'templatedir'}."/tinyca.cnf";
my $out = $self->{$opts->{'name'}}->{'dir'}."/openssl.cnf";
open(IN, "<$in") || do {