[shibboleth-sp2] 20/119: Delete IQ refs.
Ferenc Wágner
wferi-guest at moszumanska.debian.org
Tue Jan 26 21:29:46 UTC 2016
This is an automated email from the git hooks/post-receive script.
wferi-guest pushed a commit to annotated tag 1.3.1
in repository shibboleth-sp2.
commit 9c8c4d65d7ff2eb6335b8037b43ebc7ee14d1546
Author: Scott Cantor <cantor.2 at osu.edu>
Date: Mon May 7 20:02:10 2007 +0000
Delete IQ refs.
---
msi/scripts/shib_edit_config_files.vbs | 14 --------------
1 file changed, 14 deletions(-)
diff --git a/msi/scripts/shib_edit_config_files.vbs b/msi/scripts/shib_edit_config_files.vbs
index fef3cba..9900703 100644
--- a/msi/scripts/shib_edit_config_files.vbs
+++ b/msi/scripts/shib_edit_config_files.vbs
@@ -80,16 +80,6 @@ if (Err = 0) then
End If
FileSystemObj.MoveFile ConfigFile, DistDir & "example-metadata.xml"
- ConfigFile = DistDir & "IQ-metadata.xml.in"
- ReplaceInFile ConfigFile, "@-PKGXMLDIR-@", ConvertedDir & "/share/xml/shibboleth"
- If (NOT FileSystemObj.FileExists(ConfigDir & "IQ-metadata.xml")) then
- FileSystemObj.CopyFile ConfigFile, ConfigDir & "IQ-metadata.xml", false
- End If
- If (FileSystemObj.FileExists(DistDir & "IQ-metadata.xml")) then
- FileSystemObj.DeleteFile DistDir & "IQ-metadata.xml", true
- End If
- FileSystemObj.MoveFile ConfigFile, DistDir & "IQ-metadata.xml"
-
ConfigFile = DistDir & "shibboleth.xml.in"
ReplaceInFile ConfigFile, "@-PKGXMLDIR-@", ConvertedDir & "/share/xml/shibboleth"
ReplaceInFile ConfigFile, "@-PKGSYSCONFDIR-@", ConvertedDir & "/etc/shibboleth"
@@ -172,10 +162,6 @@ if (Err = 0) then
FileSystemObj.CopyFile DistDir & "accessError.html", ConfigDir, false
End If
- If (NOT FileSystemObj.FileExists(ConfigDir & "inqueue.pem")) then
- FileSystemObj.CopyFile DistDir & "inqueue.pem", ConfigDir, false
- End If
-
If (NOT FileSystemObj.FileExists(ConfigDir & "metadataError.html")) then
FileSystemObj.CopyFile DistDir & "metadataError.html", ConfigDir, false
End If
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-shibboleth/shibboleth-sp2.git
More information about the Pkg-shibboleth-devel
mailing list