From: cantor Date: Wed, 14 Nov 2007 18:21:53 +0000 (+0000) Subject: line feed change X-Git-Tag: 2.4~664 X-Git-Url: http://www.project-moonshot.org/gitweb/?a=commitdiff_plain;ds=sidebyside;h=f2ee813738739a97b0d176be9f1a902923994f96;p=shibboleth%2Fsp.git line feed change git-svn-id: https://svn.middleware.georgetown.edu/cpp-sp/trunk@2609 cb58f699-b61c-0410-a6fe-9272a202ed29 --- diff --git a/depend b/depend index 1304fe7..826176c 100644 --- a/depend +++ b/depend @@ -1,10 +1,10 @@ -P SHIBossl OpenSSL - 0.9.8g -P SHIBxerces xerces-c - 2.8.0 -P SHIBxmlsec xml-security-c - 1.4.0 -P SHIBxmltool xmltooling-c - 1.0 -P SHIBosaml opensaml-c - 2.0 +P SHIBossl OpenSSL + 0.9.8g +P SHIBxerces xerces-c + 2.8.0 +P SHIBxmlsec xml-security-c + 1.4.0 +P SHIBxmltool xmltooling-c + 1.0 +P SHIBosaml opensaml-c + 2.0 diff --git a/postinstall b/postinstall index 0dea084..5da87d8 100644 --- a/postinstall +++ b/postinstall @@ -1,30 +1,30 @@ -#!/bin/sh - -cd /opt/shibboleth-sp/etc/shibboleth - -CONFIGFILES=" \ - native.logger \ - shibd.logger \ - syslog.logger \ - console.logger \ - accessError.html \ - sessionError.html \ - metadataError.html \ - sslError.html \ - bindingTemplate.html \ - localLogout.html \ - globalLogout.html \ - sp-example.key \ - sp-example.crt \ - attribute-map.xml \ - attribute-policy.xml \ - shibboleth2.xml \ - example-metadata.xml" - -for f in $CONFIGFILES; do - if test ! -f $f; then - cp $f.dist $f - fi; - done - -exit 0 +#!/bin/sh + +cd /opt/shibboleth-sp/etc/shibboleth + +CONFIGFILES=" \ + native.logger \ + shibd.logger \ + syslog.logger \ + console.logger \ + accessError.html \ + sessionError.html \ + metadataError.html \ + sslError.html \ + bindingTemplate.html \ + localLogout.html \ + globalLogout.html \ + sp-example.key \ + sp-example.crt \ + attribute-map.xml \ + attribute-policy.xml \ + shibboleth2.xml \ + example-metadata.xml" + +for f in $CONFIGFILES; do + if test ! -f $f; then + cp $f.dist $f + fi; + done + +exit 0