start inetd in remctl-auto init script
authorGreg Price <price@mit.edu>
Thu, 2 Oct 2008 00:43:53 +0000 (20:43 -0400)
committerGreg Price <price@mit.edu>
Thu, 2 Oct 2008 00:43:53 +0000 (20:43 -0400)
svn path=/trunk/packages/sipb-xen-remctl-auto/; revision=998

debian/changelog
debian/sipb-xen-remctl-auto.init

index bb20064..27c6166 100644 (file)
@@ -1,3 +1,9 @@
+sipb-xen-remctl-auto (1.0.21) unstable; urgency=low
+
+  * start inetd too in init script
+
+ -- Greg Price <price@mit.edu>  Wed, 01 Oct 2008 20:43:29 -0400
+
 sipb-xen-remctl-auto (1.0.20) unstable; urgency=low
 
   * generate config files using mako
 sipb-xen-remctl-auto (1.0.20) unstable; urgency=low
 
   * generate config files using mako
index 91ab5af..b35f5ba 100755 (executable)
@@ -25,6 +25,7 @@ case "$1" in
     log_begin_msg "Reloading config for $PACKAGE"
     gen_config
     log_end_msg $?
     log_begin_msg "Reloading config for $PACKAGE"
     gen_config
     log_end_msg $?
+    /etc/init.d/openbsd-inetd start   # idempotent, thankfully
     ;;
   stop)
     ;;
     ;;
   stop)
     ;;