[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#611706: unblock: vzctl/3.0.24-12



Package: release.debian.org
Usertags: unblock
Severity: normal

Please unblock vzctl/3.0.24-12. It includes a very important (serious?)
typo that prevent vzeventd from being start at boot.
inid -> init.

vzctl (3.0.24-12) unstable; urgency=high

  * Corrected the issue that vzeventd is not enabled as an init script
    by default. Closes: #610891.

 -- Ola Lundqvist <opal@debian.org>  Tue, 25 Jan 2011 07:18:05 +0100

This is the change made.

--- vzctl-3.0.24/debian/vzctl.postinst	2010-11-08 21:26:18.000000000 +0100
+++ ../vzctl-3.0.24/debian/vzctl.postinst	2011-01-25 07:17:17.745897647 +0100
@@ -23,7 +23,7 @@
     	if [ -x "/etc/init.d/vz" ] ; then
 	    update-rc.d vz defaults >/dev/null
 	fi
-	if [ -x "/etc/inid.d/vzeventd" ] ; then
+	if [ -x "/etc/init.d/vzeventd" ] ; then
 	    update-rc.d vzeventd defaults >/dev/null
         fi
 	# No idea to start here as no virtual host can have been configured


Thanks in advance,

// Ola

-- 
 --- Inguza Technology AB --- MSc in Information Technology ----
/  ola@inguza.com                    Annebergsslingan 37        \
|  opal@debian.org                   654 65 KARLSTAD            |
|  http://inguza.com/                Mobile: +46 (0)70-332 1551 |
\  gpg/f.p.: 7090 A92B 18FE 7994 0C36 4FE4 18A1 B1CF 0FE5 3DD9  /
 ---------------------------------------------------------------



Reply to: