summaryrefslogtreecommitdiffstats
path: root/remote/tools/consolekit
diff options
context:
space:
mode:
authorJonathan Bauer2013-03-14 18:30:10 +0100
committerJonathan Bauer2013-03-14 18:30:10 +0100
commit765e0502c315d250ab8f671bc726fef6f63a026a (patch)
treee5624ec583c98fd3202caefad9b37289d9cad348 /remote/tools/consolekit
parentbase -> base32 and started new base31 (diff)
downloadtm-scripts-765e0502c315d250ab8f671bc726fef6f63a026a.tar.gz
tm-scripts-765e0502c315d250ab8f671bc726fef6f63a026a.tar.xz
tm-scripts-765e0502c315d250ab8f671bc726fef6f63a026a.zip
restructuring...
Diffstat (limited to 'remote/tools/consolekit')
-rw-r--r--remote/tools/consolekit/consolekit.build21
-rw-r--r--remote/tools/consolekit/consolekit.conf11
2 files changed, 0 insertions, 32 deletions
diff --git a/remote/tools/consolekit/consolekit.build b/remote/tools/consolekit/consolekit.build
deleted file mode 100644
index 35170256..00000000
--- a/remote/tools/consolekit/consolekit.build
+++ /dev/null
@@ -1,21 +0,0 @@
-#!/bin/bash
-
-fetch_source() {
- pinfo "Extracting from running system..."
-}
-
-build() {
- BUILDDIR="${TOOL_DIR}/${TOOL}/build"
- COPYLIST="list_dpkg_output"
- [ -e "${COPYLIST}" ] && rm "${COPYLIST}"
-
- list_packet_files >> "${COPYLIST}"
- tarcopy "$(cat "${COPYLIST}" | sort -u)" "${BUILDDIR}"
-
-}
-post_copy() {
- mkdir -p "${TARGET_BUILD_DIR}/usr/lib/ConsoleKit/run-seat.d"
- mkdir -p "${TARGET_BUILD_DIR}/etc/ConsoleKit/run-seat.d"
- mkdir -p "${TARGET_BUILD_DIR}/etc/ConsoleKit/run-session.d"
- mkdir -p "${TARGET_BUILD_DIR}/var/log/ConsoleKit"
-}
diff --git a/remote/tools/consolekit/consolekit.conf b/remote/tools/consolekit/consolekit.conf
deleted file mode 100644
index 38f1718f..00000000
--- a/remote/tools/consolekit/consolekit.conf
+++ /dev/null
@@ -1,11 +0,0 @@
-REQUIRED_PACKAGES="consolekit"
-REQUIRED_BINARIES=" ck-history
- ck-launch-session
- ck-list-sessions
- ck-log-system-start
- ck-log-system-restart
- ck-log-system-stop
- console-kit-daemon"
-REQUIRED_DIRECTORIES=" /usr/lib/ConsoleKit /etc /lib/systemd/system"
-REQUIRED_FILES=" /usr/share/dbus-1/system-services/org.freedesktop.ConsoleKit.service
- /usr/share/polkit-1/actions/org.freedesktop.consolekit.policy"