diff options
author | Thibaut Notteboom <thibaut.notteboom@gmail.com> | 2015-08-24 18:05:38 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2015-08-25 05:21:06 +0700 |
commit | 3f626b06c68002abde0f2615da4fc0e126dd6258 (patch) | |
tree | 03268beca50eb71339616ff0c4b8133f58e2c4a1 /network/shibboleth-sp/doinst.sh | |
parent | dc04a059952d7a6ada0d226b8cb2b86fc648df6b (diff) | |
download | slackbuilds-3f626b06c68002abde0f2615da4fc0e126dd6258.tar.gz |
network/shibboleth-sp: Updated for version 2.5.5.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'network/shibboleth-sp/doinst.sh')
-rw-r--r-- | network/shibboleth-sp/doinst.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/network/shibboleth-sp/doinst.sh b/network/shibboleth-sp/doinst.sh index 62214b7f2a..a7cb2d3911 100644 --- a/network/shibboleth-sp/doinst.sh +++ b/network/shibboleth-sp/doinst.sh @@ -22,7 +22,7 @@ preserve_perms() { config $NEW } -preserve_perms etc/rc.d/rc.shibboleth.new +preserve_perms etc/rc.d/rc.shibd.new config etc/httpd/extra/mod_shib.conf.new find etc/shibboleth/ -name *.html.new | while read cfg ; do config $cfg ; done find etc/shibboleth/ -name *.logger.new | while read cfg ; do config $cfg ; done |