summaryrefslogtreecommitdiffstats
path: root/system/cdemu-daemon
diff options
context:
space:
mode:
Diffstat (limited to 'system/cdemu-daemon')
-rw-r--r--system/cdemu-daemon/README6
-rw-r--r--system/cdemu-daemon/README.SLACKWARE16
-rw-r--r--system/cdemu-daemon/cdemu-daemon.SlackBuild7
-rw-r--r--system/cdemu-daemon/cdemu-daemon.info8
-rw-r--r--system/cdemu-daemon/slack-desc2
5 files changed, 21 insertions, 18 deletions
diff --git a/system/cdemu-daemon/README b/system/cdemu-daemon/README
index 25c517b7c4..b1229b97fc 100644
--- a/system/cdemu-daemon/README
+++ b/system/cdemu-daemon/README
@@ -2,6 +2,8 @@ CDEmu daemon is the userspace daemon part of the cdemu suite.
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:
+To use another group (e.x. cdemu), add its name as an
+argument to the GROUP variable when running the build script.
+For example:
- 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..691c02f314 100644
--- a/system/cdemu-daemon/cdemu-daemon.SlackBuild
+++ b/system/cdemu-daemon/cdemu-daemon.SlackBuild
@@ -1,9 +1,10 @@
#!/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>
+# Copyright 2018-2020 Isaac Yu <isaacyu1@isaacyu1.com>
# All rights reserved.
#
# Redistribution and use of this script, with or without modification, is
@@ -24,7 +25,7 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=cdemu-daemon
-VERSION=${VERSION:-3.2.2}
+VERSION=${VERSION:-3.2.4}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
diff --git a/system/cdemu-daemon/cdemu-daemon.info b/system/cdemu-daemon/cdemu-daemon.info
index 41cb16b320..3a27c0b19b 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.4"
+HOMEPAGE="https://cdemu.sourceforge.io/about/daemon/"
+DOWNLOAD="https://downloads.sourceforge.net/cdemu/cdemu-daemon-3.2.4.tar.bz2"
+MD5SUM="9021f56fd95686f5b14d3b32f68e7b1a"
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: