[shibboleth-sp2] 84/119: Fix for shibd init script install.

Ferenc Wágner wferi-guest at moszumanska.debian.org
Tue Jan 26 21:29:53 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 8a5684a3b299f83b4eefeeb22a76bfaf03d3e22b
Author: Scott Cantor <cantor.2 at osu.edu>
Date:   Wed Oct 17 15:09:21 2007 +0000

    Fix for shibd init script install.
---
 shibboleth.spec.in | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/shibboleth.spec.in b/shibboleth.spec.in
index b66d556..5ca6e15 100644
--- a/shibboleth.spec.in
+++ b/shibboleth.spec.in
@@ -118,7 +118,7 @@ fi
 %if "%{_vendor}" == "redhat"
 	if [ -d %{_sysconfdir}/init.d ] ; then
 		if [ ! -f %{_sysconfdir}/init.d/shibd ] ; then
-			%{__cp} -p %{_sysconfdir}/shibboleth/%{_vendor} %{_sysconfdir}/init.d/shibd
+			%{__cp} -p %{_sysconfdir}/shibboleth/shibd-%{_vendor} %{_sysconfdir}/init.d/shibd
 			%{__chmod} 755 %{_sysconfdir}/init.d/shibd
 			chkconfig --add shibd
 		fi

-- 
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