[systemd-commits] 2 commits - TODO bash-completion/systemd-bash-completion.sh
Lennart Poettering
lennart at kemper.freedesktop.org
Tue May 29 10:47:49 PDT 2012
TODO | 4 ++++
bash-completion/systemd-bash-completion.sh | 6 +++---
2 files changed, 7 insertions(+), 3 deletions(-)
New commits:
commit 80d37ae7b9d2c471e89e018a8f1e7cab8cd53123
Author: Gert Michael Kulyk <gkulyk at klio>
Date: Sun May 27 20:43:55 2012 +0200
bash: Reflect new name of loginctl in bash-completion script
https://bugs.freedesktop.org/show_bug.cgi?id=50402
diff --git a/bash-completion/systemd-bash-completion.sh b/bash-completion/systemd-bash-completion.sh
index 9cd439c..fc2dda5 100644
--- a/bash-completion/systemd-bash-completion.sh
+++ b/bash-completion/systemd-bash-completion.sh
@@ -197,9 +197,9 @@ _systemctl () {
}
complete -F _systemctl systemctl
-__get_all_sessions () { systemd-loginctl list-sessions | { while read -r a b; do printf "%s\n" "$a"; done; } ; }
-__get_all_users () { systemd-loginctl list-users | { while read -r a b; do printf "%s\n" "$b"; done; } ; }
-__get_all_seats () { systemd-loginctl list-seats | { while read -r a b; do printf "%s\n" "$a"; done; } ; }
+__get_all_sessions () { loginctl list-sessions | { while read -r a b; do printf "%s\n" "$a"; done; } ; }
+__get_all_users () { loginctl list-users | { while read -r a b; do printf "%s\n" "$b"; done; } ; }
+__get_all_seats () { loginctl list-seats | { while read -r a b; do printf "%s\n" "$a"; done; } ; }
_loginctl () {
local cur=${COMP_WORDS[COMP_CWORD]} prev=${COMP_WORDS[COMP_CWORD-1]}
commit 6b17d77e3e9eb80786f685e161515a07e0d8c4b8
Author: Lennart Poettering <lennart at poettering.net>
Date: Fri May 25 14:38:48 2012 +0200
TODO
diff --git a/TODO b/TODO
index 03eaa97..b794b0b 100644
--- a/TODO
+++ b/TODO
@@ -37,6 +37,10 @@ Features:
- graphical sessions will show a dialog, like they do already today
- use udev to tag input devices we want to subscribe to
+* power/suspend/lid button logic in logind
+
+* journalctl /dev/sda, journalctl /usr/bin/httpd
+
* also reset /proc/sys/kernel/usermodehelper/bset /proc/sys/kernel/usermodehelper/inheritable in system.conf's CapabilityBoundingSet=
* make use of /sys/power/wake_lock in inhibitors
More information about the systemd-commits
mailing list