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 | |
parent | a7341ea30a0df11a28303f9071b68cc8c86b62d8 (diff) | |
download | slackbuilds-38648a9cbc55636d77528c8097f91883b74ae272.tar.gz |
system/cdemu-daemon: Updated for version 3.2.3.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
-rw-r--r-- | system/cdemu-daemon/README | 2 | ||||
-rw-r--r-- | system/cdemu-daemon/README.SLACKWARE | 16 | ||||
-rw-r--r-- | system/cdemu-daemon/cdemu-daemon.SlackBuild | 5 | ||||
-rw-r--r-- | system/cdemu-daemon/cdemu-daemon.info | 8 | ||||
-rw-r--r-- | system/cdemu-daemon/slack-desc | 2 |
5 files changed, 17 insertions, 16 deletions
diff --git a/system/cdemu-daemon/README b/system/cdemu-daemon/README index 25c517b7c4..b0bc1b62a4 100644 --- a/system/cdemu-daemon/README +++ b/system/cdemu-daemon/README @@ -4,4 +4,4 @@ a free, GPL CD/DVD-ROM device emulator for linux. This SlackBuild uses group cdrom as default. To use another group ex. cdemu run the script like this: - GROUP=cdemu ./cdemu-daemon.SlackBuild +GROUP=cdemu ./cdemu-daemon.SlackBuild diff --git a/system/cdemu-daemon/README.SLACKWARE b/system/cdemu-daemon/README.SLACKWARE index 3569f6367c..d68901e1fd 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 diff --git a/system/cdemu-daemon/cdemu-daemon.SlackBuild b/system/cdemu-daemon/cdemu-daemon.SlackBuild index 9744242bbd..6ac09d201d 100644 --- a/system/cdemu-daemon/cdemu-daemon.SlackBuild +++ b/system/cdemu-daemon/cdemu-daemon.SlackBuild @@ -1,7 +1,8 @@ #!/bin/sh # Slackware build script for cdemu-daemon -# Copyright 2008 Niklas "Nille" Åkerström + +# Copyright 2008 Niklas "Nille" Åkerström # Copyright 2010-2013 Niels Horn, Rio de Janeiro, RJ, Brazil <niels.horn@gmail.com> # Copyright 2018-2019 Isaac Yu <isaacyu1@isaacyu1.com> # All rights reserved. @@ -24,7 +25,7 @@ # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=cdemu-daemon -VERSION=${VERSION:-3.2.2} +VERSION=${VERSION:-3.2.3} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} diff --git a/system/cdemu-daemon/cdemu-daemon.info b/system/cdemu-daemon/cdemu-daemon.info index 41cb16b320..ae8100f106 100644 --- a/system/cdemu-daemon/cdemu-daemon.info +++ b/system/cdemu-daemon/cdemu-daemon.info @@ -1,8 +1,8 @@ PRGNAM="cdemu-daemon" -VERSION="3.2.2" -HOMEPAGE="http://cdemu.sourceforge.net/about/daemon/" -DOWNLOAD="http://downloads.sourceforge.net/cdemu/cdemu-daemon-3.2.2.tar.bz2" -MD5SUM="bdcf29b7a741e60b34bb80d24423203b" +VERSION="3.2.3" +HOMEPAGE="https://cdemu.sourceforge.io/about/daemon/" +DOWNLOAD="https://downloads.sourceforge.net/cdemu/cdemu-daemon-3.2.3.tar.bz2" +MD5SUM="fbc4be370ebb9cec0b8593f91370be58" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="libmirage vhba-module" diff --git a/system/cdemu-daemon/slack-desc b/system/cdemu-daemon/slack-desc index 9ac5fdb937..bcfe0793c7 100644 --- a/system/cdemu-daemon/slack-desc +++ b/system/cdemu-daemon/slack-desc @@ -15,5 +15,5 @@ cdemu-daemon: one instance per each device registered by kernel module. cdemu-daemon: It uses libMirage, an image access library that is part of cdemu-daemon: demu suite, for the image access. cdemu-daemon: -cdemu-daemon: Homepage: http://cdemu.sourceforge.net/about/daemon/ +cdemu-daemon: Homepage: https://cdemu.sourceforge.io/about/daemon/ cdemu-daemon: |