summaryrefslogtreecommitdiff
path: root/community-testing/cdemu-daemon/cdemu-daemon-system.patch
diff options
context:
space:
mode:
Diffstat (limited to 'community-testing/cdemu-daemon/cdemu-daemon-system.patch')
-rw-r--r--community-testing/cdemu-daemon/cdemu-daemon-system.patch15
1 files changed, 15 insertions, 0 deletions
diff --git a/community-testing/cdemu-daemon/cdemu-daemon-system.patch b/community-testing/cdemu-daemon/cdemu-daemon-system.patch
new file mode 100644
index 000000000..ce4dab7d9
--- /dev/null
+++ b/community-testing/cdemu-daemon/cdemu-daemon-system.patch
@@ -0,0 +1,15 @@
+--- system/cdemu-daemon-system.sh.orig 2012-02-27 21:38:05.000000000 +0100
++++ system/cdemu-daemon-system.sh 2012-03-10 20:53:06.787503891 +0100
+@@ -6,10 +6,10 @@
+ # Default settings
+ NUM_DEVICES=2
+ 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
++CONFIG_FILE=/etc/conf.d/cdemud
+
+ if [ -f ${CONFIG_FILE} ]; then
+ . ${CONFIG_FILE};