diff options
author | Isaac Yu <isaacyu1@isaacyu1.com> | 2019-09-14 11:26:05 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2019-09-14 11:26:05 +0700 |
commit | 38648a9cbc55636d77528c8097f91883b74ae272 (patch) | |
tree | 530fdac3292e8af7e3e3421e33e4e289b35a9128 /system/cdemu-daemon/README.SLACKWARE | |
parent | a7341ea30a0df11a28303f9071b68cc8c86b62d8 (diff) |
system/cdemu-daemon: Updated for version 3.2.3.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'system/cdemu-daemon/README.SLACKWARE')
-rw-r--r-- | system/cdemu-daemon/README.SLACKWARE | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/system/cdemu-daemon/README.SLACKWARE b/system/cdemu-daemon/README.SLACKWARE index 3569f6367c969..d68901e1fd429 100644 --- a/system/cdemu-daemon/README.SLACKWARE +++ b/system/cdemu-daemon/README.SLACKWARE @@ -2,15 +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 |