summaryrefslogtreecommitdiffstats
path: root/system/cdemu-daemon/README.SLACKWARE
diff options
context:
space:
mode:
author Isaac Yu <isaacyu1@isaacyu1.com>2018-08-12 21:14:15 +0100
committer Willy Sudiarto Raharjo <willysr@slackbuilds.org>2018-08-18 08:39:46 +0700
commitee9d871ab72517f42b0de5815e0dee0c97af23ac (patch)
treed7ce0a2d38f6b309eec8a270d33fb3d34729b36c /system/cdemu-daemon/README.SLACKWARE
parentd17ce81bf42a689868407a6dc97777a081dfbd5f (diff)
downloadslackbuilds-ee9d871ab72517f42b0de5815e0dee0c97af23ac.tar.gz
slackbuilds-ee9d871ab72517f42b0de5815e0dee0c97af23ac.tar.xz
system/cdemu-daemon: Updated for version 3.2.1 + new maintainer.
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
Diffstat (limited to 'system/cdemu-daemon/README.SLACKWARE')
-rw-r--r--system/cdemu-daemon/README.SLACKWARE17
1 files changed, 8 insertions, 9 deletions
diff --git a/system/cdemu-daemon/README.SLACKWARE b/system/cdemu-daemon/README.SLACKWARE
index 53a905c994..3569f6367c 100644
--- a/system/cdemu-daemon/README.SLACKWARE
+++ b/system/cdemu-daemon/README.SLACKWARE
@@ -2,16 +2,15 @@ README.SLACKWARE
To start the cdemu-daemon at boot, add the following to /etc/rc.d/rc.local:
- # Start cdemu-daemon.
- if [ -x /etc/rc.d/rc.cdemud ]; then
- /etc/rc.d/rc.cdemud start
- fi
+ # Start cdemu-daemon.
+ if [ -x /etc/rc.d/rc.cdemud ]; then
+ /etc/rc.d/rc.cdemud start
+ fi
Add this to /etc/rc.d/rc.local_shutdown (if this file does not already
exist, create it and make it executable):
- # Stop cdemu-daemon.
- if [ -x /etc/rc.d/rc.cdemud ]; then
- /etc/rc.d/rc.cdemud stop
- fi
-
+ # Stop cdemu-daemon.
+ if [ -x /etc/rc.d/rc.cdemud ]; then
+ /etc/rc.d/rc.cdemud stop
+ fi