commit 7a411589f8dcd36b6824839a9e6860c164378911 parent aa2da20176e0caa8fa5deb70c27f4be1c99cf4d5 Author: Jan Pobrislo <ccx@webprojekty.cz> Date: Thu, 26 Jun 2014 20:06:06 +0200 fix function names Diffstat:
| M | zsh-functions/confz_vserver_init | | | 4 | ++-- |
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/zsh-functions/confz_vserver_init b/zsh-functions/confz_vserver_init @@ -112,7 +112,7 @@ confz_vserver_listconfigs_hook_do() { } -confz_vserver_autorestart() { +confz_vserver_autorestart_check() { checkvars name require vserver_listconfigs_hook :name @@ -136,7 +136,7 @@ confz_vserver_autorestart() { } -confz_autorestart_default() { +confz_autorestart_default_check() { local mark for mark in /etc/vservers/*/apps/init/mark; do