From: Bodo Möller Date: Wed, 5 Jan 2000 01:31:22 +0000 (+0000) Subject: Rename CA.pl to CA.pl.in (no actual changes), and let Configure X-Git-Tag: OpenSSL_0_9_5beta1~336 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=3a4f14f3d178581c746b5c575acc2b0118563048;p=openssl Rename CA.pl to CA.pl.in (no actual changes), and let Configure set the #! line with the path to Perl. Submitted by: Peter Jones --- diff --git a/Configure b/Configure index 6fad77b016..af14a59778 100755 --- a/Configure +++ b/Configure @@ -755,9 +755,11 @@ EOF &dofile("tools/c_rehash",$openssldir,'^DIR=', 'DIR=%s',); if ( $perl =~ m@^/@) { &dofile("apps/der_chop",$perl,'^#!/', '#!%s'); + &dofile("apps/CA.pl",$perl,'^#!/', '#!%s'); } else { # No path for Perl known ... &dofile("apps/der_chop",'/usr/local/bin/perl','^#!/', '#!%s'); + &dofile("apps/CA.pl",'/usr/local/bin/perl','^#!/', '#!%s'); } } diff --git a/apps/CA.pl b/apps/CA.pl.in old mode 100755 new mode 100644 similarity index 100% rename from apps/CA.pl rename to apps/CA.pl.in