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, 0 insertions, 15 deletions
diff --git a/community-testing/cdemu-daemon/cdemu-daemon-system.patch b/community-testing/cdemu-daemon/cdemu-daemon-system.patch
deleted file mode 100644
index ce4dab7d9..000000000
--- a/community-testing/cdemu-daemon/cdemu-daemon-system.patch
+++ /dev/null
@@ -1,15 +0,0 @@
---- 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};