Rename CA.pl to CA.pl.in (no actual changes), and let Configure
authorBodo Möller <bodo@openssl.org>
Wed, 5 Jan 2000 01:31:22 +0000 (01:31 +0000)
committerBodo Möller <bodo@openssl.org>
Wed, 5 Jan 2000 01:31:22 +0000 (01:31 +0000)
set the #! line with the path to Perl.

Submitted by: Peter Jones

Configure
apps/CA.pl.in [moved from apps/CA.pl with 100% similarity, mode: 0644]

index 6fad77b01619363769597f9a9510935b9df9f472..af14a59778b113f53fc4a6a0c9338bd6e1515602 100755 (executable)
--- 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');
        }           
 }
 
old mode 100755 (executable)
new mode 100644 (file)
similarity index 100%
rename from apps/CA.pl
rename to apps/CA.pl.in