summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLuka Perkov <luka@openwrt.org>2013-09-13 20:19:57 +0200
committerFrank Terbeck <ft@bewatermyfriend.org>2013-09-14 11:21:34 +0200
commit99e3aa58daf5892dbe08f4ad6b547e3894c8b6ad (patch)
tree77560b485649506cc14d06a586ba4d5fbff2f2fa
parent012668e14ec7305c404975da8c5ba648c1586a82 (diff)
downloadzsh-99e3aa58daf5892dbe08f4ad6b547e3894c8b6ad.tar.gz
zsh-99e3aa58daf5892dbe08f4ad6b547e3894c8b6ad.zip
31723: _systemd: add more system commands
While at it move suspend command so the order of the sytem commands equals the one in the systemd help. Signed-off-by: Luka Perkov <luka@openwrt.org>
-rw-r--r--ChangeLog5
-rw-r--r--Completion/Unix/Command/_systemd12
2 files changed, 16 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 196b78dd6..008e85500 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2013-09-14 Luka Perkov <luka@openwrt.org>
+
+ * 31723: Completion/Unix/Command/_systemd: _systemd: add more
+ system commands
+
2013-09-10 Barton E. Schaefer <schaefer@zsh.org>
* 31714: Completion/Zsh/Command/_cd: handle ".." properly when
diff --git a/Completion/Unix/Command/_systemd b/Completion/Unix/Command/_systemd
index c9fc38a5e..1aae4688b 100644
--- a/Completion/Unix/Command/_systemd
+++ b/Completion/Unix/Command/_systemd
@@ -121,11 +121,14 @@ _hosts_or_user_at_host()
"rescue:Enter system rescue mode"
"emergency:Enter system emergency mode"
"halt:Shut down and halt the system"
- "suspend:Suspend the system"
"poweroff:Shut down and power-off the system"
"reboot:Shut down and reboot the system"
"kexec:Shut down and reboot the system with kexec"
"exit:Ask for user instance termination"
+ "switch-root:Change to a different root file system"
+ "suspend:Suspend the system"
+ "hibernate:Hibernate the system"
+ "hibernate-sleep:Hibernate and suspend the system"
)
if (( CURRENT == 1 )); then
@@ -331,6 +334,13 @@ done
(( $+functions[_systemctl_link] )) || _systemctl_link() { _files }
+(( $+functions[_systemctl_switch-root] )) || _systemctl_switch-root()
+{
+ if (( CURRENT == 2 )); then
+ _directories
+ fi
+}
+
# no systemctl completion for:
# [STANDALONE]='daemon-reexec daemon-reload default dot dump
# emergency exit halt kexec list-jobs list-units