aboutsummaryrefslogtreecommitdiffstats
path: root/meta-webserver/recipes-webadmin/ajenti/ajenti/0005-plugins-power-fix-shutdown.patch
diff options
context:
space:
mode:
Diffstat (limited to 'meta-webserver/recipes-webadmin/ajenti/ajenti/0005-plugins-power-fix-shutdown.patch')
-rw-r--r--meta-webserver/recipes-webadmin/ajenti/ajenti/0005-plugins-power-fix-shutdown.patch31
1 files changed, 0 insertions, 31 deletions
diff --git a/meta-webserver/recipes-webadmin/ajenti/ajenti/0005-plugins-power-fix-shutdown.patch b/meta-webserver/recipes-webadmin/ajenti/ajenti/0005-plugins-power-fix-shutdown.patch
deleted file mode 100644
index 2934385b2d..0000000000
--- a/meta-webserver/recipes-webadmin/ajenti/ajenti/0005-plugins-power-fix-shutdown.patch
+++ /dev/null
@@ -1,31 +0,0 @@
-From acd997cf610f8e9b0dbea00d2f1184d256d1b85b Mon Sep 17 00:00:00 2001
-From: Paul Eggleton <paul.eggleton@linux.intel.com>
-Date: Sat, 17 Mar 2012 23:50:48 +0000
-Subject: [PATCH] plugins/power: fix shutdown
-
-Fix shutdown to use the -h option together with -P (which is required
-for sysvinit shutdown.)
-
-Upstream-Status: Pending
-
-Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
----
- plugins/power/main.py | 2 +-
- 1 files changed, 1 insertions(+), 1 deletions(-)
-
-diff --git a/plugins/power/main.py b/plugins/power/main.py
-index 0ab6337..069bde7 100755
---- a/plugins/power/main.py
-+++ b/plugins/power/main.py
-@@ -57,7 +57,7 @@ class PowerPlugin(CategoryPlugin):
- @event('button/click')
- def on_aclick(self, event, params, vars=None):
- if params[0] == 'shutdown':
-- shell('shutdown -P now')
-+ shell('shutdown -h -P now')
- if params[0] == 'reboot':
- shell('reboot')
-
---
-1.7.5.4
-