From 3a4f14f3d178581c746b5c575acc2b0118563048 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bodo=20M=C3=B6ller?= Date: Wed, 5 Jan 2000 01:31:22 +0000 Subject: [PATCH] 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 --- Configure | 2 ++ apps/{CA.pl => CA.pl.in} | 0 2 files changed, 2 insertions(+) rename apps/{CA.pl => CA.pl.in} (100%) mode change 100755 => 100644 diff --git a/Configure b/Configure index 6fad77b01..af14a5977 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