=== modified file 'zsh-functions/confz_vserver_init' --- zsh-functions/confz_vserver_init 2014-06-26 18:27:16 +0000 +++ zsh-functions/confz_vserver_init 2014-06-26 18:23:05 +0000 @@ -101,6 +101,12 @@ [[ -x /etc/vservers/$vars[name]/scripts/post-start.d/vserver-listconfigs ]] } +confz_vserver_listconfigs_hook_check() { + mkdir -p /etc/vservers/$vars[name]/scripts/post-start.d || return $? + ln -s $commands[vserver-listconfigs] \ + /etc/vservers/$vars[name]/scripts/post-start.d/vserver-listconfigs +} + confz_vserver_listconfigs_hook_do() { local lnk lnk=/etc/vservers/$vars[name]/scripts/post-start.d/vserver-listconfigs