summaryrefslogtreecommitdiff
path: root/multimedia/mythtv-frontend/files/patch-programs__mythfrontend__main.cpp
diff options
context:
space:
mode:
authorMartin Wilke <miwi@FreeBSD.org>2009-12-19 13:03:53 +0000
committerMartin Wilke <miwi@FreeBSD.org>2009-12-19 13:03:53 +0000
commit49efbac1af42fc04a87227134eecf39cedf4f209 (patch)
tree34c003c981347e372c19def235acb7d10f813f35 /multimedia/mythtv-frontend/files/patch-programs__mythfrontend__main.cpp
parent- Mark BROKEN on 6.x: does not configure (diff)
- Update to 0.22
PR: 141722 141723 141724 Submitted by: Bernhard Froehlich <decke@bluelife.at> (maintainer)
Diffstat (limited to 'multimedia/mythtv-frontend/files/patch-programs__mythfrontend__main.cpp')
-rw-r--r--multimedia/mythtv-frontend/files/patch-programs__mythfrontend__main.cpp11
1 files changed, 0 insertions, 11 deletions
diff --git a/multimedia/mythtv-frontend/files/patch-programs__mythfrontend__main.cpp b/multimedia/mythtv-frontend/files/patch-programs__mythfrontend__main.cpp
deleted file mode 100644
index 54d3e2006e8a..000000000000
--- a/multimedia/mythtv-frontend/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-04-22 21:05:21.000000000 -0400
-@@ -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());
- }