summaryrefslogtreecommitdiffstats
path: root/system/cdemu-daemon/rc.cdemud.conf
diff options
context:
space:
mode:
Diffstat (limited to 'system/cdemu-daemon/rc.cdemud.conf')
-rw-r--r--system/cdemu-daemon/rc.cdemud.conf26
1 files changed, 0 insertions, 26 deletions
diff --git a/system/cdemu-daemon/rc.cdemud.conf b/system/cdemu-daemon/rc.cdemud.conf
deleted file mode 100644
index aff5ed0a92..0000000000
--- a/system/cdemu-daemon/rc.cdemud.conf
+++ /dev/null
@@ -1,26 +0,0 @@
-# /etc/rc.d/rc.cdemud.conf
-#
-# This file contains the configuration settings for cdemu-daemon.
-
-# Number off devices to use.
-# Specifies the number of virtual devices the daemon instance should register
-# with kernel module and control
-DEVICES=1
-
-# Control device. Specifies the control device path.
-# Control device is a character device provided by kernel module;
-# it is used for communication between kernel and userspace part of CDEmu suite.
-CTL_DEVICE=/dev/vhba_ctl
-
-# Audio driver. Specifies audio driver to be used by virtual devices' audio play.
-# Since libao is used for audio playback, any valid libao driver can be specified.
-AUDIO_DRIVER=alsa
-
-# Module tells the initscript what module to load.
-# on older versions cdemu were used but now it uses vhba.
-# This should never be changed.
-MODULE=vhba
-
-# Bus type. Valid options are system or session. By default, system bus is used.
-# This should never be used unless you have a really good reason for it.
-#BUS=