Fix for shibd init script install.
authorScott Cantor <cantor.2@osu.edu>
Wed, 17 Oct 2007 15:09:21 +0000 (15:09 +0000)
committerScott Cantor <cantor.2@osu.edu>
Wed, 17 Oct 2007 15:09:21 +0000 (15:09 +0000)
shibboleth.spec.in

index b66d556..5ca6e15 100644 (file)
@@ -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