From 49efbac1af42fc04a87227134eecf39cedf4f209 Mon Sep 17 00:00:00 2001 From: Martin Wilke Date: Sat, 19 Dec 2009 13:03:53 +0000 Subject: - Update to 0.22 PR: 141722 141723 141724 Submitted by: Bernhard Froehlich (maintainer) --- .../files/patch-programs__mythfrontend__main.cpp | 11 ----------- 1 file changed, 11 deletions(-) delete mode 100644 multimedia/mythtv-frontend/files/patch-programs__mythfrontend__main.cpp (limited to 'multimedia/mythtv-frontend/files/patch-programs__mythfrontend__main.cpp') 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()); - } -- cgit v1.2.3