Package: vzctl
Version: 3.0.22-6
Severity: normal
Tags: patch
User: [EMAIL PROTECTED]
Usertags: origin-ubuntu intrepid ubuntu-patch

In Ubuntu, we've applied the attached patch to achieve the following:

  * Fix typo in etc/bash_completion.d/vzctl.sh.in, which fixes
    name completion for "stop", "enter" and "exec*":
    s/rm_emtpy/rm_empty/

We thought you might be interested in doing the same. 


Additionally, please consider setting/using DEF_OSTEMPLATE="debian" by
default.
In Ubuntu, we're using "ubuntu" (which is the same as "debian") and that
would allow us to just sync from Debian again.


Thank you.
--- vzctl-3.0.22.orig/etc/bash_completion.d/vzctl.sh.in
+++ vzctl-3.0.22/etc/bash_completion.d/vzctl.sh.in
@@ -21,7 +21,7 @@
                stop|enter|exec*)
                        # running VEs
                        @SBINDIR@/vzlist -H -oveid
-                       @SBINDIR@/vzlist -H -oname | $rm_emtpy
+                       @SBINDIR@/vzlist -H -oname | $rm_empty
                        ;;
                *)
                        # All VEs

Reply via email to