diff options
author | Niklas Nille Åkerström <nille.kungen[AT]gmail.com> | 2010-05-11 22:55:13 +0200 |
---|---|---|
committer | David Somero <xgizzmo@slackbuilds.org> | 2010-05-11 22:55:13 +0200 |
commit | fd133f51ff16a501bc64ea218b0fa86df2dafb47 (patch) | |
tree | 16028a468b52e1b89fedb65e87e93cd4bcb496db /system/cdemu-daemon/rc.cdemud.conf | |
parent | 01c5a6263c5ade57ed671a1e857ccdfe1dce02f3 (diff) |
system/cdemu-daemon: Added to 12.1 repository
Diffstat (limited to 'system/cdemu-daemon/rc.cdemud.conf')
-rw-r--r-- | system/cdemu-daemon/rc.cdemud.conf | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/system/cdemu-daemon/rc.cdemud.conf b/system/cdemu-daemon/rc.cdemud.conf new file mode 100644 index 0000000000000..aff5ed0a92d62 --- /dev/null +++ b/system/cdemu-daemon/rc.cdemud.conf @@ -0,0 +1,26 @@ +# /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= |