summaryrefslogtreecommitdiff
path: root/community-testing/cdemu-daemon/cdemu-daemon-system.patch
diff options
context:
space:
mode:
authorroot <root@rshg054.dnsready.net>2012-03-12 00:01:32 +0000
committerroot <root@rshg054.dnsready.net>2012-03-12 00:01:32 +0000
commita6cb3ddef295c5feb4e03ee198dbb31cdf62d518 (patch)
tree4ea0c57a9a347779a3d69ebee2dc54d994a30235 /community-testing/cdemu-daemon/cdemu-daemon-system.patch
parent4640048ddd1331c9f6fc14b8921ccecdb6b1ea11 (diff)
Mon Mar 12 00:01:32 UTC 2012
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};