From 80337208ca22e1f4ce56e6b8a7e0c46bcad7d1cd Mon Sep 17 00:00:00 2001 From: Evan Broder Date: Sat, 25 Oct 2008 19:07:00 -0400 Subject: [PATCH] Another typo in invirt-xen-config's init script svn path=/trunk/packages/invirt-xen-config/; revision=1277 --- debian/changelog | 6 ++++++ debian/invirt-xen-config.init | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index c4cbc81..d73e2e6 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +invirt-xen-config (0.0.4) unstable; urgency=low + + * Another typo in the init script + + -- + invirt-xen-config (0.0.3) unstable; urgency=low * Some small fixes in the init script diff --git a/debian/invirt-xen-config.init b/debian/invirt-xen-config.init index 3752b61..787343d 100755 --- a/debian/invirt-xen-config.init +++ b/debian/invirt-xen-config.init @@ -41,7 +41,7 @@ do_reload() { } do_stop() { - invoke-rc.d "$PARENTPACKAGE" "$1" + invoke-rc.d "$PARENTPACKAGE" stop } std_init "$1" -- 1.7.9.5