Author: ultrotter Date: 2006-03-21 16:45:16 +0000 (Tue, 21 Mar 2006) New Revision: 126 Modified: trunk/xen-3.0/debian/xen-utils-3.0.postinst Log: Wops... wrong command called in the postinst, it seems Modified: trunk/xen-3.0/debian/xen-utils-3.0.postinst ==================================================================--- trunk/xen-3.0/debian/xen-utils-3.0.postinst 2006-03-21 16:38:53 UTC (rev 125) +++ trunk/xen-3.0/debian/xen-utils-3.0.postinst 2006-03-21 16:45:16 UTC (rev 126) @@ -13,8 +13,8 @@ update-rc.d xend start 20 2 3 4 5 . stop 21 0 1 6 . update-rc.d xendomains start 21 2 3 4 5 . stop 20 0 1 6 . - invoke xend start || true - invoke xendomains start || true + invoke-rc.d xend start || true + invoke-rc.d xendomains start || true ;; abort-upgrade|abort-remove|abort-deconfigure)