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/README.SLACKWARE | |
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/README.SLACKWARE')
-rw-r--r-- | network/shibboleth-sp/README.SLACKWARE | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/network/shibboleth-sp/README.SLACKWARE b/network/shibboleth-sp/README.SLACKWARE index 68f032d04b..b62e830259 100644 --- a/network/shibboleth-sp/README.SLACKWARE +++ b/network/shibboleth-sp/README.SLACKWARE @@ -12,13 +12,13 @@ You will need to add the following line to /etc/httpd/httpd.conf: To start shibboleth automatically at system startup, add the following to your /etc/rc.d/rc.local: - if [ -x /etc/rc.d/rc.shibboleth ]; then - /etc/rc.d/rc.shibboleth start + if [ -x /etc/rc.d/rc.shibd ]; then + /etc/rc.d/rc.shibd start fi To stop shibboleth automatically at system shutdown, add the following to your /etc/rc.d/rc.local_shutdown: - if [ -x /etc/rc.d/rc.shibboleth ]; then - /etc/rc.d/rc.shibboleth stop + if [ -x /etc/rc.d/rc.shibd ]; then + /etc/rc.d/rc.shibd stop fi |