From: cantor Date: Sat, 23 Feb 2008 01:19:15 +0000 (+0000) Subject: Moved openssl.cnf up from staging directory. X-Git-Tag: 2.4~541 X-Git-Url: http://www.project-moonshot.org/gitweb/?p=shibboleth%2Fsp.git;a=commitdiff_plain;h=73ab298e309799fed1c4741ab6d9d358fee9c8c7 Moved openssl.cnf up from staging directory. git-svn-id: https://svn.middleware.georgetown.edu/cpp-sp/trunk@2745 cb58f699-b61c-0410-a6fe-9272a202ed29 --- diff --git a/msi/scripts/shib_edit_config_files.vbs b/msi/scripts/shib_edit_config_files.vbs index 154bd20..1dbcd18 100644 --- a/msi/scripts/shib_edit_config_files.vbs +++ b/msi/scripts/shib_edit_config_files.vbs @@ -150,10 +150,6 @@ if (Err = 0) then FileSystemObj.CopyFile DistDir & "globalLogout.html", ConfigDir, false End If - If (NOT FileSystemObj.FileExists(ConfigDir & "openssl.cnf")) then - FileSystemObj.CopyFile DistDir & "openssl.cnf", ConfigDir, false - End If - If (NOT FileSystemObj.FileExists(ConfigDir & "console.logger")) then FileSystemObj.CopyFile DistDir & "console.logger", ConfigDir, false End If