Another typo in invirt-xen-config's init script
authorEvan Broder <broder@mit.edu>
Sat, 25 Oct 2008 23:07:00 +0000 (19:07 -0400)
committerEvan Broder <broder@mit.edu>
Sat, 25 Oct 2008 23:07:00 +0000 (19:07 -0400)
svn path=/trunk/packages/invirt-xen-config/; revision=1277

debian/changelog
debian/invirt-xen-config.init

index c4cbc81..d73e2e6 100644 (file)
@@ -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
index 3752b61..787343d 100755 (executable)
@@ -41,7 +41,7 @@ do_reload() {
 }
 
 do_stop() {
-    invoke-rc.d "$PARENTPACKAGE" "$1"
+    invoke-rc.d "$PARENTPACKAGE" stop
 }
 
 std_init "$1"