line feed change
authorcantor <cantor@cb58f699-b61c-0410-a6fe-9272a202ed29>
Wed, 14 Nov 2007 18:21:53 +0000 (18:21 +0000)
committercantor <cantor@cb58f699-b61c-0410-a6fe-9272a202ed29>
Wed, 14 Nov 2007 18:21:53 +0000 (18:21 +0000)
git-svn-id: https://svn.middleware.georgetown.edu/cpp-sp/trunk@2609 cb58f699-b61c-0410-a6fe-9272a202ed29

depend
postinstall

diff --git a/depend b/depend
index 1304fe7..826176c 100644 (file)
--- a/depend
+++ b/depend
@@ -1,10 +1,10 @@
-P SHIBossl OpenSSL\r
-       0.9.8g\r
-P SHIBxerces xerces-c\r
-       2.8.0\r
-P SHIBxmlsec xml-security-c\r
-       1.4.0\r
-P SHIBxmltool xmltooling-c\r
-    1.0\r
-P SHIBosaml opensaml-c\r
-       2.0\r
+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
index 0dea084..5da87d8 100644 (file)
@@ -1,30 +1,30 @@
-#!/bin/sh\r
-\r
-cd /opt/shibboleth-sp/etc/shibboleth\r
-\r
-CONFIGFILES=" \\r
-    native.logger \\r
-    shibd.logger \\r
-    syslog.logger \\r
-    console.logger \\r
-    accessError.html \\r
-    sessionError.html \\r
-    metadataError.html \\r
-    sslError.html \\r
-    bindingTemplate.html \\r
-    localLogout.html \\r
-    globalLogout.html \\r
-    sp-example.key \\r
-    sp-example.crt \\r
-    attribute-map.xml \\r
-    attribute-policy.xml \\r
-    shibboleth2.xml \\r
-    example-metadata.xml"\r
-\r
-for f in $CONFIGFILES; do\r
-    if test ! -f $f; then\r
-        cp $f.dist $f\r
-    fi;\r
-    done\r
-\r
-exit 0\r
+#!/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