[shibboleth-sp2] 119/119: Convert linefeeds.
Ferenc Wágner
wferi-guest at moszumanska.debian.org
Tue Jan 26 21:29:57 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 42316282f5b6bea4a37c57beb4c943810d085d24
Author: Scott Cantor <cantor.2 at osu.edu>
Date: Mon Dec 17 06:08:42 2007 +0000
Convert linefeeds.
---
postinstall | 52 ++++++++++++++++++++++++++--------------------------
1 file changed, 26 insertions(+), 26 deletions(-)
diff --git a/postinstall b/postinstall
index 3a16ec2..ffa27f5 100644
--- a/postinstall
+++ b/postinstall
@@ -1,26 +1,26 @@
-#!/bin/sh
-
-cd /opt/shibboleth-sp/etc/shibboleth
-
-CONFIGFILES=" \
- native.logger \
- shibd.logger \
- shibboleth.logger \
- accessError.html \
- rmError.html \
- sessionError.html \
- metadataError.html \
- sslError.html \
- sp-example.key \
- sp-example.crt \
- AAP.xml \
- shibboleth.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 \
+ shibboleth.logger \
+ accessError.html \
+ rmError.html \
+ sessionError.html \
+ metadataError.html \
+ sslError.html \
+ sp-example.key \
+ sp-example.crt \
+ AAP.xml \
+ shibboleth.xml \
+ example-metadata.xml"
+
+for f in $CONFIGFILES; do
+ if test ! -f $f; then
+ cp $f.dist $f
+ fi;
+ done
+
+exit 0
--
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