diff options
author | Niels Horn <niels.horn@gmail.com> | 2011-10-04 08:15:58 -0500 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2011-10-11 21:20:28 -0500 |
commit | 98d02cc48f4763845f174c4061fdf8e109c056c4 (patch) | |
tree | a683bfec23bf33a333ad0524b6bb44224f382436 /system/cdemu-daemon/rc.cdemud.conf | |
parent | c7b6e320db7873555b05b7de04d4d89c40a34de1 (diff) | |
download | slackbuilds-98d02cc48f4763845f174c4061fdf8e109c056c4.tar.gz |
system/cdemu-daemon: Updated for version 1.4.0.
Signed-off-by: Erik Hanson <erik@slackbuilds.org>
Diffstat (limited to 'system/cdemu-daemon/rc.cdemud.conf')
-rw-r--r-- | system/cdemu-daemon/rc.cdemud.conf | 26 |
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= |