aboutsummaryrefslogtreecommitdiff
path: root/multimedia/mythtv/files/patch-programs__mythfrontend__main.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'multimedia/mythtv/files/patch-programs__mythfrontend__main.cpp')
-rw-r--r--multimedia/mythtv/files/patch-programs__mythfrontend__main.cpp11
1 files changed, 0 insertions, 11 deletions
diff --git a/multimedia/mythtv/files/patch-programs__mythfrontend__main.cpp b/multimedia/mythtv/files/patch-programs__mythfrontend__main.cpp
deleted file mode 100644
index bac9eecbf514..000000000000
--- a/multimedia/mythtv/files/patch-programs__mythfrontend__main.cpp
+++ /dev/null
@@ -1,11 +0,0 @@
---- ./programs/mythfrontend/main.cpp.orig 2008-02-23 22:25:03.000000000 -0500
-+++ ./programs/mythfrontend/main.cpp 2009-02-23 09:59:26.000000000 -0500
-@@ -577,7 +577,7 @@
- void haltnow()
- {
- QString halt_cmd = gContext->GetSetting("HaltCommand",
-- "sudo /sbin/halt -p");
-+ "/sbin/shutdown -p now");
- if (!halt_cmd.isEmpty())
- system(halt_cmd.ascii());
- }