Punt references to sipb-xen- packages from invirt-reload 0.0.4
authorEvan Broder <broder@mit.edu>
Sat, 1 Nov 2008 08:53:30 +0000 (04:53 -0400)
committerEvan Broder <broder@mit.edu>
Sat, 1 Nov 2008 08:53:30 +0000 (04:53 -0400)
svn path=/trunk/packages/invirt-base/; revision=1499

debian/changelog
scripts/invirt-reload

index 118ce13..a6f3cee 100644 (file)
@@ -1,3 +1,10 @@
+invirt-base (0.0.4) unstable; urgency=low
+
+  * We don't have any more sipb-xen- packages, so punt that from the
+    invirt-reload script
+
+ -- Evan Broder <broder@mit.edu>  Sat, 01 Nov 2008 04:52:55 -0400
+
 invirt-base (0.0.3) unstable; urgency=low
 
   * Use invoke-rc.d instead of calling init scripts directly
 invirt-base (0.0.3) unstable; urgency=low
 
   * Use invoke-rc.d instead of calling init scripts directly
index 7d819ef..11005fc 100755 (executable)
@@ -1,8 +1,7 @@
 #!/bin/bash
 
 for script in $(run-parts --test /etc/init.d); do
 #!/bin/bash
 
 for script in $(run-parts --test /etc/init.d); do
-    if [ "${script#/etc/init.d/sipb-xen-}" != "$script" \
-        -o "${script#/etc/init.d/invirt-}" != "$script" ]; then
+    if [ "${script#/etc/init.d/invirt-}" != "$script" ]; then
        invoke-rc.d "${script#/etc/init.d/}" reload
     fi
 done
        invoke-rc.d "${script#/etc/init.d/}" reload
     fi
 done