Use invoke-rc.d instead of calling init scripts directly in invirt-remote-host/0.0.6
authorEvan Broder <broder@mit.edu>
Fri, 31 Oct 2008 10:34:16 +0000 (06:34 -0400)
committerEvan Broder <broder@mit.edu>
Fri, 31 Oct 2008 10:34:16 +0000 (06:34 -0400)
invirt-remote-host init script

svn path=/trunk/packages/invirt-remote-host/; revision=1443

debian/changelog
debian/invirt-remote-host.init

index 7076e6b..3f65868 100644 (file)
@@ -1,3 +1,9 @@
+invirt-remote-host (0.0.6) unstable; urgency=low
+
+  * Use invoke-rc.d instead of calling init scripts directly
+
+ -- Evan Broder <broder@mit.edu>  Fri, 31 Oct 2008 06:27:38 -0400
+
 invirt-remote-host (0.0.5) unstable; urgency=low
 
   * Add a `remote web vnccert` to print out the VNC certificate
index a029ef4..d3c3849 100755 (executable)
@@ -25,7 +25,7 @@ case "$1" in
     log_begin_msg "Reloading config for $PACKAGE"
     gen_config
     log_end_msg $?
-    /etc/init.d/openbsd-inetd start # returns 1 if inetd is running
+    invoke-rc.d openbsd-inetd start # returns 1 if inetd is running
     [ $? -eq 1 ] && exit 0
     ;;
   stop)