summaryrefslogtreecommitdiffstats
path: root/network/shibboleth-sp/README.SLACKWARE
diff options
context:
space:
mode:
Diffstat (limited to 'network/shibboleth-sp/README.SLACKWARE')
-rw-r--r--network/shibboleth-sp/README.SLACKWARE8
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