[-]
[+]
|
Added |
cdemu-daemon.changes
|
|
[-]
[+]
|
Added |
cdemu-daemon.spec
^
|
|
[-]
[+]
|
Added |
logfile.diff
^
|
@@ -0,0 +1,17 @@
+---
+ system/cdemu-daemon-system.sh | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+Index: cdemu-daemon-2.1.0/system/cdemu-daemon-system.sh
+===================================================================
+--- cdemu-daemon-2.1.0.orig/system/cdemu-daemon-system.sh
++++ cdemu-daemon-2.1.0/system/cdemu-daemon-system.sh
+@@ -6,7 +6,7 @@
+ # Default settings
+ NUM_DEVICES=1
+ AUDIO_DRIVER=null
+-LOG_FILE=/tmp/cdemu-daemon.log
++LOG_FILE=/var/log/cdemu-daemon.log
+
+ # Read the settings
+ CONFIG_FILE=/etc/sysconfig/cdemu-daemon
|
|
Added |
cdemu-daemon-2.1.0.tar.bz2
^
|
[-]
[+]
|
Added |
cdemu-daemon.sysconfig
^
|
@@ -0,0 +1,11 @@
+# Module to insert
+MODULE=vhba
+
+# Number of devices
+DEVICES=1
+
+# Control device
+CTL_DEVICE=/dev/vhba_ctl
+
+# Audio backend: pulse, alsa, oss, null (any driver supported by libao)
+AUDIO_BACKEND=null
|