Package: vzctl
Version: 3.0.10-1
Severity: grave
Tags: patch
Justification: renders package unusable
/var/lib/dpkg/info/vzctl.postinst has an error that causes
installation to fail. 'invoke-rc.d package start' should be
'invoke-rc.d vz start'.
-- System Information:
Debian Release: testing/unstable
APT prefers testing
APT policy: (990, 'testing'), (300, 'unstable'), (200, 'stable')
Architecture: amd64 (x86_64)
Shell: /bin/sh linked to /bin/bash
Kernel: Linux 2.6.16
Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968)
Versions of packages vzctl depends on:
ii libc6 2.3.6-15 GNU C Library: Shared libraries
vzctl recommends no packages.
-- no debconf information
--- vzctl.postinst.orig 2006-07-05 06:08:15.000000000 -0400
+++ vzctl.postinst 2006-07-10 12:32:59.000000000 -0400
@@ -22,7 +22,7 @@
if [ -x "/etc/init.d/vz" ]; then
update-rc.d vz defaults >/dev/null
if which invoke-rc.d >/dev/null 2>&1; then
- invoke-rc.d package start
+ invoke-rc.d vz start
else
/etc/init.d/vz start
fi