summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
author B. Watson <yalhcru@gmail.com>2016-11-14 16:23:37 -0500
committer Willy Sudiarto Raharjo <willysr@slackbuilds.org>2016-11-15 21:41:38 +0700
commit8c9b6cabceedc9f70c6530fb0615e46ef3594d3c (patch)
tree403790696b1d66479527de03bb7c4c5052d3f383
parentd51fcf538bef0925439ecd427e7a0de7ddda19b1 (diff)
downloadslackbuilds-8c9b6cabceedc9f70c6530fb0615e46ef3594d3c.tar.gz
slackbuilds-8c9b6cabceedc9f70c6530fb0615e46ef3594d3c.tar.xz
audio/mt-daapd: Fix README.
-rw-r--r--audio/mt-daapd/README12
1 files changed, 6 insertions, 6 deletions
diff --git a/audio/mt-daapd/README b/audio/mt-daapd/README
index b5b51339f7..8c560bb90a 100644
--- a/audio/mt-daapd/README
+++ b/audio/mt-daapd/README
@@ -9,13 +9,13 @@ This file should be edited before the daemon is run.
An init script has been included for the daemon; to run at boot time, add the
following to /etc/rc.d/rc.local:
- if [ -x /etc/rc.d/rc.mt-daapd ]; then
- /etc/rc.d/rc.mt-daapd start
- fi
+ if [ -x /etc/rc.d/rc.mt-daapd ]; then
+ /etc/rc.d/rc.mt-daapd start
+ fi
You might also want to have the daemon shut down gracefully on system halt or
reboot; if so, add the following to /etc/rc.d/rc.local_shutdown:
- if [ -x /etc/rc.d/rc.mt-daapd ]; then
- /etc/rc.d/rc.mt-daapd stop
- fi
+ if [ -x /etc/rc.d/rc.mt-daapd ]; then
+ /etc/rc.d/rc.mt-daapd stop
+ fi