aboutsummaryrefslogtreecommitdiff
path: root/local/bin
diff options
context:
space:
mode:
authorKarel Kočí <cynerd@email.cz>2017-05-12 13:50:53 +0200
committerKarel Kočí <cynerd@email.cz>2017-05-12 13:50:53 +0200
commit68dadd91357839749beccf19cba3e7b80c4ebfb3 (patch)
treed8c873ac230e79878873aa3238a19d2837ba1e15 /local/bin
parent6a7c3062aabb76dc0f12809c671e52270d850d13 (diff)
downloadmyconfigs-68dadd91357839749beccf19cba3e7b80c4ebfb3.tar.gz
myconfigs-68dadd91357839749beccf19cba3e7b80c4ebfb3.tar.bz2
myconfigs-68dadd91357839749beccf19cba3e7b80c4ebfb3.zip
Drop sys-* files as they expect consolekit
I am no longer using consolekit.
Diffstat (limited to 'local/bin')
-rwxr-xr-xlocal/bin/sys-reboot2
-rwxr-xr-xlocal/bin/sys-shutdown2
-rwxr-xr-xlocal/bin/sys-suspend2
3 files changed, 0 insertions, 6 deletions
diff --git a/local/bin/sys-reboot b/local/bin/sys-reboot
deleted file mode 100755
index 24a024c..0000000
--- a/local/bin/sys-reboot
+++ /dev/null
@@ -1,2 +0,0 @@
-#!/bin/sh
-dbus-send --system --print-reply --dest="org.freedesktop.ConsoleKit" /org/freedesktop/ConsoleKit/Manager org.freedesktop.ConsoleKit.Manager.Restart
diff --git a/local/bin/sys-shutdown b/local/bin/sys-shutdown
deleted file mode 100755
index bff9762..0000000
--- a/local/bin/sys-shutdown
+++ /dev/null
@@ -1,2 +0,0 @@
-#!/bin/sh
-dbus-send --system --print-reply --dest="org.freedesktop.ConsoleKit" /org/freedesktop/ConsoleKit/Manager org.freedesktop.ConsoleKit.Manager.Stop
diff --git a/local/bin/sys-suspend b/local/bin/sys-suspend
deleted file mode 100755
index 49b4b2e..0000000
--- a/local/bin/sys-suspend
+++ /dev/null
@@ -1,2 +0,0 @@
-#!/bin/sh
-dbus-send --system --print-reply --dest="org.freedesktop.ConsoleKit" /org/freedesktop/ConsoleKit/Manager org.freedesktop.ConsoleKit.Manager.Suspend boolean:true