summaryrefslogtreecommitdiff
path: root/multimedia/mythtv/files/patch-programs__mythbackend__scheduler.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'multimedia/mythtv/files/patch-programs__mythbackend__scheduler.cpp')
-rw-r--r--multimedia/mythtv/files/patch-programs__mythbackend__scheduler.cpp11
1 files changed, 0 insertions, 11 deletions
diff --git a/multimedia/mythtv/files/patch-programs__mythbackend__scheduler.cpp b/multimedia/mythtv/files/patch-programs__mythbackend__scheduler.cpp
deleted file mode 100644
index 4d92f3b1f542..000000000000
--- a/multimedia/mythtv/files/patch-programs__mythbackend__scheduler.cpp
+++ /dev/null
@@ -1,11 +0,0 @@
---- ./programs/mythbackend/scheduler.cpp.orig 2008-02-20 22:23:22.000000000 -0500
-+++ ./programs/mythbackend/scheduler.cpp 2009-02-23 09:59:26.000000000 -0500
-@@ -2054,7 +2054,7 @@
- gContext->dispatch(me);
-
- QString halt_cmd = gContext->GetSetting("ServerHaltCommand",
-- "sudo /sbin/halt -p");
-+ "/sbin/shutdown -p now");
-
- if (!halt_cmd.isEmpty())
- {